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]

Re: another reproducible internal error for 1.0.3


Ragnar Hojland Espinosa <ragnar@lightside.ddns.org> writes:

> x.C:8: Please submit a full bug report to `egcs-bugs@cygnus.com'.

> struct W { };
> main() { W w; void *v = static_cast <void*>(w); }

The latest snapshot egcs says:

test.cc: In function `int main()':
test.cc:8: static_cast from `W' to `void *'

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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