[Bug bootstrap/88623] gcc build uses CXX_FOR_BUILD but files have .c extension

2023-07-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88623 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug bootstrap/88623] gcc build uses CXX_FOR_BUILD but files have .c extension

2021-08-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88623 Andrew Pinski changed: What|Removed |Added Keywords||build --- Comment #5 from Andrew Pinski

[Bug bootstrap/88623] gcc build uses CXX_FOR_BUILD but files have .c extension

2019-01-02 Thread andrew at ishiboo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88623 --- Comment #4 from Andrew Paprocki --- ... relying on the fact that `g++` will compile the `.c` files as C.

[Bug bootstrap/88623] gcc build uses CXX_FOR_BUILD but files have .c extension

2019-01-02 Thread andrew at ishiboo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88623 --- Comment #3 from Andrew Paprocki --- Sorry, I said 'libgcc', but I meant the 'gcc/' sub-directory. It is always using the C++ compiler for the build and relying on the fact that `g++`

[Bug bootstrap/88623] gcc build uses CXX_FOR_BUILD but files have .c extension

2019-01-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88623 --- Comment #2 from Richard Biener --- why would a C++ compiler ever compile sth as C?

[Bug bootstrap/88623] gcc build uses CXX_FOR_BUILD but files have .c extension

2018-12-31 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88623 --- Comment #1 from joseph at codesourcery dot com --- gcc/ is not libgcc. libgcc is only ever built using exactly the same version of GCC.