[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2023-06-14 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org

[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2023-06-14 Thread costas.argyris at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 --- Comment #9 from Costas Argyris --- Fixed by https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=180ebb8a24d24fc5b105f2257d6216f6dfde62df Also this is windows-host-specific (Host field in the PR is empty).

[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2023-04-19 Thread costas.argyris at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 --- Comment #8 from Costas Argyris --- Not likely to be fixed, so if someone stumbles upon this and needs a workaround, you need to override the default specs as in the example above.

[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2023-03-03 Thread costas.argyris at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 --- Comment #7 from Costas Argyris --- Created attachment 54575 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54575=edit Treat include path args the same way between cpp_unique_options and asm_options The proposed patch extends the logic

[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2022-10-24 Thread costas.argyris at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 Costas Argyris changed: What|Removed |Added CC||costas.argyris at gmail dot com ---

[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2017-07-11 Thread andrewjcg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 Andrew Gallagher changed: What|Removed |Added CC||andrewjcg at gmail dot com ---

[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2016-07-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 --- Comment #3 from Andrew Pinski --- (In reply to christian wilmes from comment #2) > Which component performs the CreateProcess call then? I am saying there is code in gcc.c that handles the linking side of things but not calling of cc1.

[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2016-07-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/71850] @file should be used to cc1/cc1plus when @file is used

2016-07-12 Thread christian.wilmes at elektrobit dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 --- Comment #2 from christian wilmes --- Which component performs the CreateProcess call then?