This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54038] [4.7/4.8 Regression] finalize_type_size enters infinite loop becasue TYPE_NEXT_VARIANT (variant) == variant
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jul 2012 08:55:08 +0000
- Subject: [Bug c++/54038] [4.7/4.8 Regression] finalize_type_size enters infinite loop becasue TYPE_NEXT_VARIANT (variant) == variant
- Auto-submitted: auto-generated
- References: <bug-54038-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54038
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P1
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-07-20
Known to work| |4.7.1
Blocks| |53989
Target Milestone|--- |4.7.2
Summary|finalize_type_size enters |[4.7/4.8 Regression]
|infinite loop becasue |finalize_type_size enters
|TYPE_NEXT_VARIANT (variant) |infinite loop becasue
|== variant |TYPE_NEXT_VARIANT (variant)
| |== variant
Ever Confirmed|0 |1
--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-20 08:55:08 UTC ---
Confirmed.
Also points to the fact that immediately installing fixes to trunk/4.7 is maybe
not a very good idea ...