https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101546

Stanislav Šimek <stanislav.simek at siemens dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stanislav.simek at siemens dot 
com

--- Comment #2 from Stanislav Šimek <stanislav.simek at siemens dot com> ---
First Command
Command Line: mips_gcc_sde_elf_10.2.0/bin/mips-sde-elf-gcc    -O0 -Wunused
-Wreturn-type -Wundef -fno-common -fno-merge-constants -g  -UNDEBUG 
-save-temps=obj  -IAAA/FolderA    -fno-builtin -c -std=gnu99 -nostdinc -G0
-mips32r2 -EL -fdata-sections -ffunction-sections    -MD -MF tlb.d -o tlb.o
tlb.c 

Second command
Command Line: mips_gcc_sde_elf_10.2.0/bin/mips-sde-elf-gcc    -O0 -Wunused
-Wreturn-type -Wundef -fno-common -fno-merge-constants -g  -UNDEBUG 
-save-temps=obj  -IAAA/FolderA    -fno-builtin -c -std=gnu99 -nostdinc -G0
-mips32r2 -EL -fdata-sections -ffunction-sections    -MD -MF tlba.d -o tlba.o
tlba.c 

Both commands are called in parallel.
If gcc.exe calls  cc1.exe :
 mips_gcc_sde_elf_11.1.0/bin/../libexec/gcc/mips-sde-elf/11.1.0/cc1.exe -E
-quiet -nostdinc -v @.args.0 ----

Include paths are taken over by file that has aways same name ".args.0"

Reply via email to