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
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: Martin.Jansa at gmail dot com
Created attachment 30391
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30391&action=edit
JSGlobalObjectFunctions.cpp.tar.bz2
I'll t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57329
--- Comment #3 from Martin Jansa ---
Hi Terry,
> With Bin's patch at http://gcc.gnu.org/ml/gcc-cvs/2013-03/msg00784.html, we
> will get correct rtx cost.
I can confirm that with 4.8.1 + this patch I don't see ICE anymore.
> I believe this is t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57329
--- Comment #1 from Martin Jansa ---
Created attachment 30147
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30147&action=edit
pixman-ice.E
: unassigned at gcc dot gnu.org
Reporter: Martin.Jansa at gmail dot com
Created attachment 30146
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30146&action=edit
pixman-ice.c
Hi, when compiling pixman for armv4t or armv5te with thumb enabled I've noticed
ICE, disabling th
10 matches
Mail list logo