[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

2020-01-08 Thread markeggleston at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48303 markeggleston at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

2019-11-20 Thread mark.eggleston at codethink dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48303 MarkEggleston changed: What|Removed |Added CC||mark.eggleston at codethink dot co

[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

2019-09-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48303 Thomas Koenig changed: What|Removed |Added Keywords||documentation

[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

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

[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

2011-03-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48303 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2011-03-27 19:18:32 UTC --- Created attachment 23784 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23784 Longer example

[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

2011-03-27 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48303 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||steven at gcc

[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

2011-03-27 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48303 --- Comment #3 from Steven Bosscher steven at gcc dot gnu.org 2011-03-27 23:08:20 UTC --- Interpret them as Hollerith constants? Something like this extremely crude code from the hip: /* Only DATA Statements come here. */ if (!conform)

[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

2011-03-27 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48303 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last