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 #6 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
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)?


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