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

Heinrich Schuchardt <xypron.glpk at gmx dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xypron.glpk at gmx dot de

--- Comment #2 from Heinrich Schuchardt <xypron.glpk at gmx dot de> ---
Created attachment 62186
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62186&action=edit
Precompiled source

Precompiled failing code from highway (1.2.0-3ubuntu3).

The failing build command is:

/usr/bin/c++ \
  -g \
  -O2 \
  -freport-bug \
  -fno-omit-frame-pointer \
  -ffile-prefix-map=/home/${USER}/workspace/build-highway/highway-1.2.0=. \
  -flto=auto \
  -ffat-lto-objects \
  -fstack-protector-strong \
  -Wformat \
  -Werror=format-security \
  -fno-stack-clash-protection \
 
-fdebug-prefix-map=/home/${USER}/workspace/build-highway/highway-1.2.0=/usr/src/highway-1.2.0-3ubuntu3
\
  -DHWY_BROKEN_EMU128=0 \
  -Wdate-time \
  -D_FORTIFY_SOURCE=3 \
  -Wl,-Bsymbolic-functions \
  -flto=auto \
  -ffat-lto-objects \
  -Wl,-z,relro \
  -Wl,-z,now     \
  -fPIE \
  -pie \
  -Wl,--dependency-file=CMakeFiles/hwy_benchmark.dir/link.d
CMakeFiles/hwy_benchmark.dir/hwy/examples/benchmark.cc.o \
  -o examples/hwy_benchmark  \
 
-Wl,-rpath,/home/${USER}/workspace/build-highway/highway-1.2.0/obj-riscv64-linux-gnu
 libhwy.so.1.2.0

Reply via email to