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

Ladislas de Toldi <ladislas at leka dot io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ladislas at leka dot io

--- Comment #3 from Ladislas de Toldi <ladislas at leka dot io> ---
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)

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