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 bootstrap/55790] New: Build Failure on Head Targeting x86_64 Linux


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

             Bug #: 55790
           Summary: Build Failure on Head Targeting x86_64 Linux
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: joel@gcc.gnu.org


Sat Dec 22 16:21:57 UTC 2012 (revision 194694)

Host: Fedora 16 x86_64
Native GCC: gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)

/users/joel/test-gcc/gcc-svn/configure --disable-werror
--enable-languages=c,c++ --prefix=/users/joel/test-gcc/install-svn

Fails to build at this:

g++ -c   -g -DIN_GCC   -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common 
-DHAVE_CONFIG_H -I. -I. -I/users/joel/test-gcc/gcc-svn/gcc
-I/users/joel/test-gcc/gcc-svn/gcc/.
-I/users/joel/test-gcc/gcc-svn/gcc/../include
-I/users/joel/test-gcc/gcc-svn/gcc/../libcpp/include
-I/users/joel/test-gcc/b-native/./gmp -I/users/joel/test-gcc/gcc-svn/gmp
-I/users/joel/test-gcc/b-native/./mpfr/src
-I/users/joel/test-gcc/gcc-svn/mpfr/src -I/users/joel/test-gcc/gcc-svn/mpc/src 
-I/users/joel/test-gcc/gcc-svn/gcc/../libdecnumber
-I/users/joel/test-gcc/gcc-svn/gcc/../libdecnumber/bid -I../libdecnumber
-I/users/joel/test-gcc/gcc-svn/gcc/../libbacktrace    \
  insn-preds.c -o insn-preds.o
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md: In function âconst char*
output_762(rtx_def**, rtx)â:
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:12617:12: error:
âASM_BYTEâ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:12620:10: error:
âASM_SHORTâ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md: In function âconst char*
output_763(rtx_def**, rtx)â:
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:12617:12: error:
âASM_BYTEâ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:12620:10: error:
âASM_SHORTâ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md: In function âconst char*
output_967(rtx_def**, rtx)â:
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:17473:10: error:
âASM_SHORTâ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:17473:20: error: expected
â;â before string constant
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:17473:28: warning:
statement has no effect [-Wunused-value]
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:17474:1: warning: control
reaches end of non-void function [-Wreturn-type]


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