https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68663
Bug ID: 68663 Summary: Build failure on AIX 7.1 Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: bugzilla-gcc at thewrittenword dot com Target Milestone: --- I tried building gcc-4.9.3 on AIX 7.1 as follows: $ gtar jxf gcc-4.9.3.tar.bz2 $ cd gcc-4.9.3 $ mkdir .obj $ cd .obj $ PATH=/opt/TWWfsw/gcc44/bin:$PATH LDR_CNTRL=MAXDATA=0x70000000 \ ../configure LDFLAGS="-Wl,-brtl -Wl,blibpath:/opt/TWWfsw/libcloog018/lib:\ /opt/TWWfsw/libgmp51/lib:/opt/TWWfsw/libisl012/lib:/opt/TWWfsw/libmpc10/lib:\ /opt/TWWfsw/libmpfr31/lib:/usr/lib" --enable-nls --with-included-gettext \ --enable-shared --enable-threads --enable-languages="c,c++" \ --with-local-prefix=/tmp/gcc49 --with-cloog=/opt/TWWfsw/libcloog018 \ --with-gmp=/opt/TWWfsw/libgmp51 --with-isl=/opt/TWWfsw/libisl012 \ --with-mpc=/opt/TWWfsw/libmpc10 --with-mpfr=/opt/TWWfsw/libmpfr31 \ --prefix=/tmp/gcc49 ... $ PATH=/opt/TWWfsw/gcc44/bin:$PATH LDR_CNTRL=MAXDATA=0x70000000 gmake The build failed with the following: /bin/sh /opt/build/china/gcc-4.9.3/gcc/../move-if-change tmp-output.c insn-output.c echo timestamp > s-output g++ -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/opt/build/china/gcc-4.9.3/gcc -I/opt/build/china/gcc-4.9.3/gcc/. -I/opt/build/china/gcc-4.9.3/gcc/../include -I./../intl -I/opt/build/china/gcc-4.9.3/gcc/../libcpp/include -I/opt/TWWfsw/libgmp51/include -I/opt/TWWfsw/libmpfr31/include -I/opt/TWWfsw/libmpc10/include -I/opt/build/china/gcc-4.9.3/gcc/../libdecnumber -I/opt/build/china/gcc-4.9.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/opt/build/china/gcc-4.9.3/gcc/../libbacktrace -DCLOOG_INT_GMP -I/opt/TWWfsw/libcloog018/include -I/opt/TWWfsw/libisl012/include -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.c /tmp//cczwRBC6.s: Assembler messages: /tmp//cczwRBC6.s:1357: Error: value of 00000000000117c0 too large for field of 2 bytes at 000000000000046e /tmp//cczwRBC6.s:1491: Error: value of 00000000000117c0 too large for field of 2 bytes at 00000000000005ee /tmp//cczwRBC6.s:1624: Error: value of 00000000000117c0 too large for field of 2 bytes at 0000000000000772 /tmp//cczwRBC6.s:1757: Error: value of 00000000000117c0 too large for field of 2 bytes at 00000000000008f6 /tmp//cczwRBC6.s:1909: Error: value of 00000000000117c4 too large for field of 2 bytes at 0000000000000aa6 /tmp//cczwRBC6.s:2043: Error: value of 00000000000117c0 too large for field of 2 bytes at 0000000000000c2a /tmp//cczwRBC6.s:2179: Error: value of 00000000000117c0 too large for field of 2 bytes at 0000000000000db6 /tmp//cczwRBC6.s:2285: Error: value of 00000000000117c8 too large for field of 2 bytes at 0000000000000eca /tmp//cczwRBC6.s:2435: Error: value of 00000000000117c0 too large for field of 2 bytes at 0000000000001086 ...