Paul Osmialowski

Results 30 issues of Paul Osmialowski

Those two test cases were supposed to be contributed to PR #1094 Unfortunately, at that time, the -emit-flang-llvm flag was not supported by the frontend driver yet.

With this patchset it is now possible to build libpgmath for generic Darwin systems, namely, non-x86 ones.

This commit introduces 32k buffer for file I/O operations and 32k buffer for fgetc() replacemnt routines. This is follow-up of my work presented in pull request #642. Some performance gain...

Since QUADFP was introduced I am observing the following warnings while building flang: ``` SEVERE ERROR line 206 file tools/flang2/utils/symtab/symini_ftn.n: bad atyp, assumed to be DT_INT SEVERE ERROR line 206...

This regression was caused by some of the patches introduced for helping with CP2K compilation crashes. These patches were merged more than a year ago: 1. 82683130aeebdbe6d5c70044cd79ef22e54f4f22 "Fix issue with...

The `::` part of a variable definition is usually used for terminating a list of attributes (e.g.,` SAVE`, `ALLOCATABLE`, `POINTER`). When there are no attributes, the `::` part can be...

It took a while, but the problem revealed itself eventually. Consider following piece of a Fortran code: ``` program hello_f use omp_lib integer:: x = 40 integer:: tid, nthreads, tmp_x...

The Tek4010 contains binary blob on it's master branch. There's an executable binary file called `tek4010` which needs to be removed, otherwise the `make` command won't build binary for a...

enhancement

It became annoying I had to edit /etc/inittab on each fresh +3 image.