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

2015-07-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545 --- Comment #9 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jul 16 19:03:05 2015 New Revision: 225901 URL: https://gcc.gnu.org/viewcvs?rev=225901root=gccview=rev Log: 2015-07-16 Steven G. Kargl ka...@gcc.gnu.org PR

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

2015-07-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-07-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545 --- Comment #8 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jul 2 17:02:10 2015 New Revision: 225348 URL: https://gcc.gnu.org/viewcvs?rev=225348root=gccview=rev Log: 2015-07-02 Steven G. Kargl ka...@gcc.gnu.org PR

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

2015-06-16 Thread tkoenig at gcc dot gnu.org
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 +, tkoenig at gcc dot gnu.org wrote: I have if (!sym-value) goto error;

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

2015-06-15 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545 --- Comment #2 from Gerhard Steinmetz gerhard.steinmetz.fort...@t-online.de --- FYI, it's astonishing, but this code compiles without an ICE and prints some reasonable error messages : $ cat z2_type.f90 program p type t integer :: n

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

2015-06-15 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545 --- Comment #1 from Gerhard Steinmetz gerhard.steinmetz.fort...@t-online.de --- Trivially, the following cases behave similar : $ cat z1_real.f90 program p real, parameter :: c1 = (c1) real, parameter :: c2 = c2 real :: c3 = (c3)

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

2015-06-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

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

2015-06-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

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

2015-06-15 Thread sgk at troutmask dot apl.washington.edu
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 +, tkoenig at gcc dot gnu.org wrote: I have if (!sym-value) goto error; which leads to the same error. I

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

2015-06-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW