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]

gcc-2.8.0-971211 and egcs 971206 : Internal compiler error with -fcheck-memory-usage



Hi,

the enclosed program crashes egcs and gcc :

% g++ -v
Reading specs from /udd/bonnaud/poubelle/sparc-egcs/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.02/specs
gcc version egcs-2.91.02 971206 (gcc-2.8.0)

% g++ -fcheck-memory-usage LS.ii 
/udd/bonnaud/prg/src/LS.cc: In method `LS::LS(double, double, double, double, double, double)':
/udd/bonnaud/prg/src/LS.cc:21: Internal compiler error.
/udd/bonnaud/prg/src/LS.cc:21: Please submit a full bug report to `egcs-bugs@cygnus.com'.


% g++ -v
Reading specs from /udd/bonnaud/poubelle/sparc-gcc/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.0/specs
gcc version 2.8.0

% g++ -fcheck-memory-usage LS.ii
/udd/bonnaud/prg/src/LS.cc: In method `LS::LS(double, double, double, double, double, double)':
/udd/bonnaud/prg/src/LS.cc:21: Internal compiler error.
/udd/bonnaud/prg/src/LS.cc:21: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'.

This is on sparc-solaris, but similar crashes happen on i86-linux.  Is
this option supported or experimental ?

-- 
Laurent.

LS.ii.gz


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