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++/52599] ICE on illegal constexpr constructor declaration


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|mickael.guene at st dot com |jason at gcc dot gnu.org

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-16 10:39:42 UTC ---
Actually, the gcc_assert triggering is that in
build_data_member_initialization: t is a TRY_BLOCK (of course) at that point.

Not sure at the moment if we should diagnose the issue here or earlier. Maybe
Jason has tips..


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