https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084
--- Comment #7 from Andrew Pinski ---
I built cc1plus on x86_64 at r13-4678-g8f4634fb82d and still not able to
reproduce it. This is a bit interesting.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084
--- Comment #6 from Andrew Pinski ---
The command line which is able to reproduce on aarch64:
../prev-gcc/cc1plus -fpreprocessed t.ii -quiet -dumpdir rust/ -dumpbase
rust-ast-full-test.cc -dumpbase-ext .cc -g -g -gtoggle -O2 -O2 -Wextra -Wall
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084
--- Comment #5 from Andrew Pinski ---
Created attachment 54078
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54078&action=edit
Preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084
--- Comment #4 from Andrew Pinski ---
(In reply to Jakub Jelinek from comment #3)
> Can you please attach preprocessed source?
I will in a few minutes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084
--- Comment #2 from Andrew Pinski ---
I can reproduce the failure.
It is happening in stage 2
Command line:
/home/ubuntu/src/upstream-gcc-aarch64/gcc/objdir/./prev-gcc/xg++
-B/home/ubuntu/src/upstream-gcc-aarch64/gcc/objdir/./prev-gcc/
-B/home/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
Component|rust