Paul Osmialowski

Results 30 issues of Paul Osmialowski

Currently, `Standalone/filesystem-src/etc-files/issue` looks like this: ``` ^ ^ n n Fuzix 0.3.1 >@< Welcome to Fuzix m m ``` The version number was not updated for a while and from...

As in the topic. One can format an empty disk image file in the `Gotek` interface attached to the real Spectrum +3, which operates on the +3 `.dsk` disk image...

enhancement

OpenGEM4 and OpenGEM5-complete tarballs are twice the size of recent tarballs and they have INSTALL.BAT script on top-level directory, not hidden somewhere below GEMAPPS. Are there any chances to have...

This issue was signaled on discourse as such: https://fortran-lang.discourse.group/t/an-interesting-difference-between-compilers/7131 There is also a reproducer initially written for AOCC, but since AOCC is based on classic flang, it can also be...

When the compiler's frontend is generating a piece of IR for `alloc04` call to the Fortran runtime library, for the polymorphic data type the `len` parameter is always 0 (namely,...

consider following code: ``` program string_init print *, fun(128) contains character(n) function fun(n) if (n .gt. 0) then fun = '?' else fun = '' end if end function end...

Following the ability of the other 8-bit platform supported by LLVM (AVR) to generate ELF object files, I have prepared this crude ELF code emmiter for Z80. It was not...

`sdcc -mez80_z80 -O2 -c inet_aton.c` ``` inet_aton.c:134: error 9: FATAL Compiler Internal Error in file '../../../src/z80/gen.c' line number '8374' : Unimplemented Contact Author with source code inet_aton.c:134: error 9: FATAL...

I was trying to build Abinit with the most recent LLVM's new flang. There was actually just one annoying obstacle: the lost modules. Similarly to gfortran, the new flang supports...