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

            Bug ID: 116064
           Summary: [15 Regression] SPEC 2017 523.xalancbmk_r failed to
                    build
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: admin at levyhsu dot com
  Target Milestone: ---

On x86 CascadeLake/IceLake/Sapphire Rapids/Zen4/Zen3, compile with:
-march=native -Ofast -funroll-loops -flto
or
-mtune=generic -O2 -march=x86-64-v3

On Aarch64 Neoverse-N1/Graviton 3, compile with:
-march=native -Ofast -funroll-loops -flto
or
-O2

Bisect down to r15-2117-g313afcfdabeab3

In file included from XalanXMLSerializerFactory.cpp:30:
xalanc/XMLSupport/XalanOtherEncodingWriter.hpp: In member function 'void
xalanc_1_10::XalanOtherEncodingWriter<Predicate,
ConstantsType>::writeSafe(const xalanc_1_10::XalanDOMChar*,
xalanc_1_10::XalanFormatterWriter::size_type)':
xalanc/XMLSupport/XalanOtherEncodingWriter.hpp:319:30: error: 'class
xalanc_1_10::XalanOtherEncodingWriter<Predicate, ConstantsType>' has no member
named 'm_isPresentable'
  319 |                     if(this->m_isPresentable(value))
      |                              ^~~~~~~~~~~~~~~
xalanc/XMLSupport/XalanOtherEncodingWriter.hpp:325:31: error: 'class
xalanc_1_10::XalanOtherEncodingWriter<Predicate, ConstantsType>' has no member
named 'writeNumberedEntityReference'
  325 |                         this->writeNumberedEntityReference(value);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
specmake: *** [**hiden_path**/speccpu2017/benchspec/Makefile.defaults:366:
XalanXMLSerializerFactory.o] Error 1

Reply via email to