[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2021-03-22 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 Martin Liška changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2021-03-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2018-10-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #13 from Eric Gallager --- (In reply to Ryan Schmidt from comment #12) > How would I do that? Add -save-temps to the compile command and then attach the lj_cconv.i file that is produced

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2018-10-19 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #12 from Ryan Schmidt --- How would I do that?

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2018-10-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #11 from Eric Gallager --- (In reply to Ryan Schmidt from comment #9) > I am also encountering this problem on i386-apple-darwin9.8.0 when compiling > texlive-bin 20170604 with gcc 6.4.0, though in my case it's -Os not -Ofast: > > li

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2017-12-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2017-12-25 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 Ryan Schmidt changed: What|Removed |Added CC||gcc at ryandesign dot com --- Comment #9

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2016-09-17 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #8 from Eric Gallager --- I reduced the command line required to trigger the ICE. It depends on whether -fmath-errno is set or not. With: $ /usr/local/bin/gcc -c -Ofast -I. -I../include -DHAVE_CONFIG_H -I../bfd -Imacosx -Iconfig -Wno

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2016-08-09 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #7 from Eric Gallager --- Created attachment 39089 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39089&action=edit some compressed compiler output Still happens with trunk from the end of July. I tried playing around with some

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2016-07-11 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #6 from Eric Gallager --- I investigated more. What's happening at ../../gcc/emit-rtl.c:1025 is that the following assert is failing: gcc_assert (can_create_pseudo_p ()); This fails if and only if gen_reg_rtx is passed V2DImode as

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2016-07-07 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #5 from Eric Gallager --- I rebuilt with debugging info and got a better backtrace: Breakpoint 1, internal_error (gmsgid=0x15ee807 "in %s, at %s:%d") at ../../gcc/diagnostic.c:1337 1337 va_start (ap, gmsgid); (gdb) bt #0 intern

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2016-06-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #4

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2016-06-09 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #3 from Eric Gallager --- Still happens with: $ /usr/local/bin/g++ -v Using built-in specs. COLLECT_GCC=/usr/local/bin/g++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i386-apple-darwin9.8.0/7.0.0/lto-wrapper Target: i386-apple-darwin9

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2016-05-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Com