[Bug c/86690] [PATCH] Duplicate field in anonymous union causes infinite loop

2018-08-03 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86690 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/86690] [PATCH] Duplicate field in anonymous union causes infinite loop

2018-08-03 Thread jsm28 at gcc dot gnu.org
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=gcc=rev Log: Avoid infinite loop with duplicate anonymous union fields (PR c/86690). If a

[Bug c/86690] [PATCH] Duplicate field in anonymous union causes infinite loop

2018-07-26 Thread joseph at codesourcery dot com
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.

[Bug c/86690] [PATCH] Duplicate field in anonymous union causes infinite loop

2018-07-26 Thread harjoc at gmail dot com
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=edit Proposed patch