[fortran] ICE in fold_convert, at fold-const.c:2028

2005-10-21 Thread Bernhard Fischer
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.

Re: [patch] pr 21302 Max line length in free form mode

2005-08-10 Thread Bernhard Fischer
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 following gfortran

[patch] pr 21302 Max line length in free form mode

2005-08-08 Thread Bernhard Fischer
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: