The first one is:
Executing on host: /mnt/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B/
mnt/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
/mnt/gnu/gcc/gcc/gcc/testsuite/
gfortran.dg/actual_array_constructor_2.f90 -O0 -pedantic-errors
-L/mnt/gnu/
gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs
-L/mnt/gnu/gcc/objdir/hppa2
.0w-hp-hpux11.11/./libgfortran/.libs
-L/mnt/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11
/./libiberty -lm -o ./actual_array_constructor_2.exe (timeout = 300)
/mnt/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/actual_array_constructor_2.f90: In
fu
nction 'MAIN__':
/mnt/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/actual_array_constructor_2.f90:22:
in
ternal compiler error: in emit_move_insn, at expr.c:3304
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/mnt/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/actual_array_constructor_2.f90: In
fu
nction 'MAIN__':
/mnt/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/actual_array_constructor_2.f90:22:
in
ternal compiler error: in emit_move_insn, at expr.c:3304
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
FAIL: gfortran.dg/actual_array_constructor_2.f90 -O0 (internal compiler
error)
FAIL: gfortran.dg/actual_array_constructor_2.f90 -O0 (test for excess errors)
Excess errors:
/mnt/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/actual_array_constructor_2.f90:22:
in
ternal compiler error: in emit_move_insn, at expr.c:3304
WARNING: gfortran.dg/actual_array_constructor_2.f90 -O0 compilation failed to
produce executable
It looks like the following change is the likely cause of this regression:
2008-02-02 Richard Henderson <[EMAIL PROTECTED]>
PR c/34993
* tree.c (build_type_attribute_qual_variant): Skip TYPE_DOMAIN
for unbounded arrays.
--
Summary: [Regression 4.2] 841 unexpected failures in gfortran
testsuite
Product: gcc
Version: 4.2.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hp-hpux11.11
GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35082