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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58422
--- Comment #3 from Gabriel M. Beddingfield ---
Thanks!
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.
++
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)))
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49413
Gabriel M. Beddingfield changed:
What|Removed |Added
CC||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