[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2018-06-22 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Paul Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2018-06-21 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 --- Comment #15 from Paul Thomas --- Author: pault Date: Thu Jun 21 22:38:55 2018 New Revision: 261868 URL: https://gcc.gnu.org/viewcvs?rev=261868=gcc=rev Log: 2018-06-21 Paul Thomas PR fortran/49630 * resolve.c

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2017-05-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Andrew Pinski changed: What|Removed |Added Target Milestone|5.4 |---

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2017-03-25 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 --- Comment #14 from Vittorio Zecca --- (In reply to Dominique d'Humieres from comment #13) > > I am still having an ICE as in comment 11. > > Me too even on trunk (7.0.1)!-(I also get an ICE with the original test.) > Reopening the PR. > > >

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2017-03-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2017-03-20 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 --- Comment #12 from Vittorio Zecca --- I am still having an ICE as in comment 11. Opening a new bug.

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

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

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2016-04-28 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 --- Comment #11 from Vittorio Zecca --- I am still having an ICE with gfortran 5.3.0 on the following module abc implicit none type,abstract::abc_abstract contains procedure(abc_interface),deferred::abc_function

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2016-03-09 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2016-03-09 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 --- Comment #9 from Paul Thomas --- Author: pault Date: Wed Mar 9 20:49:58 2016 New Revision: 234093 URL: https://gcc.gnu.org/viewcvs?rev=234093=gcc=rev Log: 2016-03-09 Paul Thomas Backport from trunk. PR

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2016-02-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Dominique d'Humieres changed: What|Removed |Added CC||gerhard.steinmetz.fortran@t

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2016-01-16 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2016-01-15 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 --- Comment #6 from Paul Thomas --- Author: pault Date: Fri Jan 15 20:33:58 2016 New Revision: 232450 URL: https://gcc.gnu.org/viewcvs?rev=232450=gcc=rev Log: 2016-01-15 Paul Thomas PR fortran/64324 *

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2014-04-29 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Vittorio Zecca zeccav at gmail dot com changed: What|Removed |Added CC||zeccav at gmail

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2013-06-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2011-07-04 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2011-07-04 Thread boschmann at tp1 dot physik.uni-siegen.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 --- Comment #2 from Hans-Werner Boschmann boschmann at tp1 dot physik.uni-siegen.de 2011-07-04 19:29:50 UTC --- C417: A function name shall not be declared with an asterisk type-param-value unless it is of type CHAR- ACTER and is the name of the

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2011-07-04 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 --- Comment #3 from janus at gcc dot gnu.org 2011-07-04 20:21:55 UTC --- Here is a related deferred-length example: module abc implicit none type::abc_type contains procedure::abc_function end type abc_type contains function