https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92050
--- Comment #7 from Tobias Burnus ---
Author: burnus
Date: Mon Nov 25 14:33:32 2019
New Revision: 278689
URL: https://gcc.gnu.org/viewcvs?rev=278689&root=gcc&view=rev
Log:
Fortran] PR 92050 - fix ICE with -fcheck=all
Backport from mainl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92050
Tobias Burnus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92050
--- Comment #5 from Tobias Burnus ---
Author: burnus
Date: Fri Oct 11 13:41:13 2019
New Revision: 276885
URL: https://gcc.gnu.org/viewcvs?rev=276885&root=gcc&view=rev
Log:
Fortran] PR 92050 - fix ICE with -fcheck=all
gcc/fortran/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92050
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92050
--- Comment #3 from Steve Kargl ---
On Thu, Oct 10, 2019 at 05:25:10PM +, sgk at troutmask dot
apl.washington.edu wrote:
> --- Comment #2 from Steve Kargl ---
> This patch allows the code to compile, but I have no idea
> if it is correct.
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92050
--- Comment #2 from Steve Kargl ---
This patch allows the code to compile, but I have no idea
if it is correct.
Index: trans-expr.c
===
--- trans-expr.c(revision 276837)
+++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92050
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
CC|