This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/41755] Segfault on invalid code
- 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: 19 Oct 2009 14:08:34 -0000
- Subject: [Bug fortran/41755] Segfault on invalid code
- References: <bug-41755-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dominiq at lps dot ens dot fr 2009-10-19 14:08 -------
Gives
pr41755.f90:2.28:
equivalence (aa,aaaaa) (bb,cc)
1
Error: Syntax error in EQUIVALENCE statement at (1)
with gfortran 4.2.4, and a bus error at compile time with 4.3.4, 4.4.1 and
trunk.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41755