[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-27 Thread schapel at umich dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 --- Comment #8 from Steve Chapel --- Yes, it's a regression from earlier versions of gfortran. I have verified that with the workaround, Nonmem 6.2.0 compiles and runs properly with optimization using gfortran 4.8.1 and 4.8.2. Turning optimization

[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-26 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 --- Comment #7 from Steve Kargl --- On Wed, Feb 26, 2014 at 08:38:57PM +, mikael at gcc dot gnu.org wrote: > > Looks like an unguarded union access. > This is a regression from the time there was now front-end optimization I > guess? Unfortun

[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-26 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #6 f

[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-26 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 --- Comment #5 from Steve Kargl --- On Wed, Feb 26, 2014 at 07:15:49PM +, kargl at gcc dot gnu.org wrote: The workaround should be obvious, but just encase > Reduced testcase > > subroutine modelg(ncm) > implicit none > i

[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-26 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-25 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 kargl at gcc dot gnu.org changed: What|Removed |Added Severity|critical|normal

[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-25 Thread steve.chapel at a2pg dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 --- Comment #1 from Steve Chapel --- Created attachment 32215 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32215&action=edit source code file

[Bug fortran/60341] ICE compiling Nonmem 6.2.0

2014-02-25 Thread steve.chapel at a2pg dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 --- Comment #2 from Steve Chapel --- Created attachment 32216 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32216&action=edit included source code file