This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54777] [C++11] Comma operator in constexpr environment can cause ICE
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 02 Oct 2012 10:18:27 +0000
- Subject: [Bug c++/54777] [C++11] Comma operator in constexpr environment can cause ICE
- Auto-submitted: auto-generated
- References: <bug-54777-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54777
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |jakub at gcc dot gnu.org
|gnu.org |
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-02 10:18:27 UTC ---
Created attachment 28325
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28325
gcc48-pr54777.patch
Untested fix. Guess at least 4.7 and perhaps also 4.6 should get the fix.