PR fortran/9038, a regression in 3.3/3.4 with respect to 3.2.

Neil Booth neil@daikokuya.co.uk
Wed Feb 19 00:43:00 GMT 2003


Toon Moene wrote:-

> >I wrote a big comment in c-opts.c explaining how to add an option.
> >There are plenty of examples, too 8-)
> 
> OK, do you mean I just have to "fake" -ffixed-line-length-<blah> being a 
> "Only C" option ?  How does this cope with the fact that <blah> might be 
> a number or "none" ?

Is there more than one -ffixed-?  If so, just add -ffixed- to take an
optional joined argument (CL_JOINED), and ignore it.  This kills all
the birds with one stone.

If we're just talking about -ffixed-line-length-, then do it for that
instead (best to be specific if there's just one switch, of course).

Neil.



More information about the Gcc mailing list