Bug/Question

Lee Noll lee@va22450.rsc.raytheon.com
Thu May 18 01:46:00 GMT 2000


Can I do what I'm doing in the attached code?
I was using Microsoft C++ documentation as a guideline.
My project has to work both in Windows NT and vxWorks.

By commenting out various statements, I found it was the "delete" 
statements which caused the compiler to fail and generate the following
report.

Thanks,
Lee Noll

Output from make:

cd /export/home1/noll/Comm_Ctrl/default
make -f ../Makefile BUILD_SPEC=default DEFAULT_RULE=vxWorks 
vxWorks
ccppc -g -mstrict-align -ansi -nostdinc -DRW_MULTI_THREAD -
D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -
I/export/home1/noll/Comm_Ctrl -I/export/home0/wind/target/config/rs60x
-I/export/home0/wind/target/h -
I/export/home0/wind/target/config/comps/src -
I/export/home0/wind/target/src/drv -DCPU=PPC603 -DPRJ_BUILD -
DROM_TEXT_ADRS=0xfff00100 -DROM_SIZE=0x00080000 - 
DSENS=TRUE -c
/export/home1/noll/Comm_Ctrl/MemoryPool.cpp
/export/home1/noll/Comm_Ctrl/MemoryPool.cpp: In function `test':
/export/home1/noll/Comm_Ctrl/MemoryPool.cpp:164: Internal compiler 
error.
/export/home1/noll/Comm_Ctrl/MemoryPool.cpp:164: Please submit a 
full bug
report to `egcs-bugs@cygnus.com'. make: *** [MemoryPool.o] Error 1 
hit
ENTER to exit

Lee Noll
Raytheon Missile Systems Co.
Tucson, AZ
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MemoryPool.cpp
Type: text/x-c++
Size: 3235 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20000518/0e927297/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MemoryPool.h
Type: text/x-c++
Size: 1299 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20000518/0e927297/attachment-0001.bin>


More information about the Gcc-bugs mailing list