public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54502] New: g++ 4.6 -std=c++0x ICE (segfault)
@ 2012-09-06 11:26 doko at gcc dot gnu.org
  2012-09-06 12:13 ` [Bug c++/54502] " paolo.carlini at oracle dot com
  2012-11-30 19:59 ` paolo.carlini at oracle dot com
  0 siblings, 2 replies; 3+ messages in thread
From: doko at gcc dot gnu.org @ 2012-09-06 11:26 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54502
           Summary: g++ 4.6 -std=c++0x ICE (segfault)
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@gcc.gnu.org


this works with 4.7 and trunk, fails with 4.6

$ cat foo.cc 
#include <deque>
int main(){
   std::deque<int[2]> y;
   y.push_back( {2,5} );
}

$ g++-4.6 -std=c++0x foo.cc 
foo.cc: In function 'int main()':
foo.cc:4:23: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.


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

* [Bug c++/54502] g++ 4.6 -std=c++0x ICE (segfault)
  2012-09-06 11:26 [Bug c++/54502] New: g++ 4.6 -std=c++0x ICE (segfault) doko at gcc dot gnu.org
@ 2012-09-06 12:13 ` paolo.carlini at oracle dot com
  2012-11-30 19:59 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-09-06 12:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-09-06 12:12:48 UTC ---
I bet we have a duplicate. Fixed in the active branches anyway.


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

* [Bug c++/54502] g++ 4.6 -std=c++0x ICE (segfault)
  2012-09-06 11:26 [Bug c++/54502] New: g++ 4.6 -std=c++0x ICE (segfault) doko at gcc dot gnu.org
  2012-09-06 12:13 ` [Bug c++/54502] " paolo.carlini at oracle dot com
@ 2012-11-30 19:59 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-11-30 19:59 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matt at godbolt dot org

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-11-30 19:58:56 UTC ---
*** Bug 55553 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2012-11-30 19:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06 11:26 [Bug c++/54502] New: g++ 4.6 -std=c++0x ICE (segfault) doko at gcc dot gnu.org
2012-09-06 12:13 ` [Bug c++/54502] " paolo.carlini at oracle dot com
2012-11-30 19:59 ` paolo.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).