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

John Agapeyev <jagapeyev at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jagapeyev at gmail dot com

--- Comment #1 from John Agapeyev <jagapeyev at gmail dot com> ---
GCC -v -save-temps output

Using built-in specs.
COLLECT_GCC=g++
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --enable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
--enable-cet=auto
Thread model: posix
gcc version 8.2.1 20181127 (GCC) 
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-std=c++17' '-O1' '-flto'
'-fvtable-verify=std' '-o' 'test.o' '-c' '-shared-libgcc' '-mtune=generic'
'-march=x86-64'
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/cc1plus -E -quiet -v -D_GNU_SOURCE
test2.cpp -mtune=generic -march=x86-64 -std=c++17 -flto -fvtable-verify=std -O1
-fpch-preprocess -o test2.ii
ignoring nonexistent directory
"/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../x86_64-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../include/c++/8.2.1

/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../include/c++/8.2.1/x86_64-pc-linux-gnu
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../include/c++/8.2.1/backward
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/include
 /usr/local/include
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-std=c++17' '-O1' '-flto'
'-fvtable-verify=std' '-o' 'test.o' '-c' '-shared-libgcc' '-mtune=generic'
'-march=x86-64'
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/cc1plus -fpreprocessed test2.ii -quiet
-dumpbase test2.cpp -mtune=generic -march=x86-64 -auxbase-strip test.o -O1
-std=c++17 -version -flto -fvtable-verify=std -o test2.s
GNU C++17 (GCC) version 8.2.1 20181127 (x86_64-pc-linux-gnu)
        compiled by GNU C version 8.2.1 20181127, GMP version 6.1.2, MPFR
version 4.0.1, MPC version 1.1.0, isl version isl-0.20-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU C++17 (GCC) version 8.2.1 20181127 (x86_64-pc-linux-gnu)
        compiled by GNU C version 8.2.1 20181127, GMP version 6.1.2, MPFR
version 4.0.1, MPC version 1.1.0, isl version isl-0.20-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: c228073cd86637479fc341ff509ca7e7
test2.cpp: In destructor ‘std::basic_ostream<_CharT,
_Traits>::sentry::~sentry()’:
test2.cpp:51414:69: warning: ‘bool std::uncaught_exception()’ is deprecated
[-Wdeprecated-declarations]
  if (bool(_M_os.flags() & ios_base::unitbuf) && !uncaught_exception())
                                                                     ^
test2.cpp:3994:8: note: declared here
   bool uncaught_exception() noexcept __attribute__ ((__pure__));
        ^~~~~~~~~~~~~~~~~~
during GIMPLE pass: ealias
test2.cpp: In function ‘_GLOBAL__sub_I.00099__ZN6crypto10DH_KeypairC2Ev’:
test2.cpp:60623:1: internal compiler error: Segmentation fault
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.

Reply via email to