[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2016-11-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 janus at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2016-02-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2016-02-21 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 --- Comment #13 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Sun Feb 21 12:48:49 2016 New Revision: 233594 URL: https://gcc.gnu.org/viewcvs?rev=233594&root=gcc&view=rev Log: 2016-02-21 Dominique d'Humieres PR fortran/5736

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2016-02-20 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 --- Comment #12 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Sat Feb 20 14:10:55 2016 New Revision: 233588 URL: https://gcc.gnu.org/viewcvs?rev=233588&root=gcc&view=rev Log: 2016-02-20 Dominique d'Humieres PR fortran/5736

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2016-02-05 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #11 fro

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2016-02-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 --- Comment #10 from Dominique d'Humieres --- > The code compiles with 4.8.5, 4.9.3, 5.2.0, and to trunk (6.0), but not > with 4.8.2 or 4.9.0. The change occurred between revisions r215860 > (2014-10-03, error) and r216098 (2014-10-10, compiles).

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2015-11-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #9 from Domin

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2013-07-24 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 --- Comment #8 from janus at gcc dot gnu.org --- (In reply to janus from comment #7) > Note that OpenMP 4.0 RC2 still lists polymorphic entities as unsupported, > cf. http://openmp.org/wp/openmp-specifications/ Update: OpenMP has been officially r

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2013-03-17 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2013-03-17 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 janus at gcc dot gnu.org changed: What|Removed |Added CC||valeryweber at hotmail d

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2012-06-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 --- Comment #5 from janus at gcc dot gnu.org 2012-06-09 09:34:53 UTC --- Note: Apart from the two workarounds mentioned in the test case, there is one other possibility to make it work, namely to make 'bar' also polymorphic (like the dummy 'var'),

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2012-06-08 Thread kaladhorn at me dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 --- Comment #4 from kaladhorn at me dot com 2012-06-08 18:46:11 UTC --- (In reply to comment #3) > (In reply to comment #2) > > Out of curiosity, would there be a technical issue in this case? > > It sure seemed natural to me. > > AFAICS there sho

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2012-06-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org --- Co

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2012-03-08 Thread kaladhorn at me dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 --- Comment #2 from kaladhorn at me dot com 2012-03-08 19:33:24 UTC --- (In reply to comment #1) > OpenMP 3.1 or earlier releases don't cover Fortran 2003 nor 2008, so what you > are trying to compile is not valid. hmm that's true, I did not think

[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP

2012-03-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f