Re: typo in internal warning: the_pipeline

2019-09-16 Thread Chet Ramey
On 9/15/19 2:01 PM, Roland Illig wrote: > internal_warning (_("add_process: process %5ld (%s) in the_pipeline"), > (long)p->pid, p->command); > > What does "the_pipeline" mean? PROCESS *the_pipeline = (PROCESS *)NULL; > > And why is an internal warning translated anyway? It indicates an anomal

typo in internal warning: the_pipeline

2019-09-15 Thread Roland Illig
internal_warning (_("add_process: process %5ld (%s) in the_pipeline"), (long)p->pid, p->command); What does "the_pipeline" mean? And why is an internal warning translated anyway? See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80055 for a discussion with the GCC project.