What's going on?
WARNING: program timed out.
FAIL: gfortran.dg/streamio_4.f90 -O0 execution test
--
Steve
Someone has broken gfortran and/or the middle/backend.
FAIL: gfortran.dg/ltrans-7.f90 -O scan-tree-dump-times ltrans "transformed
loop" 1
--
Steve
On amd64-*-freebsd, I see
gmake[3]: Entering directory `/usr/home/sgk/gcc/obj4x/gcc'
/usr/home/sgk/gcc/obj4x/./prev-gcc/xgcc -B/usr/home/sgk/gcc/obj4x/./prev-gcc/
-B/home/sgk/work/4x/x86_64-unknown-freebsd7.0/bin/ -c -g -O2 -DIN_GCC -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-pro
On Mon, Aug 08, 2005 at 09:23:07AM +0200, Bernhard Fischer wrote:
>/* Determine the maximum allowed line length. */
> - if (gfc_current_form == FORM_FREE)
> -maxlen = GFC_MAX_LINE;
> - else
> + if (gfc_current_form == FORM_FREE) {
> + if (gfc_option.fixed_line_length == 72) /* def