x27; requires '-march' to subsume the 'M' extension
It seems to be trying to build test suites that are in conflict with my
march settings.
Interestingly, I didn't have this issue when trying to build the release
version tagged "releases/gcc-13.2.0". However, I wanted to use some
newer features that were only merged less than a month ago. I tried to
build the GIT tree and encountered this error. I attempted to bisect
the issue and found that it only happens when "gcc/DEV-PHASE" is set to:
experimental
I'm not very familar with GCC's build system, but this suggests to me
that the tests are only conditionally built on experimental/development
codebase snapshots.
Michael T. Kloos
e 'M' extension cc1plus: error:
'-mdiv' requires '-march' to subsume the 'M' extension It seems to be
trying to build test suites that are in conflict with my march settings.
Interestingly, I didn't have this issue when trying to build the release
version tagged "releases/gcc-13.2.0". However, I wanted to use some
newer features that were only merged less than a month ago. I tried to
build the GIT tree and encountered this error. I attempted to bisect
the issue and found that it only happens when gcc/DEV-PHASE is set to:
experimental I'm not very familar with GCC's build system, but this
suggests to me that the tests are only conditionally built on
experimental/development codebase snapshots. Michael T. Kloos