public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304
@ 2004-03-05 18:47 g3794c at motorola dot com
  2004-03-05 19:23 ` [Bug c++/14450] " bangerth at dealii dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: g3794c at motorola dot com @ 2004-03-05 18:47 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/14450] Compile error when compiling ltp-open_hpi_testsuite_module-20040304
  2004-03-05 18:47 [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304 g3794c at motorola dot com
@ 2004-03-05 19:23 ` bangerth at dealii dot org
  2004-05-07 12:33 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2004-03-05 19:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-03-05 19:23 -------
Please provide us with the information stated on the webpage to which 
the gcc internal error message refers, i.e. 
  http://gcc.gnu.org/bugs.html 
 
Thanks 
  Wolfgang 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/14450] Compile error when compiling ltp-open_hpi_testsuite_module-20040304
  2004-03-05 18:47 [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304 g3794c at motorola dot com
  2004-03-05 19:23 ` [Bug c++/14450] " bangerth at dealii dot org
@ 2004-05-07 12:33 ` pinskia at gcc dot gnu dot org
  2004-05-07 13:01 ` g3794c at motorola dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-07 12:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-07 12:33 -------
Can you provide the preproccesed source?

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/14450] Compile error when compiling ltp-open_hpi_testsuite_module-20040304
  2004-03-05 18:47 [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304 g3794c at motorola dot com
  2004-03-05 19:23 ` [Bug c++/14450] " bangerth at dealii dot org
  2004-05-07 12:33 ` pinskia at gcc dot gnu dot org
@ 2004-05-07 13:01 ` g3794c at motorola dot com
  2004-05-07 13:07 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: g3794c at motorola dot com @ 2004-05-07 13:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From g3794c at motorola dot com  2004-05-07 13:01 -------
The preprocessed source, if i'm understanding your correctly, was mentioned in 
the bug.  It's at http://prdownloads.sourceforge.net/ltp/ltp-
open_hpi_testsuite_module-20040304.tgz?download


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/14450] Compile error when compiling ltp-open_hpi_testsuite_module-20040304
  2004-03-05 18:47 [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304 g3794c at motorola dot com
                   ` (2 preceding siblings ...)
  2004-05-07 13:01 ` g3794c at motorola dot com
@ 2004-05-07 13:07 ` pinskia at gcc dot gnu dot org
  2004-05-07 13:10 ` g3794c at motorola dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-07 13:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-07 13:07 -------
No that is only the source, the preprocessed source is generated from -E or -save-temps and is ends in 
.ii for C++ code.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/14450] Compile error when compiling ltp-open_hpi_testsuite_module-20040304
  2004-03-05 18:47 [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304 g3794c at motorola dot com
                   ` (3 preceding siblings ...)
  2004-05-07 13:07 ` pinskia at gcc dot gnu dot org
@ 2004-05-07 13:10 ` g3794c at motorola dot com
  2004-05-07 13:42 ` bangerth at dealii dot org
  2004-08-06  6:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: g3794c at motorola dot com @ 2004-05-07 13:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From g3794c at motorola dot com  2004-05-07 13:10 -------
ahh... excuse my stupidity.

I'll try to get that for you as soon as I can.  Would that be somewhere *near* 
where I tried to do a make?

the board that I was running the build on has since been removed from my 
chassis and i'll try to get it back to run some tests.  

Maybe you could point me to the directory tree structure of where i would find 
all the files you need?

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/14450] Compile error when compiling ltp-open_hpi_testsuite_module-20040304
  2004-03-05 18:47 [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304 g3794c at motorola dot com
                   ` (4 preceding siblings ...)
  2004-05-07 13:10 ` g3794c at motorola dot com
@ 2004-05-07 13:42 ` bangerth at dealii dot org
  2004-08-06  6:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2004-05-07 13:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-05-07 13:41 -------
If you add the -save-temps flag to the compile flags of your project, 
the compiler will generate a .ii file in the directory from which it is 
called. This is the file we are interested in. 
 
Presumably, the easiest way to get it is to look at the last command  
executed by your Makefile. Copy that to the command line, add -save-temps 
and run it. That should hopefully generate the same compiler error, and 
as a side effect the .ii file we want. 
 
W. 

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/14450] Compile error when compiling ltp-open_hpi_testsuite_module-20040304
  2004-03-05 18:47 [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304 g3794c at motorola dot com
                   ` (5 preceding siblings ...)
  2004-05-07 13:42 ` bangerth at dealii dot org
@ 2004-08-06  6:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-06  6:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-06 06:56 -------
No feedback in 3 months (T-2 days).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-08-06  6:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-05 18:47 [Bug c++/14450] New: Compile error when compiling ltp-open_hpi_testsuite_module-20040304 g3794c at motorola dot com
2004-03-05 19:23 ` [Bug c++/14450] " bangerth at dealii dot org
2004-05-07 12:33 ` pinskia at gcc dot gnu dot org
2004-05-07 13:01 ` g3794c at motorola dot com
2004-05-07 13:07 ` pinskia at gcc dot gnu dot org
2004-05-07 13:10 ` g3794c at motorola dot com
2004-05-07 13:42 ` bangerth at dealii dot org
2004-08-06  6:57 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).