Skip to content

Flang: Remove unsupported fbounds-check flag

The Flang compiler neither supports nor documents -fbounds-check leading to -Wunused-command-line-argument warnings with the default Debug flags.

I've verified this is still the case with the current Flang repository head.

Merge request reports