https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
--- Comment #14 from markeggleston at gcc dot gnu.org ---
The test case in comment 7 proved trickier to track down.
The ICE occurs in this code:
/* Components can correspond to fields of different containing
types, as components are creat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
--- Comment #13 from markeggleston at gcc dot gnu.org ---
The test case in comment 0 is fixed by:
trans-array.c
@ -3638,8 +3638,11 @@ gfc_conv_array_ref (gfc_se * se, gfc_array_ref * ar,
gfc_expr *expr,
/* Handle scalarized references separat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
--- Comment #12 from markeggleston at gcc dot gnu.org ---
Fixed the ICE in comment 5. I completely missed the "a different ICE"...
More investigation required.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
Dominique d'Humieres changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
markeggleston at gcc dot gnu.org changed:
What|Removed |Added
CC||markeggleston at gcc do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
--- Comment #9 from CVS Commits ---
The master branch has been updated by Mark Eggleston
:
https://gcc.gnu.org/g:c2e99836a2751b6d970ca6e50c1a368f5d2a2375
commit r11-2398-gc2e99836a2751b6d970ca6e50c1a368f5d2a2375
Author: Mark Eggleston
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
--- Comment #8 from Sebastien Bardeau ---
I am experiencing an ICE looking pretty much the same as this one.
gfortran version and messages:
bardeau ~> gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/home/bardeau/Soft
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
Sebastien Bardeau changed:
What|Removed |Added
CC||bardeau at iram dot fr
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
--- Comment #6 from Dominique d'Humieres ---
The tests in comment 0 and 5 compile if I replace '(1:)' with something such as
'(1:3)'.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
--- Comment #5 from Harald Anlauf ---
Removing the size() in the print and the unneeded declaration of ,
one gets a different ICE:
character(len=5) :: str(3)
call f(str(:))
contains
subroutine f(x)
character(len=*) :: x(:)
print
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
Harald Anlauf changed:
What|Removed |Added
CC||anlauf at gmx dot de
--- Comment #4 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
--- Comment #3 from Thomas Koenig ---
Paul, is this something that could be fixed with the
new descriptor you introduced?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298
Thomas Koenig changed:
What|Removed |Added
Blocks||56818
--- Comment #1 from Thoma
14 matches
Mail list logo