public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/104889] New: [12 Regression] D frontend fails to link on x86_64-linux-gnux32
@ 2022-03-12  6:53 doko at gcc dot gnu.org
  2022-03-12  6:57 ` [Bug d/104889] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: doko at gcc dot gnu.org @ 2022-03-12  6:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104889
           Summary: [12 Regression] D frontend fails to link on
                    x86_64-linux-gnux32
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

seen with trunk 20220302 on x86_64-linux-gnu during stage1, with
x86_64-linux-gnux32-gdc-10 as the bootstrap compiler.

/usr/bin/ld: auto-profile.o: in function
`__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<char const* const,
unsigned int> > >::allocate(unsigned int, void const*)':
/usr/include/c++/11/ext/new_allocator.h:116: undefined reference to
`std::__throw_bad_array_new_length()'
/usr/bin/ld: auto-profile.o: in function
`__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<unsigned int const, long
long> > >::allocate(unsigned int, void const*)':
/usr/include/c++/11/ext/new_allocator.h:116: undefined reference to
`std::__throw_bad_array_new_length()'
/usr/bin/ld: auto-profile.o: in function
`__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<unsigned int const,
autofdo::count_info> > >::allocate(unsigned int, void const*)':
/usr/include/c++/11/ext/new_allocator.h:116: undefined reference to
`std::__throw_bad_array_new_length()'
/usr/bin/ld: auto-profile.o: in function
`__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::pair<unsigned int,
unsigned int> const, autofdo::function_instance*> > >::allocate(unsigned int,
void const*)':
/usr/include/c++/11/ext/new_allocator.h:116: undefined reference to
`std::__throw_bad_array_new_length()'
/usr/bin/ld: auto-profile.o: in function
`__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<unsigned int const,
autofdo::function_instance*> > >::allocate(unsigned int, void const*)':
/usr/include/c++/11/ext/new_allocator.h:116: undefined reference to
`std::__throw_bad_array_new_length()'
/usr/bin/ld: auto-profile.o:/usr/include/c++/11/ext/new_allocator.h:116: more
undefined references to `std::__throw_bad_array_new_length()' follow
collect2: error: ld returned 1 exit status
make[5]: *** [../../src/gcc/d/Make-lang.in:228: d21] Error 1

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

* [Bug d/104889] [12 Regression] D frontend fails to link on x86_64-linux-gnux32
  2022-03-12  6:53 [Bug d/104889] New: [12 Regression] D frontend fails to link on x86_64-linux-gnux32 doko at gcc dot gnu.org
@ 2022-03-12  6:57 ` pinskia at gcc dot gnu.org
  2022-03-12  7:05 ` doko at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-03-12  6:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> /usr/include/c++/11/ext/new_allocator.h
> x86_64-linux-gnux32-gdc-10

Hmm, mixing the library from GCC 10 but compiling with g++-10 ....

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

* [Bug d/104889] [12 Regression] D frontend fails to link on x86_64-linux-gnux32
  2022-03-12  6:53 [Bug d/104889] New: [12 Regression] D frontend fails to link on x86_64-linux-gnux32 doko at gcc dot gnu.org
  2022-03-12  6:57 ` [Bug d/104889] " pinskia at gcc dot gnu.org
@ 2022-03-12  7:05 ` doko at gcc dot gnu.org
  2022-03-14  8:13 ` rguenth at gcc dot gnu.org
  2022-03-18  9:16 ` doko at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: doko at gcc dot gnu.org @ 2022-03-12  7:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Matthias Klose <doko at gcc dot gnu.org> ---
> Hmm, mixing the library from GCC 10 but compiling with g++-10 ....

ok, I'll check that

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

* [Bug d/104889] [12 Regression] D frontend fails to link on x86_64-linux-gnux32
  2022-03-12  6:53 [Bug d/104889] New: [12 Regression] D frontend fails to link on x86_64-linux-gnux32 doko at gcc dot gnu.org
  2022-03-12  6:57 ` [Bug d/104889] " pinskia at gcc dot gnu.org
  2022-03-12  7:05 ` doko at gcc dot gnu.org
@ 2022-03-14  8:13 ` rguenth at gcc dot gnu.org
  2022-03-18  9:16 ` doko at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-03-14  8:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

* [Bug d/104889] [12 Regression] D frontend fails to link on x86_64-linux-gnux32
  2022-03-12  6:53 [Bug d/104889] New: [12 Regression] D frontend fails to link on x86_64-linux-gnux32 doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-03-14  8:13 ` rguenth at gcc dot gnu.org
@ 2022-03-18  9:16 ` doko at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: doko at gcc dot gnu.org @ 2022-03-18  9:16 UTC (permalink / raw)
  To: gcc-bugs

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

Matthias Klose <doko at gcc dot gnu.org> changed:

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

--- Comment #3 from Matthias Klose <doko at gcc dot gnu.org> ---
the bootstrap works for me again.

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

end of thread, other threads:[~2022-03-18  9:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12  6:53 [Bug d/104889] New: [12 Regression] D frontend fails to link on x86_64-linux-gnux32 doko at gcc dot gnu.org
2022-03-12  6:57 ` [Bug d/104889] " pinskia at gcc dot gnu.org
2022-03-12  7:05 ` doko at gcc dot gnu.org
2022-03-14  8:13 ` rguenth at gcc dot gnu.org
2022-03-18  9:16 ` doko at gcc dot gnu.org

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).