This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50640] [4.7 Regression] FAIL: gfortran.dg/select_type_12.f03 -O (internal compiler error)
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 15 Oct 2011 09:13:02 +0000
- Subject: [Bug middle-end/50640] [4.7 Regression] FAIL: gfortran.dg/select_type_12.f03 -O (internal compiler error)
- Auto-submitted: auto-generated
- References: <bug-50640-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50640
--- Comment #9 from janus at gcc dot gnu.org 2011-10-15 09:13:02 UTC ---
(In reply to comment #5)
> (In reply to comment #4)
> > Or another solution: should the fortran frontend perhaps put all these
> > variables not in MAINs scope (where they aren't referenced anyway), but
> > rather into file scope? That last solution would probably be the sanest.
>
> Looks sensible. Janus & Paul, What do you think?
Yes, I think that would be ok. The 'vtab' symbols are really meant to be
global.
(Sorry for the late answer. I almost forgot about this one.)