[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 --- 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) are very clear that T and "poin

[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 --- Thanks!

[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 --- Created attachment 30823 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30823&action=edit example program demonstrating the problem.

[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 typedef int32_t int32x4_t __attribute__((vector_size(16)))

[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 changed: What|Removed |Added CC||gabriel at teuton dot org

[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