[Bug target/111411] [14 regression] ICE when building opus-1.4, unrecognizable insn with -fstack-protector-strong

2023-09-15 Thread Martin.Jansa at gmail dot com via Gcc-bugs
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.

[Bug target/111411] [14 regression] ICE when building opus-1.4, unrecognizable insn with -fstack-protector-strong

2023-09-15 Thread Martin.Jansa at gmail dot com via Gcc-bugs
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.

[Bug target/111418] ICE with the CVE-2023-4039 patches applied

2023-09-14 Thread Martin.Jansa at gmail dot com via Gcc-bugs
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.

[Bug target/111418] ICE with the CVE-2023-4039 patches applied

2023-09-14 Thread Martin.Jansa at gmail dot com via Gcc-bugs
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

[Bug rtl-optimization/108681] [13 Regression] gcc hangs compiling opencv/channels_combine.cpp for aarch64

2023-02-14 Thread Martin.Jansa at gmail dot com via Gcc-bugs
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).

[Bug c++/96204] gcc complains about private member access in SFINAE context

2022-05-25 Thread Martin.Jansa at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96204 Martin Jansa changed: What|Removed |Added CC||Martin.Jansa at gmail dot com

[Bug c++/57735] New: ICE with -mtune=xscale (error: could not split insn) when building webkit

2013-06-27 Thread 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

[Bug target/57329] ICE with -O2 and -mthumb

2013-06-12 Thread Martin.Jansa at gmail dot com
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

[Bug c/57329] ICE with -O2 and -mthumb

2013-05-19 Thread Martin.Jansa at gmail dot com
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

[Bug c/57329] New: ICE with -O2 and -mthumb

2013-05-19 Thread Martin.Jansa at gmail dot com
: 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