[Bug target/66144] New: vector element operator produces very bad code

2015-05-14 Thread mkg at us dot ibm.com
: target Assignee: unassigned at gcc dot gnu.org Reporter: mkg at us dot ibm.com Target Milestone: --- Compiling the following input #include vector char test( vector char a, vector char b) { return a == b; } generates the following output with gcc from from trunk

[Bug middle-end/63764] New: nternal compiler error: in verify_ssa, at tree-ssa.c:939

2014-11-06 Thread mkg at us dot ibm.com
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: mkg at us dot ibm.com Created attachment 33913 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33913&action=edit File performs several builtin operations in a loop. mk