https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87632
Jürgen Reuter changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87632
--- Comment #4 from Tobias Burnus ---
Author: burnus
Date: Wed Oct 17 19:58:58 2018
New Revision: 265248
URL: https://gcc.gnu.org/viewcvs?rev=265248&root=gcc&view=rev
Log:
Fix select-type regression
PR fortran/87632
* resolve.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87632
--- Comment #3 from Tobias Burnus ---
Untested patch:
--- a/gcc/fortran/resolve.c
+++ b/gcc/fortran/resolve.c
@@ -8914,7 +8914,7 @@ resolve_select_type (gfc_code *code, gfc_namespace
*old_ns)
if (ref2)
{
if (code->expr1-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87632
--- Comment #2 from Paul Thomas ---
(In reply to Jürgen Reuter from comment #0)
> There is a new ICE, most likely introduced by r265232, r265134 was still
> working. I will add a reproducer after lunch.
Why most likely :-) ?
There is also: r265
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87632
--- Comment #1 from Jürgen Reuter ---
Created attachment 44847
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44847&action=edit
First (long) reproducer
This is a first "complete" reproducer. I will boil it down now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87632
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.0
Summary|[9.0 regression]