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/41710] New: Build Failure


Configured with:

../gcc-svn/configure --target=sparc64-elf

gcc -c  -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings
-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc-svn/gcc -I../../gcc-svn/gcc/. -I../../gcc-svn/gcc/../include
-I../../gcc-svn/gcc/../libcpp/include  -I../../gcc-svn/gcc/../libdecnumber
-I../../gcc-svn/gcc/../libdecnumber/dpd -I../libdecnumber  
-I/usr/include/libelf  ../../gcc-svn/gcc/plugin.c -o plugin.o
In file included from ./plugin-version.h:1,
                 from ../../gcc-svn/gcc/plugin.c:44:
./configargs.h:7: error: expected expression before ?;? token
In file included from ../../gcc-svn/gcc/plugin.c:44:
./plugin-version.h:11: error: ?basever? undeclared here (not in a function)
./plugin-version.h:11: error: initializer element is not constant
./plugin-version.h:11: error: (near initialization for ?gcc_version.basever?)
make[2]: *** [plugin.o] Error 1


-- 
           Summary: Build Failure
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: sparc64-elf


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


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