This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54038] finalize_type_size enters infinite loop becasue TYPE_NEXT_VARIANT (variant) == variant


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54038

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-07-20 06:16:16 UTC ---
Started with revision 189587:

commit adf1f88f868568a3cbe7f1132c9cec4fa4dd0288
Author: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Jul 17 21:34:06 2012 +0000

        PR c++/53989
        * tree.c (build_cplus_array_type): Also add TYPE_CANONICAL
        to the list of variants.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]