Eric Schweitz
Eric Schweitz
> I think that it is important that `bbc`/`tco` and `flang-new` remain compatible. We should always be able to assume that `bbc file.f90 -o - | tco` is equivalent to...
Hi Craig, At this time we are typically cherry picking changes from the main branch onto the fir-dev branch when and where it makes sense to do so. Lowering code...
Document somewhere and close?
Closing as this has been sitting here for a while.
Looks like it is trying to allocate a buffer 1,000,000 times too large. Lowering bug.
Lowering is generating: ```mlir %10 = fir.call @_FortranAioInputReal32(%9, %1) : (!fir.ref, !fir.ref) -> i1 %11 = fir.call @_FortranAioEndIoStatement(%9) : (!fir.ref) -> i32 %12 = fir.load %1 : !fir.ref %13 =...
https://github.com/flang-compiler/f18-llvm-project/pull/1223
No, I don’t have one at hand. I don’t believe that a (fake) name is actually required by ELF and the reasoning was that some tools may want to create...