Hi,
Before i try to reduce the module in which i'm seeing this, does the
backtrace sound familiar to someone?
TIA,
$ gfortran-4.1-HEAD -v -ffree-form -ffixed-line-length-none -W -Wall
-Wextra -pedantic -O0 -march=pentium4 -mtune=pentium4 -I./include -c
core_rel.f90
Using built-in specs.
Target:
Hi,
Attached proposed patch would close pr 21302 for me.
Is reusing -ffixed-line-length instead of introducing a new
-fline-length ok?
If it isn't, should -ffixed-line-length be renamed to -fline-length
and -ffixed-line-length be an alias for the new -fline-length?
thank you,
Bernhard
Index: gcc
On Mon, Aug 08, 2005 at 02:14:42PM -0700, Steve Kargl wrote:
>On Mon, Aug 08, 2005 at 09:23:07AM +0200, Bernhard Fischer wrote:
>> + if (gfc_option.fixed_line_length == 72) /* default */
>> +maxlen = GFC_MAX_LINE;
>Unless I misunderstand the above, the follow