[Bug fortran/66725] Issue with silent conversion int to char, ICE if int too large

2015-07-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66725 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jul 16 18:21:22 2015 New Revision: 225898 URL: https://gcc.gnu.org/viewcvs?rev=225898root=gccview=rev Log: 2015-07-03 Steven G. Kargl ka...@gcc.gnu.org PR

[Bug fortran/66725] Issue with silent conversion int to char, ICE if int too large

2015-07-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66725 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/66725] Issue with silent conversion int to char, ICE if int too large

2015-07-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66725 --- Comment #8 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Jul 17 00:31:45 2015 New Revision: 225917 URL: https://gcc.gnu.org/viewcvs?rev=225917root=gccview=rev Log: 2015-07-16 Steven G. Kargl ka...@gcc.gnu.org PR

[Bug fortran/66725] Issue with silent conversion int to char, ICE if int too large

2015-07-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66725 --- Comment #5 from kargl at gcc dot gnu.org --- Patch posted here. https://gcc.gnu.org/ml/gcc-patches/2015-07/msg00235.html

[Bug fortran/66725] Issue with silent conversion int to char, ICE if int too large

2015-07-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66725 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Jul 4 15:37:04 2015 New Revision: 225415 URL: https://gcc.gnu.org/viewcvs?rev=225415root=gccview=rev Log: 2015-07-04 Steven G. Kargl ka...@gcc.gnu.org PR

[Bug fortran/66725] Issue with silent conversion int to char, ICE if int too large

2015-07-02 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66725 --- Comment #2 from Gerhard Steinmetz gerhard.steinmetz.fort...@t-online.de --- A more extensive list of different cases : close (1, status=257) open (1, access=257) open (1, action=257) open (1, asynchronous=257) open (1,

[Bug fortran/66725] Issue with silent conversion int to char, ICE if int too large

2015-07-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66725 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4