This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/49746] New: Generated PA-RISC2.0w code cannot be assembled by GNU as-2.21.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49746

           Summary: Generated PA-RISC2.0w code cannot be assembled by GNU
                    as-2.21.1
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: h.m.brand@xs4all.nl


using

gcc (GCC) 3.4.6
GNU assembler (GNU Binutils) 2.21.1
GNU ld (GNU Binutils) 2.21.1

gmp-5.0.2
mpfr-3.0.1
mpc-0.8.2

to build a 64bit GNU gcc 4.6.1 on HP-UX 11.11 (PA-RISC 2.0w)

export ABI=2.0w
export SHELL=/pro/local/bin/bash
export PREFIX=/usr/local/pa20_64
export CONFIG_SITE=
export CC=gcc64
export CFLAGS="-mpa-risc-2-0 -fPIC"
export CXXFLAGS="-mpa-risc-2-0 -fPIC"

../src/configure \
    --enable-languages=c,c++ \
    --prefix=$PREFIX --with-local-prefix=$PREFIX \
    --with-gnu-as    --with-as=$PREFIX/bin/as \
    --without-gnu-ld --with-ld=/usr/ccs/bin/ld \
    --with-gmp=$PREFIX \
    --with-mpfr=$PREFIX \
    --disable-shared \
    --disable-nls \
    --host=hppa64-hp-hpux11.11

make

:
:

gcc64 -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
-Wold-style-definition -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../src/gcc
-I../../src/gcc/. -I../../src/gcc/../include -I../../src/gcc/../libcpp/include
-I/usr/local/pa20_64/include -I/usr/local/pa20_64/include 
-I../../src/gcc/../libdecnumber -I../../src/gcc/../libdecnumber/dpd
-I../libdecnumber   -I/usr/local/pa20_64/include
../../src/gcc/graphite-clast-to-gimple.c -o graphite-clast-to-gimple.o
/tmp/ccPcqVug.s: Assembler messages:
/tmp/ccPcqVug.s:137659: Error: Field out of range [-262144..262143] (322212).
/tmp/ccPcqVug.s:137661: Error: Field out of range [-262144..262143] (322828).
/tmp/ccPcqVug.s:137663: Error: Field out of range [-262144..262143] (322820).
/tmp/ccPcqVug.s:137665: Error: Field out of range [-262144..262143] (322812).
:
:
/tmp/ccPcqVug.s:137855: Error: Field out of range [-262144..262143] (322052).
/tmp/ccPcqVug.s:137857: Error: Field out of range [-262144..262143] (322044).
/tmp/ccPcqVug.s:137859: Error: Field out of range [-262144..262143] (322036).
make[3]: *** [fold-const.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/pro/3gl/GNU/gcc/obj-64/gcc'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]