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++/49921] [C++0x] Segfault during compilation, decltype and operator->*


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.07.31 10:38:25
            Summary|Segfault during             |[C++0x] Segfault during
                   |compilation, decltype and   |compilation, decltype and
                   |operator->*                 |operator->*
     Ever Confirmed|0                           |1
           Severity|blocker                     |normal

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-31 10:38:25 UTC ---
Confirmed. Mainline says:

49921.C: In function âint main()â:
49921.C:15:25: internal compiler error: tree check: expected record_type or
union_type or qual_union_type, have translation_unit_decl in
maybe_dummy_object, at cp/tree.c:2474


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