[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-12-29 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Markus Trippelsdorf changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-12-29 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-12-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-12-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Thu Dec 12 13:35:21 2013 New Revision: 205927 URL: http://gcc.gnu.org/viewcvs?rev=205927&root=gcc&view=rev Log: PR c++/58627 * call.c (add_template_candidate_real): Don't call ggc_

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-12-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 --- Comment #6 from Jakub Jelinek --- Created attachment 31407 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31407&action=edit gcc49-pr58627.patch Untested fix.

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-12-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Paolo Carlini changed: What|Removed |Added CC||ubizjak at gmail dot com --- Comment #5 f

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-11-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-11-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Version|unknown

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-10-26 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 --- Comment #3 from octoploid at yandex dot com --- Valgrind shows: markus@x4 /tmp % valgrind --track-origins=yes --trace-children=yes g++ -O2 -std=c++11 -c test.ii ==6647== Memcheck, a memory error detector ==6647== Copyright (C) 2002-2012, and G

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-10-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-10-09 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Markus Trippelsdorf changed: What|Removed |Added CC||jason at gcc dot gnu.org C