[Bug testsuite/108150] gcc.dg/attr-aligned.c fails with incorrect max alignment

2023-01-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Yong : https://gcc.gnu.org/g:ff3d99c5e72126cf8d4c7611a63a82dfc476cdbe commit r13-5474-gff3d99c5e72126cf8d4c7611a63a82dfc476cdbe Author: Jonathan Yong

[Bug testsuite/108150] gcc.dg/attr-aligned.c fails with incorrect max alignment

2023-01-07 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150 --- Comment #3 from jon_y <10walls at gmail dot com> --- Created attachment 54211 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54211=edit Fix attempt 1 Makes errors emitted same as on Linux.

[Bug testsuite/108150] gcc.dg/attr-aligned.c fails with incorrect max alignment

2022-12-27 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150 nightstrike changed: What|Removed |Added CC||10walls at gmail dot com --- Comment #2

[Bug testsuite/108150] gcc.dg/attr-aligned.c fails with incorrect max alignment

2022-12-19 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150 --- Comment #1 from nightstrike --- Ok, that was dumb.. WINT_MAX is wide int max... hah. So maybe test for __CYGWIN__ || __WIN32__