Skip to content

Fujitsu: Make explicit Fortran preprocessing under Ninja more robust

Eisuke Kawashima requested to merge e-kwsm/cmake:Fujitsu-Fortran-Ninja into master

Tell the Fortran compiler to write preprocessor output directly to a file, as we do for the GNU compiler. The previous "redirect stdout" approach could break checks using flags that add information to stdout when called with -###.

Fixes: #22156 (closed)

Edited by Brad King

Merge request reports