public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51092] New: ICE std::pair initialization
@ 2011-11-11 12:01 basile at starynkevitch dot net
  2011-11-11 12:09 ` [Bug c++/51092] ICE array " basile at starynkevitch dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: basile at starynkevitch dot net @ 2011-11-11 12:01 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51092
           Summary: ICE std::pair initialization
    Classification: Unclassified
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: basile@starynkevitch.net


Created attachment 25794
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25794
init of array of std::pair

On Debian/Sid/AMD64 with GCC Debian 4.6.2-4 the attached file got a SEGV.

 % g++ -O  -std=gnu++0x -S -fverbose-asm basile.cc
basile.cc:8:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccOtez1K.out file, please attach this to
your bugreport.


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

* [Bug c++/51092] ICE array std::pair initialization
  2011-11-11 12:01 [Bug c++/51092] New: ICE std::pair initialization basile at starynkevitch dot net
@ 2011-11-11 12:09 ` basile at starynkevitch dot net
  2011-11-11 13:07 ` [Bug c++/51092] [C++0x] [4.6 Regression] " paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: basile at starynkevitch dot net @ 2011-11-11 12:09 UTC (permalink / raw)
  To: gcc-bugs

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

basile at starynkevitch dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE std::pair               |ICE array std::pair
                   |initialization              |initialization

--- Comment #1 from basile at starynkevitch dot net 2011-11-11 11:32:34 UTC ---
See
http://stackoverflow.com/questions/8091422/map-initialization-object-code-is-50-times-larger-than-source-code/8091484#8091484


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

* [Bug c++/51092] [C++0x] [4.6 Regression] ICE array std::pair initialization
  2011-11-11 12:01 [Bug c++/51092] New: ICE std::pair initialization basile at starynkevitch dot net
  2011-11-11 12:09 ` [Bug c++/51092] ICE array " basile at starynkevitch dot net
@ 2011-11-11 13:07 ` paolo.carlini at oracle dot com
  2012-01-03 11:48 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-11-11 13:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-11-11
            Summary|ICE array std::pair         |[C++0x] [4.6 Regression]
                   |initialization              |ICE array std::pair
                   |                            |initialization
     Ever Confirmed|0                           |1

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-11-11 12:42:10 UTC ---
Of course <utility> is enough, instead of the whole <map>. Anyway, mainline is
fine, looks like a 4.6 Regression. C++0x only, of course.


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

* [Bug c++/51092] [C++0x] [4.6 Regression] ICE array std::pair initialization
  2011-11-11 12:01 [Bug c++/51092] New: ICE std::pair initialization basile at starynkevitch dot net
  2011-11-11 12:09 ` [Bug c++/51092] ICE array " basile at starynkevitch dot net
  2011-11-11 13:07 ` [Bug c++/51092] [C++0x] [4.6 Regression] " paolo.carlini at oracle dot com
@ 2012-01-03 11:48 ` rguenth at gcc dot gnu.org
  2012-03-01 14:42 ` jakub at gcc dot gnu.org
  2013-04-12 16:17 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-03 11:48 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.3


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

* [Bug c++/51092] [C++0x] [4.6 Regression] ICE array std::pair initialization
  2011-11-11 12:01 [Bug c++/51092] New: ICE std::pair initialization basile at starynkevitch dot net
                   ` (2 preceding siblings ...)
  2012-01-03 11:48 ` rguenth at gcc dot gnu.org
@ 2012-03-01 14:42 ` jakub at gcc dot gnu.org
  2013-04-12 16:17 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-01 14:42 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.3                       |4.6.4

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-01 14:38:15 UTC ---
GCC 4.6.3 is being released.


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

* [Bug c++/51092] [C++0x] [4.6 Regression] ICE array std::pair initialization
  2011-11-11 12:01 [Bug c++/51092] New: ICE std::pair initialization basile at starynkevitch dot net
                   ` (3 preceding siblings ...)
  2012-03-01 14:42 ` jakub at gcc dot gnu.org
@ 2013-04-12 16:17 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 16:17 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.6.4                       |4.7.0

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 16:17:35 UTC ---
The 4.6 branch has been closed, fixed in GCC 4.7.0.


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

end of thread, other threads:[~2013-04-12 16:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-11 12:01 [Bug c++/51092] New: ICE std::pair initialization basile at starynkevitch dot net
2011-11-11 12:09 ` [Bug c++/51092] ICE array " basile at starynkevitch dot net
2011-11-11 13:07 ` [Bug c++/51092] [C++0x] [4.6 Regression] " paolo.carlini at oracle dot com
2012-01-03 11:48 ` rguenth at gcc dot gnu.org
2012-03-01 14:42 ` jakub at gcc dot gnu.org
2013-04-12 16:17 ` jakub 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).