public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* libstdc++-v3 failing to compile due to no matching function for call to ‘operator new(sizetype, sizetype)
@ 2022-05-02  9:20 Zopolis0
  2022-05-02  9:29 ` Xi Ruoyao
  0 siblings, 1 reply; 7+ messages in thread
From: Zopolis0 @ 2022-05-02  9:20 UTC (permalink / raw)
  To: gcc-help

While trying to compile gcj, it breaks on a number of errors, many of which
are along the lines of "no matching function for call to ‘operator
new(sizetype, sizetype)". However, I have not touched this code, and this
error does not appear on another branch which is a few months back from
master. This leads me to believe that this is an error present on master,
although I have not yet been able to locate the breaking commit. (Example
of one such error:)
In file included from
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/locale_classes.h:857,
                 from
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/ios_base.h:41,
                 from
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/ios:42,
                 from
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/istream:38,
                 from
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/sstream:38,
                 from
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/complex:45,
                 from
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/ccomplex:39,
                 from
/home/zopolis4/gcj/libstdc++-v3/include/precompiled/stdc++.h:54:
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc:
In constructor ‘std::locale::locale(const std::locale&, _Facet*)’:
/home/zopolis4/gcjbuild/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc:47:46:
error: no matching function for call to ‘operator new(sizetype, sizetype)’
   47 |       _M_impl = new _Impl(*__other._M_impl, 1);
      |                                              ^

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

end of thread, other threads:[~2022-05-03  5:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02  9:20 libstdc++-v3 failing to compile due to no matching function for call to ‘operator new(sizetype, sizetype) Zopolis0
2022-05-02  9:29 ` Xi Ruoyao
2022-05-02 10:02   ` Zopolis0
2022-05-02 10:24     ` Xi Ruoyao
2022-05-02 12:07       ` Zopolis0
2022-05-02 12:42         ` Xi Ruoyao
2022-05-03  5:30           ` Zopolis0

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