[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

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

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2016-05-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 Dominique d'Humieres changed: What|Removed |Added CC||burnus at gcc dot gnu.org ---

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-03-25 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 vehre at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-03-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #15 from vehre at gcc dot gnu.org --- Author: vehre Date: Tue Mar 24 11:47:45 2015 New Revision: 221627 URL: https://gcc.gnu.org/viewcvs?rev=221627root=gccview=rev Log: 2015-03-24 Andre Vehreschild ve...@gmx.de PR

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-03-19 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-01-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #13 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Sun Jan 18 12:21:38 2015 New Revision: 219814 URL: https://gcc.gnu.org/viewcvs?rev=219814root=gccview=rev Log: 2015-01-18 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-01-07 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #11 from paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com --- Hi Harald, Happy New Year! I have been away in Claifornia these last few weeks and just got back last night. I am working with Andre on pr60255

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-01-07 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #12 from Andre Vehreschild vehre at gmx dot de --- Hi Paul, hi Tobias, I am guilty in asking both of you to look at the issue. I would be very happy, if one of you two can really have a look into the issue and notify the other one,

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-01-06 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #10 from Harald Anlauf anlauf at gmx dot de --- (In reply to paul.richard.tho...@gmail.com from comment #9) By the way, the patch of comment 8 bootstraps and regtests OK Paul Hi Paul, any news on that patch? Harald

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2014-12-14 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com changed: What|Removed |Added CC|

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2014-12-14 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #9 from paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com --- By the way, the patch of comment 8 bootstraps and regtests OK Paul

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2014-12-09 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added CC||pault at gcc dot

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2014-12-04 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #6 from Harald Anlauf anlauf at gmx dot de --- Any news on this one?

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2013-09-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2013-04-08 Thread pdande1 at dow dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 pdande1 at dow dot com changed: What|Removed |Added CC||pdande1 at dow dot com

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2013-04-08 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #2 from Harald Anlauf anlauf at gmx dot de 2013-04-08 17:29:03 UTC --- (In reply to comment #1) program characterconversions integer :: i=123 character(len=*) :: s write(s,*) i print *,s end program

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2013-04-08 Thread pdande1 at dow dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #3 from pdande1 at dow dot com 2013-04-08 17:41:45 UTC --- (In reply to comment #2) (In reply to comment #1) program characterconversions integer :: i=123 character(len=*) :: s write(s,*) i print

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2013-04-08 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #4 from Harald Anlauf anlauf at gmx dot de 2013-04-08 18:16:06 UTC --- (In reply to comment #3) I am newbie to fortran, Can you please explain me in detail with an example. Thanks in advance Replace