https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60550
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.9.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60550
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60550
--- Comment #4 from Dominique d'Humieres ---
Reduced test (ICE with r208775)
! { dg-do compile }
MODULE m_benchmark_function
IMPLICIT NONE
INTEGER, PARAMETER :: wpr = 8
TYPE, ABSTRACT :: problem
INTEGER, PUBLIC :: problem_dimension
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60550
--- Comment #3 from Dominique d'Humieres ---
> This works with current trunk.
Confirmed. I don't get any ICE with the 4.9 releases (4.9.0, 4.9.1, and
prerelease 4.9.2, r214296). I get the ICE for 4.9 r208775 (2014-03-23), but not
for 4.10 r20983
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60550
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60550
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-valid-code
S