This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/66545] ICE on using undefined parameter/variable values


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Steve Kargl from comment #6)
> On Mon, Jun 15, 2015 at 09:19:45PM +0000, tkoenig at gcc dot gnu.org wrote:
> > 
> > > I have 
> > > 
> > >   if (!sym->value)
> > >     goto error;
> > > 
> > > which leads to the same error.
> > 
> > I think your approach is better.
> > 
> > Your bug :-)
> > 
> 
> This passes regression testing.  So, do I have
> your approval (with an appropriate testcase of
> course)?

Pre-approved for a test case which contains all of Gerhard's test
cases.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]