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]

971127 internal compiler error


Please see also http://www.cygnus.com/ml/egcs-bugs/1997-Nov/0231.html.
Some snapshots ago egcs didn't have this error (already reported for
egcs971122, just occures using -fsjls-exceptions to work around the EH
regions cleanup problem). I this bug doesn't go into release.    

tom@hermes:/home/tom > g++ -v
Reading specs from
/usr/local/lib/gcc-lib/i486-pc-linux-gnulibc1/egcs-2.90.19/specs
gcc version egcs-2.90.19 971127 (gcc2-970802 experimental)
tom@hermes:/home/tom > g++ -c -fsjlj-exceptions bug.i
bug.i: In method 'bool foo::bar(const class x &, class x &)':
bug.i:4047: Internal compiler error.
bug.i:4047: Please submit a full bug report to 'egcs-bugs@cygnus.com'.
tom@hermes:/home/tom > g++ -Vegcs-2.90.13 -c -fsjlj-exceptions bug.i
tom@hermes:/home/tom >

-- 
Thomas Weise, http://www.inf.tu-dresden.de/~tw4
Dresden University of Technology, Department of Computer Science


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