https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423
Jakub Jelinek changed:
What|Removed |Added
Attachment #41215|0 |1
is obsolete|
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};
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.
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
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80423
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
12 matches
Mail list logo