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]

Bug/Question



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

MemoryPool.cpp

MemoryPool.h


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