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

            Bug ID: 91303
           Summary: powerpc-rtems compile error libgcc
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: joel at gcc dot gnu.org
  Target Milestone: ---

Building off the git master, powerpc gave this compile error:

(GCC) 10.0.0 20190730 (experimental)

I forgot to update yesterday and it was also broken with "(GCC) 10.0.0 20190620
(experimental)"


/home/joel/test-gcc/b-powerpc-rtems5-gcc/./gcc/xgcc
-B/home/joel/test-gcc/b-powerpc-rtems5-gcc/./gcc/ -nostdinc
-B/home/joel/test-gcc/b-powerpc-rtems5-gcc/powerpc-rtems5/newlib/ -isystem
/home/joel/test-gcc/b-powerpc-rtems5-gcc/powerpc-rtems5/newlib/targ-include
-isystem /home/joel/test-gcc/gcc/newlib/libc/include
-B/home/joel/test-gcc/install-master/powerpc-rtems5/bin/
-B/home/joel/test-gcc/install-master/powerpc-rtems5/lib/ -isystem
/home/joel/test-gcc/install-master/powerpc-rtems5/include -isystem
/home/joel/test-gcc/install-master/powerpc-rtems5/sys-include    -g -O2
-mcpu=8540 -O2 -I../../../../gcc/libgcc/../newlib/libc/sys/rtems/include -g -O2
-DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition 
-isystem ./include   -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector
-Dinhibit_libc  -I. -I. -I../../.././gcc -I../../../../gcc/libgcc
-I../../../../gcc/libgcc/. -I../../../../gcc/libgcc/../gcc
-I../../../../gcc/libgcc/../include  -DHAVE_CC_TLS  -o e500crtsav64gprctr_s.o
-MT e500crtsav64gprctr_s.o -MD -MP -MF e500crtsav64gprctr_s.dep -DSHARED -c
-xassembler-with-cpp ../../../../gcc/libgcc/config/rs6000/e500crtsav64gprctr.S
../../../../gcc/libgcc/config/rs6000/crtresfpr.S: Assembler messages:
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:41: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:42: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:43: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:44: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:45: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:46: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:47: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:48: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:49: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:50: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:51: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:52: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtsavfpr.S:
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:53: Error: unrecognized
opcode: `lfd'
Assembler messages:
../../../../gcc/libgcc/config/rs6000/crtsavfpr.S:41: Error: unrecognized
opcode: `stfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:54: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtresfpr.S:55: Error: unrecognized
opcode: `lfd'
../../../../gcc/libgcc/config/rs6000/crtsavfpr.S:42: Error: unrecognized
opcode: `stfd'

Reply via email to