Trying to workaround the ia64 bootstrap problem with --disable-libdecnumber
causes

gcc -c   -DUSE_LIBUNWIND_EXCEPTIONS -g -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I.
-I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/../include
-I../../trunk/gcc/../libcpp/include  -I../../trunk/gcc/../libdecnumber
-I../libdecnumber    ../../trunk/gcc/dfp.c -o dfp.o
In file included from ../../trunk/gcc/../libdecnumber/decNumber.h:30,
                 from ../../trunk/gcc/../libdecnumber/decimal128.h:50,
                 from ../../trunk/gcc/dfp.c:34:
../../trunk/gcc/../libdecnumber/decContext.h:43:50: error: gstdint.h: No such
file or directory
In file included from ../../trunk/gcc/../libdecnumber/decNumber.h:30,
                 from ../../trunk/gcc/../libdecnumber/decimal128.h:50,
                 from ../../trunk/gcc/dfp.c:34:
../../trunk/gcc/../libdecnumber/decContext.h:69: error: expected
specifier-qualifier-list before ‘uint32_t’
....


-- 
           Summary: bootstrap failure with --disable-libdecnumber
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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

Reply via email to