[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2021-01-25 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2021-01-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 --- Comment #14 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:a61efd469371b71483d42afa1038e6a8c16baf4a commit r11-6901-ga61efd469371b71483d42afa1038e6a8c16baf4a Author: Harald Anlauf Date:

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2021-01-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2020-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 --- Comment #12 from kargl at gcc dot gnu.org --- (In reply to G. Steinmetz from comment #11) > A generator might be helpful for validations : > Thanks. AFAICT, the patch I submitted yesterday rejects the generated codes, because > if (

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2020-02-07 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 --- Comment #11 from G. Steinmetz --- A generator might be helpful for validations : $ cat generator_char_data.f90 program generator_char_data implicit none character(*), parameter :: fmt = '(*(a,i0))' integer :: i, j, nfile !-

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2020-02-06 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 --- Comment #10 from kargl

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2020-02-06 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2018-11-06 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #8 from G.

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2017-10-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2016-11-28 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 Gerhard Steinmetz changed: What|Removed |Added Version|6.0

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2016-11-25 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 --- Comment #5 from Gerhard Steinmetz --- FYI, for some circumstances there existed related issues like : using LANG=de_DE.UTF-8 f951: internal compiler error: Speicherzugriffsfehler 0xc4265f

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2016-11-25 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 --- Comment #4 from Gerhard Steinmetz --- At a first glance with gfortran-6 (configured with --enable-checking=yes), still ICEs for all posted and unposted cases. A dedicated one : $ gfortran-6 z3.f90

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2016-11-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2016-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2016-03-03 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 --- Comment #1 from Gerhard Steinmetz --- Similar : $ cat z5.f90 program p integer :: i character(2) :: c data (c(i:i), i=-1,2) /2*'c'/ end $ gfortran-6 -c z5.f90 Error: DATA statement at (1)