[Bug lto/94822] New: ICE in lto with option -Warray-bounds and -fno-use-linker-plugin

2020-04-28 Thread lizekun1 at huawei dot com
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: lizekun1 at huawei dot com CC: marxin at gcc dot gnu.org Target Milestone: --- Created attachment 48393 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48393=e

[Bug target/94121] ICE on aarch64-linux-gnu: in abs_hwi, at hwint.h:324

2020-03-11 Thread lizekun1 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94121 --- Comment #5 from Zekun Li --- (In reply to Jakub Jelinek from comment #4) > Created attachment 48013 [details] > gcc10-pr94121.patch > > Ok, I'll test this then. Yes, it seems more concise.

[Bug target/94121] ICE on aarch64-linux-gnu: in abs_hwi, at hwint.h:324

2020-03-10 Thread lizekun1 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94121 --- Comment #1 from Zekun Li --- Created attachment 48010 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48010=edit [PATCH PR94121] fix ICE on aarch64 in abs_hwi, at hwint.h:324 This is a fix tring to solve the problem. With this fix,

[Bug c/94121] New: ICE on aarch64-linux-gnu: in abs_hwi, at hwint.h:324

2020-03-10 Thread lizekun1 at huawei dot com
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: lizekun1 at huawei dot com Target Milestone: --- I find an ICE when testing GCC10.0 on aarch64 at -O2 -fpie with POC below: --- #define DIFF_MAX __PTRDIFF_MAX__ #define DIFF_MIN (-DIFF_MAX - 1) extern void foo