https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009
Martin Liška changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009
Eric Gallager changed:
What|Removed |Added
CC||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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009
--- Comment #12 from Ryan Schmidt ---
How would I do that?
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009
Ryan Schmidt changed:
What|Removed |Added
CC||gcc at ryandesign dot com
--- Comment #9
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
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
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
Com
14 matches
Mail list logo