https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196
Manfred Schwarb <manfred99 at gmx dot ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manfred99 at gmx dot ch
--- Comment #15 from Manfred Schwarb <manfred99 at gmx dot ch> ---
Paul, these three tests fail for me on x86 (32bit) since you
introduced them (x86_64 is OK). Unfortunately, the error message is not
really helpful:
f951: internal compiler error: Segmentation fault
0x838c18c ???
../sysdeps/i386/elf/start.S:119
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
The compiler barfs at all of the following lines, in the very same way:
inquiry_type_ref_1.f08:
REAL, parameter :: rc = zc%re
REAL, parameter :: ic = zc%im
if (str%kind .ne. kind (str)) stop 6
inquiry_type_ref_2.f90:
a%len = 2 ! { dg-error "Fortran 2003: LEN part_ref" }
i = a%kind ! { dg-error "Fortran 2003: KIND part_ref" }
inquiry_type_ref_3.f90:
a%kind = 2 ! { dg-error "Assignment to a constant expression" }
As already told, x86_64 is OK. No idea if this is specific to my compile
setting. The rest of the test-suite passes more or less OK for me, so ...