From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C77823858C56; Tue, 27 Sep 2022 07:54:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C77823858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664265289; bh=dABzMHqUn5V0GaBhMrJM8GZgj5ERLksNq/j3oRzOZBk=; h=From:To:Subject:Date:From; b=MWv+0yKf62MTZCylwn6H5Hf/Dt5tEOof5Cih8DvBWk8ax6pcsO1O9JvDDfUbxFvAT ClfheeRCvNIE1dDG3tRHbZUXmJ1rcp/dtTSwWM/LJMZrmY1lRwrPXxAuVBxijrL/Cq sD4RDsVQpA8cojHHscWVspzPqcIWhdWwVoSSPocg= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBsaWJzdGRjKysvMTA3MDQ5XSBOZXc6IGVycm9yOiDigJhz?= =?UTF-8?B?dGQ6Ol9fY3h4MTE6OmJhc2ljX3N0cmluZzxfQ2hhclQsIF9UcmFpdHMsIF9B?= =?UTF-8?B?bGxvYz46Om9wZXJhdG9yIF9fc3ZfdHlwZSgpIGNvbnN0IFt3aXRoIF9DaGFy?= =?UTF-8?B?VCA9IGNoYXI7IF9UcmFpdHMgPSBzdGQ6OmNoYXJfdHJhaXRzPGNoYXI+OyBf?= =?UTF-8?B?QWxsb2MgPSBzdGQ6OmFsbG9jYXRvcjxjaGFyPjsgX19zdl90eXBlID0gc3Rk?= =?UTF-8?B?OjpiYXNpY19zdHJpbmdfdmlldzxjaGFyPl3igJkgaXMgaW5hY2Nlc3NpYmxl?= =?UTF-8?B?IHdpdGhpbiB0aGlzIGNvbnRleHQ=?= Date: Tue, 27 Sep 2022 07:54:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107049 Bug ID: 107049 Summary: error: =E2=80=98std::__cxx11::basic_string<_CharT, _Tra= its, _Alloc>::operator __sv_type() const [with _CharT =3D char; _Traits =3D std::char_traits; _Alloc =3D std::allocator; __sv_type =3D std::basic_string_view]=E2=80=99 is inaccessible = within this context Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: jwakely.gcc at gmail dot com Target Milestone: --- Must be very recent change: g++ pdf.ii -c In file included from /usr/include/glib-2.0/glib/glib-typeof.h:41, from /usr/include/glib-2.0/glib/gatomic.h:30, from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-3.0/gtkmm/dialog.h:6, from /home/abuild/rpmbuild/BUILD/inkscape-1.2.1_2022-07-14_9c6d41e410/src/extens= ion/internal/pdfinput/pdf-input.h:21, from /home/abuild/rpmbuild/BUILD/inkscape-1.2.1_2022-07-14_9c6d41e410/src/extens= ion/internal/pdfinput/pdf-input.cpp:19: /usr/include/c++/13/type_traits: In instantiation of =E2=80=98struct std::is_convertible >=E2=80= =99: /usr/include/c++/13/type_traits:161:35: required by substitution of =E2=80=98template std::__detail::__first_t, typename std::enable_if<(bool)(_Bn::value), void>::type ...> std::__detail::__and_fn(int) [with _Bn =3D {std::is_convertible > >, std::__not_, std::allocator >*> >, std::__not_ >}]= =E2=80=99 /usr/include/c++/13/type_traits:177:42: required from =E2=80=98struct std::__and_ > >, std::__not_, std::allocator >*> >, std::__not_ > >=E2=80=99 /usr/include/c++/13/bits/basic_string.h:155:8: required by substitution of =E2=80=98template template using std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_If_sv =3D std::enable_if_t >, std::__not_*> >, std::__not_ > >::value, _Res> [with _Tp =3D GooString; _Res =3D std::__cxx11::basic_string&; _CharT= =3D char; _Traits =3D std::char_traits; _Alloc =3D std::allocator]=E2=80= =99 /usr/include/c++/13/bits/basic_string.h:1493:9: required by substitution = of =E2=80=98template std::__cxx11::basic_string::_If_sv<_Tp, std::__cxx11::basic_string&> std::__cxx11::basic_string::append(const _Tp&) [with _Tp =3D GooStrin= g]=E2=80=99 /usr/include/poppler/goo/GooString.h:112:49: required from here /usr/include/c++/13/type_traits:1387:30: error: =E2=80=98std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator __sv= _type() const [with _CharT =3D char; _Traits =3D std::char_traits; _Alloc =3D std::allocator; __sv_type =3D std::basic_string_view]=E2=80=99 = is inaccessible within this context In file included from /usr/include/c++/13/string:52, from /usr/include/c++/13/bits/locale_classes.h:40, from /usr/include/c++/13/bits/ios_base.h:41, from /usr/include/c++/13/streambuf:41, from /usr/include/c++/13/bits/streambuf_iterator.h:35, from /usr/include/c++/13/iterator:66, from /usr/include/glibmm-2.4/glibmm/ustring.h:25: /usr/include/c++/13/bits/basic_string.h:936:7: note: declared here=