[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Fri Apr 15 13:07:43 2016 New Revision: 235025 URL: https://gcc.gnu.org/viewcvs?rev=235025&root=gcc&view=rev Log: PR c++/70675 * tree-pretty-print.c (do_niy): Add FLAGS arg

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 --- Comment #7 from Richard Biener --- Which means playing with gc parameters might reduce it to sth suitable for the testsuite?

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #6 from Richard Biener

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 --- Comment #4 from Richard Biener --- Does removing "deletable" from the constexpr_call_table fix it? Does playing with GC parameters allow further reduction?

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 --- Comment #3 from Markus Trippelsdorf --- Created attachment 38278 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38278&action=edit somewhat reduced testcase ~300k seems to be the smallest possible size.

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 --- Comment #2 from Markus Trippelsdorf --- Created attachment 38277 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38277&action=edit unreduced testcase

[Bug c++/70675] [6 Regression] compare-debug failure building LLVM

2016-04-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70675 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0 --- Comment #1 from Richard Biener