[Bug fortran/68569] ICE with automatic character object and DATA

2023-07-26 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 anlauf at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug fortran/68569] ICE with automatic character object and DATA

2023-07-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 --- Comment #9 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:27ba73644f53c118e3f9b3fe9cd792210696ec55 commit r14-2805-g27ba73644f53c118e3f9b3fe9cd792210696ec55 Author: Harald Anlauf Date: We

[Bug fortran/68569] ICE with automatic character object and DATA

2023-07-26 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 --- Comment #8 from anlauf at gcc dot gnu.org --- Submitted (v2): https://gcc.gnu.org/pipermail/fortran/2023-July/059652.html

[Bug fortran/68569] ICE with automatic character object and DATA

2023-07-25 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 --- Comment #7 from anlauf at gcc dot gnu.org --- Created attachment 55635 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55635&action=edit Patch This patch fixes the testcases in this PR and regtests OK, except for the necessary minor adju

[Bug fortran/68569] ICE with automatic character object and DATA

2023-07-25 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org ---

[Bug fortran/68569] ICE with automatic character object and DATA

2017-04-16 Thread koenigni at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 Nicolas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/68569] ICE with automatic character object and DATA

2017-04-07 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 --- Comment #5 from Thomas Koenig --- (In reply to Nicolas Koenig from comment #4) > > + if (e->ts.type == BT_CHARACTER && e->ts.u.cl->length > +&& e->ts.u.cl->length->expr_type == EXPR_VARIABLE) > +gfc_error("Nonconstant length c

[Bug fortran/68569] ICE with automatic character object and DATA

2017-04-07 Thread koenigni at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 --- Comment #4 from Nicolas Koenig --- And here is a fix for the first test case (z2a.f90), already regression tested on x86_64-pc-linux-gnu: Index: resolve.c === --- resolve.c (r

[Bug fortran/68569] ICE with automatic character object and DATA

2017-04-06 Thread koenigni at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 koenigni at gcc dot gnu.org changed: What|Removed |Added CC||koenigni at gcc dot gnu.org

[Bug fortran/68569] ICE with automatic character object and DATA

2016-12-07 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569 --- Comment #2 from Gerhard Steinmetz --- Update, backtrace : $ gfortran-7-20161204 -c z2a.f90 z2a.f90:4:12: data x /'a'/ 1 Warning: Initialization string at (1) was truncated to fit the variable (0/1) z2a.f90:1:0: subroutin

[Bug fortran/68569] ICE with automatic character object and DATA

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