public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: Christophe Lyon <christophe.lyon@linaro.org>
Cc: Tom Honermann <tom@honermann.net>,
	"libstdc++@gcc.gnu.org" <libstdc++@gcc.gnu.org>,
	gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests
Date: Thu, 05 Dec 2019 11:43:00 -0000	[thread overview]
Message-ID: <20191205114326.GN11522@redhat.com> (raw)
In-Reply-To: <CAKdteOYsiNRHnwcijiXaH7QuoRoQWYK5_XbFU2a5+yoQ8q_m8A@mail.gmail.com>

On 05/12/19 09:00 +0100, Christophe Lyon wrote:
>On Tue, 3 Dec 2019 at 10:16, Jonathan Wakely <jwakely@redhat.com> wrote:
>>
>> On 03/12/19 09:11 +0100, Christophe Lyon wrote:
>> >On Mon, 16 Sep 2019 at 04:34, Tom Honermann <tom@honermann.net> wrote:
>> >>
>> >> A revised patch is attached that modifies the tests for deleted ostream
>> >> inserters to require C++2a.  This is required by the revision of patch
>> >> 2/4 that adds proper preprocessor conditionals to the definitions.
>> >>
>> >> Tom.
>> >>
>> >> On 9/15/19 3:40 PM, Tom Honermann wrote:
>> >> > This patch adds new tests to validate new deleted overloads of wchar_t,
>> >> > char8_t, char16_t, and char32_t for ordinary and wide formatted
>> >> > character and string ostream inserters.
>> >> >
>> >> > Additionally, new tests are added to validate invocations of u8path with
>> >> > sequences of char8_t for both the C++17 and filesystem TS implementations.
>> >> >
>> >> > libstdc++-v3/ChangeLog:
>> >> >
>> >> > 2019-09-15  Tom Honermann  <tom@honermann.net>
>> >> >
>> >> >       *
>> >> > libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/deleted.cc:
>> >> >
>> >> >         New test to validate deleted overloads of character and string
>> >> >         inserters for narrow ostreams.
>> >> >       *
>> >> > libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/deleted.cc:
>> >> >
>> >> >         New test to validate deleted overloads of character and string
>> >> >         inserters for wide ostreams.
>> >> >       *
>> >> > libstdc++-v3/testsuite/27_io/filesystem/path/factory/u8path-char8_t.cc:
>> >> >         New test to validate u8path invocations with sequences of
>> >> >         char8_t.
>> >> >       *
>> >> > libstdc++-v3/testsuite/experimental/filesystem/path/factory/u8path-char8_t.cc
>> >> >
>> >> >         New test to validate u8path invocations with sequences of
>> >> >         char8_t.
>> >> >
>> >
>> >Hi,
>> >
>> >I've noticed that the new test
>> >27_io/filesystem/path/factory/u8path-char8_t.cc
>> >fails to compile on arm-none-eabi with default cpu/fpu, because:
>> >/tools/arm-none-eabi/bin/ld:
>> >/obj-arm-none-eabi/gcc3/arm-none-eabi/libstdc++-v3/src/.libs/libstdc++.a(string-inst.o):
>> >in function `_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_':
>> >string-inst.cc:(.text._ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_[_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_]+0xf4):
>> >undefined reference to `_ZSt15__alloc_on_moveISaIcEEvRT_S2_'
>> >[etc...]
>>
>> That function is defined inline and so should be instantiated in any
>> TU that needs it, and so should not give linker errors. There was a
>> similar bug reported the other day that turned out to be pilot error:
>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92733
>>
>Hi,
>Sorry for the delay, it took me a while to reproduce the problem manually.
>I think I see this because I build that particular configuration with
>CXXFLAGS_FOR_TARGET=-fno-threadsafe-statics
>
>Does that sound plausible?

Not really ... I still don't know why that function template would
ever be undefined.

  reply	other threads:[~2019-12-05 11:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-15 19:40 Tom Honermann
2019-09-16  2:34 ` Tom Honermann
2019-12-03  8:11   ` Christophe Lyon
2019-12-03  9:16     ` Jonathan Wakely
2019-12-05  8:01       ` Christophe Lyon
2019-12-05 11:43         ` Jonathan Wakely [this message]
2019-12-05 16:12           ` Christophe Lyon
2019-12-19  9:36             ` Jonathan Wakely
2019-12-20 17:11               ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191205114326.GN11522@redhat.com \
    --to=jwakely@redhat.com \
    --cc=christophe.lyon@linaro.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    --cc=tom@honermann.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).