[Bug c/99127] ICE in expand_expr_addr_expr_1, at expr.c:8026 (during RTL pass: expand) at -O1 or higher on hppa

2021-02-17 Thread kurt at intricatesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99127 --- Comment #6 from Kurt Miller --- For clarity, I see now there are two reduced test cases. My test patch fixed the initial reduced test case but not the second one. apoc$ cat pr99127.i

[Bug c/99127] ICE in expand_expr_addr_expr_1, at expr.c:8026 (during RTL pass: expand) at -O1 or higher on hppa

2021-02-17 Thread kurt at intricatesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99127 --- Comment #5 from Kurt Miller --- (In reply to Jakub Jelinek from comment #4) > So, do you get the ICE with > int c_pow_r_1, c_pow_r_0, c_pow_phase; > > void > c_pow() { > _Complex double r = __builtin_cexpi(c_pow_phase); > c_pow_r_0 = __r

[Bug c/99127] ICE in expand_expr_addr_expr_1, at expr.c:8026 (during RTL pass: expand) at -O1 or higher on hppa

2021-02-17 Thread kurt at intricatesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99127 --- Comment #3 from Kurt Miller --- Changing the gate function to return false does work-around the python ICEs.

[Bug c/99127] ICE in expand_expr_addr_expr_1, at expr.c:8026 (during RTL pass: expand) at -O1 or higher on hppa

2021-02-16 Thread kurt at intricatesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99127 Kurt Miller changed: What|Removed |Added CC||kurt at intricatesoftware dot com

[Bug c/99127] New: ICE in expand_expr_addr_expr_1, at expr.c:8026 (during RTL pass: expand) at -O1 or higher on hppa

2021-02-16 Thread kurt at intricatesoftware dot com via Gcc-bugs
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: kurt at intricatesoftware dot com Target Milestone: --- Created attachment 50207 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50207&acti

[Bug c++/99115] ICE in extract_insn, at recog.c:2309 on alpha (error: unrecognizable insn) with -O2

2021-02-15 Thread kurt at intricatesoftware dot com via Gcc-bugs
CC||kurt at intricatesoftware dot com --- Comment #2 from Kurt Miller --- This ICE is on alpha (not hppa).

[Bug c++/99115] ICE in extract_insn, at recog.c:2309 on hppa (error: unrecognizable insn) with -O2

2021-02-15 Thread kurt at intricatesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99115 --- Comment #1 from Kurt Miller --- Created attachment 50192 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50192&action=edit testcase preprocessed

[Bug c++/99115] New: ICE in extract_insn, at recog.c:2309 on hppa (error: unrecognizable insn) with -O2

2021-02-15 Thread kurt at intricatesoftware dot com via Gcc-bugs
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kurt at intricatesoftware dot com Target Milestone: --- Created attachment 50191 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50191&action=edit t

[Bug bootstrap/39618] trunk revision 145459 - The configure of libstdc++-v3 hangs while checking for PCH support

2011-11-19 Thread kurt at intricatesoftware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39618 Kurt Miller changed: What|Removed |Added CC||kurt at intricatesoftware

[Bug bootstrap/39618] trunk revision 145459 - The configure of libstdc++-v3 hangs while checking for PCH support

2011-11-19 Thread kurt at intricatesoftware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39618 --- Comment #2 from Kurt Miller 2011-11-20 03:29:51 UTC --- Created attachment 25864 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25864 PCH Supoort for OpenBSD Attached is a patch against gcc-4.6.2 which uses brk/sbrk for PCH support. Sin