This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/31350] gcc -v --help puts some output on std. out, and some on std. error.


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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-10-05
     Ever confirmed|0                           |1

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Ladislas de Toldi from comment #3)
> I confirm this is also the case for avr-gcc
> 
> This is what I get to stderr:
> 
> --- 
> 
> Using built-in specs.
> Reading specs from
> /usr/local/Cellar/avr-gcc/7.2.0/lib/gcc/avr/7.2.0/device-specs/specs-avr2
> COLLECT_GCC=avr-gcc
> COLLECT_LTO_WRAPPER=/usr/local/Cellar/avr-gcc/7.2.0/libexec/gcc/avr/7.2.0/
> lto-wrapper
> Target: avr
> Configured with: ../configure --target=avr
> --prefix=/usr/local/Cellar/avr-gcc/7.2.0 --enable-languages=c,c++
> --with-ld=/usr/local/opt/avr-binutils/bin/avr-ld
> --with-as=/usr/local/opt/avr-binutils/bin/avr-as --disable-nls
> --disable-libssp --disable-shared --disable-threads --disable-libgomp
> --with-dwarf2
> Thread model: single
> gcc version 7.2.0 (GCC)

OK, changing status to NEW. This isn't necessarily confirmation that this is a
bug with gcc, just that it happens.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]