Re: [Patch, Fortran] PR54687 - Fortran options cleanup (part 2)

2014-12-16 Thread FX
> Built and currently regtested on x86-64-gnu-linux. > OK for the trunk? OK. I’m not sure exactly why we have a hardcoded minimal value of (2^16-1) for “max array constructor”, or a default max stack of 2^15. But that’s a separate issue. Thanks, FX

[Patch, Fortran] PR54687 - Fortran options cleanup (part 2)

2014-12-15 Thread Tobias Burnus
This patch is a follow up to https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01068.html and converts more flags to the common diagnostic handing. I think the rest can only be converted by modifiying the *.opt syntax, but I might be wrong. The patch is relative to the Fortran-part approved patch