public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42391]  New: ICE on empty initializer lists
@ 2009-12-16  8:15 tneumann at users dot sourceforge dot net
  2009-12-16  9:55 ` [Bug c++/42391] " paolo dot carlini at oracle dot com
  0 siblings, 1 reply; 2+ messages in thread
From: tneumann at users dot sourceforge dot net @ 2009-12-16  8:15 UTC (permalink / raw)
  To: gcc-bugs

Compiling the following program with g++ -std=c++0x results in an ICE:

#include <vector>

int main()
{
   return (std::vector<int>{}.size());
}


-- 
           Summary: ICE on empty initializer lists
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tneumann at users dot sourceforge dot net


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


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

* [Bug c++/42391] ICE on empty initializer lists
  2009-12-16  8:15 [Bug c++/42391] New: ICE on empty initializer lists tneumann at users dot sourceforge dot net
@ 2009-12-16  9:55 ` paolo dot carlini at oracle dot com
  0 siblings, 0 replies; 2+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-16  9:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot carlini at oracle dot com  2009-12-16 09:55 -------
Already fixed in 4_4-branch and mainline.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |4.4.2
      Known to work|                            |4.4.3 4.5.0
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2009-12-16  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-16  8:15 [Bug c++/42391] New: ICE on empty initializer lists tneumann at users dot sourceforge dot net
2009-12-16  9:55 ` [Bug c++/42391] " paolo dot carlini at oracle dot com

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).