public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/104298] New: [12 Regression] Broken cross compilers
@ 2022-01-31  9:18 marxin at gcc dot gnu.org
  2022-01-31  9:58 ` [Bug target/104298] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-01-31  9:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104298
           Summary: [12 Regression] Broken cross compilers
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org, raoni at linux dot ibm.com
  Target Milestone: ---
              Host: x86_64-linux-gnu
            Target: powerpc-xilinx-eabi, powerpc-eabisim

The mentioned 2 compilers are broken due to:

g++ -fcf-protection -fno-PIE -c   -g     -DIN_GCC -fPIC
-DCROSS_DIRECTORY_STRUCTURE   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common 
-DHAVE_CONFIG_H -I. -I. -I/home/marxin/Programming/gcc/gcc
-I/home/marxin/Programming/gcc/gcc/.
-I/home/marxin/Programming/gcc/gcc/../include
-I/home/marxin/Programming/gcc/gcc/../libcpp/include
-I/home/marxin/Programming/gcc/gcc/../libcody 
-I/home/marxin/Programming/gcc/gcc/../libdecnumber
-I/home/marxin/Programming/gcc/gcc/../libdecnumber/dpd -I../libdecnumber
-I/home/marxin/Programming/gcc/gcc/../libbacktrace   -o insn-emit.o -MT
insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.cc
/home/marxin/Programming/gcc/gcc/config/rs6000/rs6000.md: In function ‘rtx_def*
gen_fegetroundsi(rtx)’:
/home/marxin/Programming/gcc/gcc/config/rs6000/rs6000.md:6932:8: error:
‘OPTION_GLIBC’ was not declared in this scope
 6932 |   if (!OPTION_GLIBC)
      |        ^~~~~~~~~~~~
/home/marxin/Programming/gcc/gcc/config/rs6000/rs6000.md: In function ‘rtx_def*
gen_feclearexceptsi(rtx, rtx)’:
/home/marxin/Programming/gcc/gcc/config/rs6000/rs6000.md:6967:8: error:
‘OPTION_GLIBC’ was not declared in this scope
 6967 |   if (!OPTION_GLIBC)
      |        ^~~~~~~~~~~~
/home/marxin/Programming/gcc/gcc/config/rs6000/rs6000.md: In function ‘rtx_def*
gen_feraiseexceptsi(rtx, rtx)’:
/home/marxin/Programming/gcc/gcc/config/rs6000/rs6000.md:7007:8: error:
‘OPTION_GLIBC’ was not declared in this scope
 7007 |   if (!OPTION_GLIBC)
      |        ^~~~~~~~~~~~
make: *** [Makefile:1143: insn-emit.o] Error 1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-01  8:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  9:18 [Bug target/104298] New: [12 Regression] Broken cross compilers marxin at gcc dot gnu.org
2022-01-31  9:58 ` [Bug target/104298] " jakub at gcc dot gnu.org
2022-01-31 10:00 ` jakub at gcc dot gnu.org
2022-01-31 19:09 ` cvs-commit at gcc dot gnu.org
2022-02-01  8:17 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).