public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/97136] New: [11 Regression] bootstrap-asan fails
@ 2020-09-21  9:00 marxin at gcc dot gnu.org
  2020-09-21 10:37 ` [Bug bootstrap/97136] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-09-21  9:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97136
           Summary: [11 Regression] bootstrap-asan fails
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: ian at airs dot com
  Target Milestone: ---

Fails likely since r11-3196-g05f40bc4c116ba48843728201bc7290a5e518598 due to:

        libcommon.a ../libcpp/libcpp.a   ../libbacktrace/.libs/libbacktrace.a
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a  -o gcov-dump
/usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld:
../libbacktrace/.libs/libbacktrace.a(fileline.o): in function
`backtrace_syminfo_to_full_callback':
/home/marxin/Programming/gcc2/objdir/libbacktrace/../../libbacktrace/fileline.c:333:
multiple definition of `backtrace_syminfo_to_full_callback';
/home/marxin/Programming/gcc2/objdir/prev-x86_64-pc-linux-gnu/libsanitizer/asan/.libs/libasan.a(fileline.o):/home/marxin/Programming/gcc2/objdir/x86_64-pc-linux-gnu/libsanitizer/libbacktrace/../../../../libsanitizer/libbacktrace/../../libbacktrace/fileline.c:330:
first defined here
/usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld:
../libbacktrace/.libs/libbacktrace.a(fileline.o): in function
`backtrace_syminfo_to_full_error_callback':
/home/marxin/Programming/gcc2/objdir/libbacktrace/../../libbacktrace/fileline.c:345:
multiple definition of `backtrace_syminfo_to_full_error_callback';
/home/marxin/Programming/gcc2/objdir/prev-x86_64-pc-linux-gnu/libsanitizer/asan/.libs/libasan.a(fileline.o):/home/marxin/Programming/gcc2/objdir/x86_64-pc-linux-gnu/libsanitizer/libbacktrace/../../../../libsanitizer/libbacktrace/../../libbacktrace/fileline.c:342:
first defined here
/usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld:
../libbacktrace/.libs/libbacktrace.a(elf.o): in function
`backtrace_uncompress_lzma':
/home/marxin/Programming/gcc2/objdir/libbacktrace/../../libbacktrace/elf.c:3973:
multiple definition of `backtrace_uncompress_lzma';
/home/marxin/Programming/gcc2/objdir/prev-x86_64-pc-linux-gnu/libsanitizer/asan/.libs/libasan.a(elf.o):/home/marxin/Programming/gcc2/objdir/x86_64-pc-linux-gnu/libsanitizer/libbacktrace/../../../../libsanitizer/libbacktrace/../../libbacktrace/elf.c:3972:
first defined here

Steps to reproduce:

$ ../configure --with-build-config=bootstrap-asan
$ make

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/97136] [11 Regression] bootstrap-asan fails
  2020-09-21  9:00 [Bug bootstrap/97136] New: [11 Regression] bootstrap-asan fails marxin at gcc dot gnu.org
@ 2020-09-21 10:37 ` rguenth at gcc dot gnu.org
  2020-09-21 16:28 ` ian at airs dot com
  2020-09-21 19:04 ` ian at airs dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-09-21 10:37 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
            Version|10.0                        |11.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/97136] [11 Regression] bootstrap-asan fails
  2020-09-21  9:00 [Bug bootstrap/97136] New: [11 Regression] bootstrap-asan fails marxin at gcc dot gnu.org
  2020-09-21 10:37 ` [Bug bootstrap/97136] " rguenth at gcc dot gnu.org
@ 2020-09-21 16:28 ` ian at airs dot com
  2020-09-21 19:04 ` ian at airs dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ian at airs dot com @ 2020-09-21 16:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Ian Lance Taylor <ian at airs dot com> ---
My guess is that the new external functions have to be added to
libsanitizer/libbacktrace/backtrace-rename.h.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/97136] [11 Regression] bootstrap-asan fails
  2020-09-21  9:00 [Bug bootstrap/97136] New: [11 Regression] bootstrap-asan fails marxin at gcc dot gnu.org
  2020-09-21 10:37 ` [Bug bootstrap/97136] " rguenth at gcc dot gnu.org
  2020-09-21 16:28 ` ian at airs dot com
@ 2020-09-21 19:04 ` ian at airs dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ian at airs dot com @ 2020-09-21 19:04 UTC (permalink / raw)
  To: gcc-bugs

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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Ian Lance Taylor <ian at airs dot com> ---
Fixed by 762c16eba6b815090c56564a293cd059aea2e1d6.  I forgot to mention the PR
in the commit message.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-21 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21  9:00 [Bug bootstrap/97136] New: [11 Regression] bootstrap-asan fails marxin at gcc dot gnu.org
2020-09-21 10:37 ` [Bug bootstrap/97136] " rguenth at gcc dot gnu.org
2020-09-21 16:28 ` ian at airs dot com
2020-09-21 19:04 ` ian at airs dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).