[Bug c++/108084] AArch64 Linux bootstrap failure in rust

2022-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/108084] AArch64 Linux bootstrap failure in rust

2022-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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.

[Bug c++/108084] AArch64 Linux bootstrap failure in rust

2022-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/108084] AArch64 Linux bootstrap failure in rust

2022-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/108084] AArch64 Linux bootstrap failure in rust

2022-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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.

[Bug c++/108084] AArch64 Linux bootstrap failure in rust

2022-12-13 Thread jakub at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/108084] AArch64 Linux bootstrap failure in rust

2022-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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/

[Bug c++/108084] AArch64 Linux bootstrap failure in rust

2022-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108084 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Component|rust