public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/49216] New: [C++0x][Regression] ICE on compiling new-expression with braced-init-list for arrays
@ 2011-05-28 21:45 gintensubaru at gmail dot com
  2011-06-20 21:31 ` [Bug c++/49216] " jason at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: gintensubaru at gmail dot com @ 2011-05-28 21:45 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [C++0x][Regression] ICE on compiling new-expression
                    with braced-init-list for arrays
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gintensubaru@gmail.com


int main() {
  new int[1]{};
}


This code becomes ICE on following versions :

4.6.0
4.6-20110527
4.7-20110523


Here's the error message ( on gcc-4.6.0 ) :

$ g++ -std=c++0x bug.cc
bug.cc: In function 'int main()':
bug.cc:2:15: internal compiler error: in gimplify_init_constructor, at
gimplify.c:3973
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-10-11 19:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-28 21:45 [Bug c++/49216] New: [C++0x][Regression] ICE on compiling new-expression with braced-init-list for arrays gintensubaru at gmail dot com
2011-06-20 21:31 ` [Bug c++/49216] " jason at gcc dot gnu.org
2011-06-21  2:24 ` jason at gcc dot gnu.org
2011-06-21  2:29 ` jason at gcc dot gnu.org
2011-06-25 22:17 ` ebotcazou at gcc dot gnu.org
2011-06-29 20:07 ` jason at gcc dot gnu.org
2011-06-29 22:28 ` jason at gcc dot gnu.org
2011-06-29 22:29 ` jason at gcc dot gnu.org
2011-10-11 18:33 ` [Bug c++/49216] [4.6 regression][C++0x] " jason at gcc dot gnu.org
2011-10-11 18:35 ` jason at gcc dot gnu.org
2011-10-11 19:51 ` jason at gcc dot gnu.org
2011-10-11 19:52 ` jason at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).