This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33554] [4.3 regression] Seg.fault: Default initialization of derived type uses uninitialized values
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Sep 2007 08:10:21 -0000
- Subject: [Bug fortran/33554] [4.3 regression] Seg.fault: Default initialization of derived type uses uninitialized values
- References: <bug-33554-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from dominiq at lps dot ens dot fr 2007-09-26 08:10 -------
Now I get a bus error, but I have to use:
gfc -m64 -g pr33554.f90 -O0
with
gfc -m64 -g pr33554.f90 -fbounds-check -O0
the bus error disappear.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33554