https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111411
--- Comment #12 from Martin Jansa ---
I can confirm https://gcc.gnu.org/g:2d38f45bcca62ca0c7afef4b579f82c5c2a01610
fixes the other reproducer from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111418 as well.
Thank you for quick fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111411
--- Comment #11 from Martin Jansa ---
I can confirm https://gcc.gnu.org/g:2d38f45bcca62ca0c7afef4b579f82c5c2a01610
fixes the other reproducer from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111418 as well.
Thank you for quick fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111418
--- Comment #3 from Martin Jansa ---
Reproduced with:
13.2.1 20230914 (revision 9cddebd822aeff9b7c0e9951909d5ec96c959e4f)
and
14.0.0 20230914 (experimental) (revision
8517317ce8e9fbea0b4c7a8f87a86d07d95dc8c7)
as well.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111418
--- Comment #1 from Martin Jansa ---
https://github.com/csmith-project/creduce
reduced my test case to:
typedef a;
typedef struct {
short b __attribute__((aligned(8)))
} c;
typedef struct {
short d __attribute__((aligned(8)))
} e;
typedef
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108681
--- Comment #10 from Martin Jansa ---
(In reply to rsand...@gcc.gnu.org from comment #9)
> Fixed.
Thanks, I can confirm that it fixes the hang in the original case (building
carotene in opencv).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96204
Martin Jansa changed:
What|Removed |Added
CC||Martin.Jansa at gmail dot com
--- Comment