http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53056
--- Comment #2 from D W 2012-04-20 20:20:46 UTC ---
Typo: add2 should be:
vi16 add2(A a, A b) {
vi16* av = &a.v;
vi16* bv = &b.v;
return *av + *bv;
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53056
--- Comment #1 from D W 2012-04-20 20:16:35 UTC ---
Also tested arm-linux-gnueabi-gcc-4.8.0-svn186501. Same results.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53056
Bug #: 53056
Summary: bad code generated for ARM NEON with vector types in
structs
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52951
D W changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52743
D W changed:
What|Removed |Added
CC||drwowe at yahoo dot com
--- Comment #4 from D W
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52951
--- Comment #3 from D W 2012-04-13 18:22:29 UTC ---
After a little more investigation it turns out this was fixed by the fix to bug
52743. So I guess this is actually a dup.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52951
--- Comment #2 from D W 2012-04-13 16:22:28 UTC ---
I built gcc from gcc-4_7-branch, svn186417. I can confirm it does not segfault
on my example.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52966
Bug #: 52966
Summary: ill-formed template constexpr functions are accepted?
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44811
D W changed:
What|Removed |Added
CC||drwowe at yahoo dot com
--- Comment #3 from D W
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52951
Bug #: 52951
Summary: internal compiler error with c++11 initializer lists
and C arrays
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
own
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: preprocessor
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: drwowe at yahoo dot com
GCC build triplet: All
GCC host triplet: All
GCC target triplet: All
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41492
11 matches
Mail list logo