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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libgcc                      |tree-optimization
   Last reconfirmed|                            |2023-05-14
           Keywords|                            |build, diagnostic
             Status|UNCONFIRMED                 |WAITING
             Target|                            |x86_64-linux-gnu
            Summary|Making of gcc13 stops at    |Making of gcc13 errors out
                   |libcpp/charset.cc with      |compiling libcpp/charset.cc
                   |Error                       |with Error with
                   |                            |"-march=native -O3 "
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
You must have CXXFLAGS set to be "-march=native -O3 ". If so you should be
using --disable-werror too.

Can you attach the preprocessed source for charset.cc ?
Also Please provide the output with -v while compiling charset.cc since
-march=native will expand to something different depending on what machine you
run gcc on.

Reply via email to