This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48279] segfault in gfc_check_vardef_context
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 24 Mar 2011 23:58:46 +0000
- Subject: [Bug fortran/48279] segfault in gfc_check_vardef_context
- Auto-submitted: auto-generated
- References: <bug-48279-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.03.24 23:58:42
CC| |kargl at gcc dot gnu.org
Ever Confirmed|0 |1
Severity|blocker |normal
--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-03-24 23:58:42 UTC ---
There is a change of behavior between revisions 166533 and 167096. At revisions
4.5.2 and 166533 one gets:
pr48279.f90:16.27:
type, bind(c) :: s_Hard_t
1
Error: Derived type 's_hard_t' at (1) is empty
pr48279.f90:32.14:
use s_Hard
1
Fatal Error: Can't open module file 's_hard.mod' for reading at (1): No such
file or directory
The change is likely due to revision 166633.