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 c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304


downloaded the ltp-open_hpi_testsuite module and performed a ./Bigbuild of it.

the module can be downloaded here.

http://prdownloads.sourceforge.net/ltp/ltp-open_hpi_testsuite_module-
20040304.tgz?download


just cut from a position in the successful builds, so there was pleny more 
before this but the error is at the end.

================================================================================
/bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -
I../../../include     -g -O2  -I/usr/local/include/glib-1.2 -
I/usr/local/lib/glib/include   -Wall -Wmissing-prototypes        -Wmissing-
declarations  -Wstrict-prototypes  -Wpointer-arith  -Werror         -Wcast-
qual     -Wcast-align         -Wshadow         -Wwrite-strings         -
Wredundant-decls -D_GNU_SOURCE -D_REENTRANT -fexceptions -c sel.cpp
rm -f .libs/sel.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -g -O2 -
I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -Wall -Wmissing-
prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Werror -
Wcast-qual -Wcast-align -Wshadow -Wwrite-strings -Wredundant-decls -
D_GNU_SOURCE -D_REENTRANT -fexceptions -Wp,-MD,.deps/sel.pp -c sel.cpp  -fPIC -
DPIC -o .libs/sel.lo
cc1plus: warning: "-Wmissing-declarations" is valid for C/ObjC but not for C++
sel.cpp: In member function `virtual SaErrorT cIpmi::IfGetSelInfo(cIpmiSel*,
   SaHpiSelInfoT&)':
sel.cpp:89: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [sel.lo] Error 1
make[4]: Leaving directory `/test/open_hpi_testsuite/src/plugins/ipmidirect'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/test/open_hpi_testsuite/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/test/open_hpi_testsuite/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/test/open_hpi_testsuite'
make: *** [all-recursive-am] Error 2
%:/test/open_hpi_testsuite#

-- 
           Summary: Compile error when compiling ltp-
                    open_hpi_testsuite_module-20040304
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: g3794c at motorola dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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