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 in version 2.95.3 19991030 (prerelease)


This appears as an internal compiler error. The original command line
and output follows:
g++ -I/usr/include -Iinclude -I/home/kirk/kidar/db/shared/include 
-I../include  -I../jvsclass/include  -I../io/include 
-I../segment/include  -I../txn/include  -I../persist/include 
-I../xo/include  -I../qsql  -I/home/kirk/kidar/db/test/include 
-I/home/kirk/kidar/db/synch/include  -I/home/kirk/kidar/db/mem/include 
-O6 -D_REENTRANT -Wall -Werror-implicit-function-declaration -Wmain
-Wmultichar -Wswitch -fno-implicit-templates  -c -o
/home/kirk/kidar/db/release/karma/persist/Schema.o ./src/Schema.cpp
./src/Schema.cpp: In method `void SchemaImpl::remove(RawPersistent &)':
./src/Schema.cpp:486: warning: unused variable `struct PersistentEntry *
pe'
./src/Schema.cpp: In method `enum KarmaError
SchemaImpl::copyFromBackupThread(unsigned char = 0)':
./src/Schema.cpp:1375: warning: `class Segment * segment' might be used
uninitialized in this function
./src/Schema.cpp: In method `tBoolean
SchemaImpl::restoreActionConsistency(SequentialDevice
*)':./src/Schema.cpp:1590: Internal compiler error.
./src/Schema.cpp:1590: Please submit a full bug report.
./src/Schema.cpp:1590: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.                          

Preprocessed source file is attached.

Please note that this appears when ANY optimization level is used, and
does not appear when no optimization is selected.

I'm running on i386 linux, Mandrake RPM (2.95.2-7mdk). full gcc -v
follows:
[kirk@siduri db]$ g++ -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/specs
gcc version 2.95.3 19991030 (prerelease)
[kirk@siduri db]$

Kirk Wylie
-- 
Kirk Wylie  |  mailto:kirk@radik.com  |  http://www.radik.com

Schema.ii.gz


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