[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-03-15 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #13 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Sun Mar 15 09:13:03 2015 New Revision: 221440 URL: https://gcc.gnu.org/viewcvs?rev=221440root=gccview=rev Log: 2015-03-15 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-03-10 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #11 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Tue Mar 10 19:39:05 2015 New Revision: 221334 URL: https://gcc.gnu.org/viewcvs?rev=221334root=gccview=rev Log: 2015-03-10 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-03-10 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #12 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Tue Mar 10 22:24:01 2015 New Revision: 221338 URL: https://gcc.gnu.org/viewcvs?rev=221338root=gccview=rev Log: 2015-03-10 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-03-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Target

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-16 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #10 from Paul Thomas pault at gcc dot gnu.org --- (In reply to homgran from comment #9) (In reply to Dominique d'Humieres from comment #8) AFAICT the ICE for the original test is as old as the first implementation of

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-16 Thread matt at gneilson dot plus.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #7 from homgran matt at gneilson dot plus.com --- (In reply to Dominique d'Humieres from comment #4) AFAICT the ICE for the original test is as old as the first implementation of unlimited polymorphism. In that case, should we

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #8 from Dominique d'Humieres dominiq at lps dot ens.fr --- AFAICT the ICE for the original test is as old as the first implementation of unlimited polymorphism. In that case, should we remove the '[4.9/5 Regression]' tag from

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-16 Thread matt at gneilson dot plus.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #9 from homgran matt at gneilson dot plus.com --- (In reply to Dominique d'Humieres from comment #8) AFAICT the ICE for the original test is as old as the first implementation of unlimited polymorphism. In that case, should

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #6 from janus at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #5) The ICE for the reduced test in comment 2 [...] Started at r207986. Huh, that was me committing a patch for PR 60234. Guess I should take a

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC||pault at

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #5 from Dominique d'Humieres dominiq at lps dot ens.fr --- The ICE for the reduced test in comment 2 appeared between revisions r207428 (2014-02-03, OK) and r207996 (2014-02-21, ICE). Started at r207986.

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-11 Thread matt at gneilson dot plus.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 --- Comment #3 from homgran matt at gneilson dot plus.com --- Interesting... I've just tested Janus' reduced/modified version with GNU Fortran (GCC) 4.8.1 20130404 (prerelease), and it does indeed compile cleanly. However, my sample code

[Bug fortran/65024] [4.9/5 Regression] [OOP] ICE concerning unlimited polymorphic pointer

2015-02-11 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code