Launchpad has imported 2 comments from the remote bug at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54502.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2012-09-06T11:26:44+00:00 Doko-v wrote:

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.

Reply at: https://bugs.launchpad.net/gcc/+bug/1019725/comments/7

------------------------------------------------------------------------
On 2012-09-06T12:12:48+00:00 Paolo-carlini wrote:

I bet we have a duplicate. Fixed in the active branches anyway.

Reply at: https://bugs.launchpad.net/gcc/+bug/1019725/comments/8


** Changed in: gcc
       Status: Unknown => Fix Released

** Changed in: gcc
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019725

Title:
  tiny STL code sample segfaults cc1plus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1019725/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to