[Bug c++/58422] New: vector shift operations work in C but not C++

2013-09-14 Thread gabriel at teuton dot org
++ Assignee: unassigned at gcc dot gnu.org Reporter: gabriel at teuton dot org When operating on vectors, the shift operations =, =, , and are recognized in C but not C++. #include stdint.h typedef int32_t int32x4_t __attribute__((vector_size(16))); int32x4_t apply_shift

[Bug c++/58422] vector shift operations work in C but not C++

2013-09-14 Thread gabriel at teuton dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58422 --- Comment #1 from Gabriel M. Beddingfield gabriel at teuton dot org --- Created attachment 30823 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30823action=edit example program demonstrating the problem.

[Bug c++/58422] vector shift operations work in C but not C++

2013-09-14 Thread gabriel at teuton dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58422 --- Comment #3 from Gabriel M. Beddingfield gabriel at teuton dot org --- Thanks!

[Bug c++/36566] Cannot bind packed field

2013-09-14 Thread gabriel at teuton dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36566 --- Comment #6 from Gabriel M. Beddingfield gabriel at teuton dot org --- All assignments of obj.s to type short and short* are incorrect, and ideally they would all result in compiler errors. The C++ spec (C++03, Sects. 3.9, 3.9.1, 3.9.2

[Bug tree-optimization/49413] over-optimization that causes valid code to segfault

2011-08-03 Thread gabriel at teuton dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49413 Gabriel M. Beddingfield gabriel at teuton dot org changed: What|Removed |Added CC

[Bug c++/36566] Cannot bind packed field

2009-10-10 Thread gabriel at teuton dot org
--- Comment #4 from gabriel at teuton dot org 2009-10-11 04:38 --- I have the same problem with g++ 4.2.4 and 4.3.2. -- gabriel at teuton dot org changed: What|Removed |Added