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

Dr. Thomas Orgis <thomas.or...@uni-hamburg.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas.or...@uni-hamburg.de

--- Comment #3 from Dr. Thomas Orgis <thomas.or...@uni-hamburg.de> ---
As I already mentioned in the mirrored bug on github
(https://github.com/ianlancetaylor/libbacktrace/issues/30), I added those two
noclone attributes to edtest and it changed nothing:

user@host:/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/libbacktrace$ make
edtest
/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./prev-gcc/xgcc
-B/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./prev-gcc/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/bin/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/bin/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/lib/ -isystem
/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/include -isystem
/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/sys-include
-L/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./ld   -fchecking=1
-DHAVE_CONFIG_H -I. -I../../gcc-9.2.0/libbacktrace  -I
../../gcc-9.2.0/libbacktrace/../include -I
../../gcc-9.2.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables
-frandom-seed=edtest.o -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
-Wcast-qual  -g -O2 -fchecking=1 -c -o edtest.o
../../gcc-9.2.0/libbacktrace/edtest.c
/bin/bash ./libtool  --tag=CC   --mode=link
/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./prev-gcc/xgcc
-B/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./prev-gcc/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/bin/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/bin/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/lib/ -isystem
/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/include -isystem
/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/sys-include
-L/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./ld   -fchecking=1
-funwind-tables -frandom-seed=edtest -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -Wcast-qual  -g -O2 -fchecking=1  -static-libstdc++
-static-libgcc  -o edtest edtest.o edtest2_build.o testlib.o libbacktrace.la 
libtool: link:
/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./prev-gcc/xgcc
-B/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./prev-gcc/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/bin/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/bin/
-B/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/lib/ -isystem
/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/include -isystem
/sw/env/system-gcc/gcc/9.2.0-testing/x86_64-pc-linux-gnu/sys-include
-fchecking=1 -funwind-tables -frandom-seed=edtest -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -static-libstdc++
-static-libgcc -o edtest edtest.o edtest2_build.o testlib.o 
-L/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/./ld
./.libs/libbacktrace.a
user@host:/dev/shm/sw/env/system-gcc/gcc/9.2.0-testing/build/libbacktrace$
./edtest
test1: [1]: missing file name or function name
FAIL: backtrace_full alloc stress

So … is this something serious?

Reply via email to