https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2022-12-12
Target Milestone|--- |13.0
Ever confirmed|0 |1
Summary|13 regression: Build |[13 regression] Build
|failure in Libreoffice |failure in Libreoffice
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I get
/tmp/t.i: In member function 'virtual
com::sun::star::uno::Sequence<rtl::OUString>
{anonymous}::AnyCompareFactory::getSupportedServiceNames()':
/tmp/t.i:47993:51: error: no matching function for call to
'rtl::OUString::OUString(const char* const)'
47993 | return { "com.sun.star.ucb.AnyCompareFactory" };
| ^
and loads of warnings before/after. That's with no options - what options do
you use and what's your error?