[Bug c/89950] attribute aligned ignored with attribute vector_size

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89950

Andrew Pinski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Andrew Pinski  ---
Dup.

*** This bug has been marked as a duplicate of bug 65672 ***

[Bug c/89950] attribute aligned ignored with attribute vector_size

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89950

Andrew Pinski  changed:

   What|Removed |Added

 CC||glisse at gcc dot gnu.org

--- Comment #3 from Andrew Pinski  ---
*** Bug 65672 has been marked as a duplicate of this bug. ***

[Bug c/89950] attribute aligned ignored with attribute vector_size

2019-04-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89950

Martin Sebor  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=89968

--- Comment #2 from Martin Sebor  ---
Yes, unlike in pr89968, in this case the order of the attributes matters.  When
aligned comes after vector_size the former is respected.

[Bug c/89950] attribute aligned ignored with attribute vector_size

2019-04-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89950

Richard Biener  changed:

   What|Removed |Added

   Keywords||wrong-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-04-05
 Ever confirmed|0   |1

--- Comment #1 from Richard Biener  ---
Does it depend on the order of the aligned/vector_size attributes?  I would
guess aligned after vector_size "works"?