Re: [PATCH PR96230] driver: ICE in process_command, at gcc.c:5095

2020-07-24 Thread Richard Biener
On Thu, 23 Jul 2020, Alexandre Oliva wrote: > On Jul 23, 2020, Richard Biener wrote: > > > On Thu, 23 Jul 2020, Zhanghaijian (A) wrote: > >> # This option restores naming of aux and dump output files > >> # after input files when multiple input files are named, > >> # instead of getting them

Re: [PATCH PR96230] driver: ICE in process_command, at gcc.c:5095

2020-07-23 Thread Alexandre Oliva
On Jul 23, 2020, Richard Biener wrote: > On Thu, 23 Jul 2020, Zhanghaijian (A) wrote: >> # This option restores naming of aux and dump output files >> # after input files when multiple input files are named, >> # instead of getting them combined with the output name. > Does it actually do what

Re: [PATCH PR96230] driver: ICE in process_command, at gcc.c:5095

2020-07-23 Thread Richard Biener
On Thu, 23 Jul 2020, Zhanghaijian (A) wrote: > Hi, > > > > This is a simple fix for pr96230. > > When the dumpbase is an empty string, we should add check for !*dumpbase in > process_command. > > > > The option -dumpbase "" is used gcc-defs.exp: > > # This option restores naming of aux

[PATCH PR96230] driver: ICE in process_command, at gcc.c:5095

2020-07-23 Thread Zhanghaijian (A)
Hi, This is a simple fix for pr96230. When the dumpbase is an empty string, we should add check for !*dumpbase in process_command. The option -dumpbase "" is used gcc-defs.exp: # This option restores naming of aux and dump output files # after input files when multiple input files are