https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86690
Joseph S. Myers changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86690
--- Comment #3 from Joseph S. Myers ---
Author: jsm28
Date: Fri Aug 3 15:25:35 2018
New Revision: 263294
URL: https://gcc.gnu.org/viewcvs?rev=263294&root=gcc&view=rev
Log:
Avoid infinite loop with duplicate anonymous union fields (PR c/86690).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86690
--- Comment #2 from joseph at codesourcery dot com ---
Please send patches (which should add a testcase to the GCC testsuite, and
be tested with the GCC testsuite with no regressions) to gcc-patches.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86690
--- Comment #1 from Bogdan Harjoc ---
Created attachment 44450
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44450&action=edit
Proposed patch