>>> On 01.07.16 at 17:17, <bschm...@redhat.com> wrote: > On 07/01/2016 10:22 AM, Jan Beulich wrote: >> Irrespective of the use of -o this so far resulted in "error: output >> filename specified twice", since cc1_options already produces a -o >> option when -S was specified. >> >> gcc/ >> 2016-07-01 Jan Beulich <jbeul...@suse.com> >> >> * varasm.c (get_variable_section): Validate initializer in >> named .bss-like sections. > > Ok with the right ChangeLog.
Oops, I'm sorry for that. This is what it was supposed to be: gcc/ 2016-07-01 Jan Beulich <jbeul...@suse.com> * gcc.c (default_compilers["@c-header"]): Conditionalize "-o". gcc/cp/ 2016-07-01 Jan Beulich <jbeul...@suse.com> * lang-specs.h ("@c++-header"): Conditionalize "-o". gcc/testsuite/ 2016-07-01 Jan Beulich <jbeul...@suse.com> * g++.dg/header.c: New. * gcc.dg/header.c: New. Jan