[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 --- Comment #13 from Jakub Jelinek --- Author: jakub Date: Thu Apr 20 09:18:02 2017 New Revision: 247014 URL: https://gcc.gnu.org/viewcvs?rev=247014&root=gcc&view=rev Log: PR middle-end/80423 * tree.h (build_array_type): Add type

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 Jakub Jelinek changed: What|Removed |Added Attachment #41215|0 |1 is obsolete|

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 --- Comment #11 from Markus Trippelsdorf --- With the proposed patch: trippels@gcc2-power8 llvm_build % cat ClangOffloadBundler.ii typedef unsigned char uint8_t; struct A { template A(unsigned char (&)[N]); }; void fn1(A) { uint8_t a[]{0};

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 --- Comment #10 from Jakub Jelinek --- Created attachment 41215 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41215&action=edit gcc7-pr80423.patch Untested fix.

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 --- Comment #9 from Jakub Jelinek --- I think the bug is in: t = build_array_type (elt_type, index_type); if (elt_type == unsigned_char_type_node || elt_type == signed_char_type_node || elt_type == char_type_node

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 --- Comment #8 from Markus Trippelsdorf --- Created attachment 41212 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41212&action=edit somewhat reduced testcase

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 --- Comment #7 from Markus Trippelsdorf --- (In reply to Jakub Jelinek from comment #6) > Unfortunately can't reproduce, neither with a cross, nor on > powerpc64le-linux configured with ../configure > --enable-languages=c,c++,fortran . > Can this

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #6

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-14 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Target Mileston

[Bug middle-end/80423] [7 Regression] GC related -fcompare-debug failure

2017-04-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|