[Bug fortran/41807] [4.5/4.4 Regression] data statement with nested type constructors
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 25 03:34:00 GMT 2009
------- Comment #24 from jvdelisle at gcc dot gnu dot org 2009-11-25 03:34 -------
When attempting to backport the patch to 4.4.3 from mainline data_value_1.f90
test failes with a segmentation fault.
$ gfc44 data_value_1.f90
data_value_1.f90:12.21:
DATA P / POINT(1.+X) / ! { dg-error "non-constant DATA value" }
1
Error: non-constant initialization expression at (1)
data_value_1.f90:13: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Program received signal SIGSEGV, Segmentation fault.
0x00000000007b3c76 in initializer_zerop (init=0x0)
at ../../gcc44/gcc/tree.c:7954
7954 STRIP_NOPS (init);
I am stuck at this point, any suggestions?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41807
More information about the Gcc-bugs
mailing list