[Bug fortran/98458] PRINT the array constructed from implied do-loop throw ICE

2020-12-29 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98458 --- Comment #6 from Steve Kargl --- On Wed, Dec 30, 2020 at 12:52:03AM +, xiao@compiler-dev.com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98458 > > --- Comment #5 from xiao@compiler-dev.com --- > (In reply to Paul Thomas

[Bug fortran/98458] PRINT the array constructed from implied do-loop throw ICE

2020-12-29 Thread xiao.liu--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98458 --- Comment #5 from xiao@compiler-dev.com --- (In reply to Paul Thomas from comment #4) > Created attachment 49856 [details] > Fix for the PR > > Thank you for the report on this problem. > > The attached patch fixes the problem and regress

[Bug fortran/98458] PRINT the array constructed from implied do-loop throw ICE

2020-12-29 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98458 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org

[Bug fortran/98458] PRINT the array constructed from implied do-loop throw ICE

2020-12-28 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98458 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/98458] PRINT the array constructed from implied do-loop throw ICE

2020-12-28 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98458 --- Comment #2 from Dominique d'Humieres --- The test compiles if I replace print *, tmp with print *, tmp(3,1) ! or (6,1) but it prints 1 2 2 3 3 4 instead of 2 or 4.

[Bug fortran/98458] PRINT the array constructed from implied do-loop throw ICE

2020-12-28 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98458 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|