[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2021-08-07 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2021-08-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 --- Comment #10 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:cd754efa9a5349c693919046b8be074395ea114e commit r12-2796-gcd754efa9a5349c693919046b8be074395ea114e Author: Harald Anlauf Date:

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2021-08-06 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

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

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2016-12-12 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 --- Comment #7 from Gerhard Steinmetz --- Update for both backtraces : $ gfortran-7-20161211 -finit-local-zero -c z1a.f90 z1a.f90:1:0: subroutine s(n) internal compiler error: in gfc_get_symbol_decl,

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2016-11-21 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 --- Comment #6 from Harald Anlauf --- (In reply to Dominique d'Humieres from comment #3) > Confirmed from 4.8 up to trunk (6.0). I don't get an ICE with 4.6, but I do with 4.7.4. So technically a regression.

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2016-11-21 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 --- Comment #5 from Harald Anlauf --- The original testcase hits an assert in trans-decl.c:1704 1698 /* Associate names can use the hidden string length variable 1699 of their associated target. */ 1700 if (sym->ts.type ==

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2016-11-21 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #4

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2016-11-21 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2015-11-26 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 --- Comment #1 from Gerhard Steinmetz --- As already known, this works without an error : (A SAVE statement without a saved entity list is treated as though it contained the names of all allowed items in

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

2015-11-26 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68568 --- Comment #2 from Gerhard Steinmetz --- Personal usage of "-finit-character" : ONLY for debugging/checking, NEVER for production builds. Issue is related to pr59537, where : array , dimension(n)

[Bug fortran/68568] ICE with automatic character object and save, in combination with some options

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