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]

error in `expand_expr', at expr.c:5882


Dear egcs developers,

File t1.c:
class A {public: virtual ~A();};
void f() {static A s[1];}

$ g++ -c t1.c
t1.c: In function `void __tcf_0()':
t1.c:2: Internal compiler error in `expand_expr', at expr.c:5882

$ g++ -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnulibc1/egcs-2.93.
21/specs
gcc version egcs-2.93.21 19990502 (gcc2 ss-980929 experimental)

With best wishes,
Alexander Zvyagin


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