[Bug c++/30253] ice for legal code

2006-12-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-12-18 19:02 --- Reduced testcase: struct xpv { int xpv_cur; }; bool m_all_methods; void f(bool a) { m_all_methods = ( a ? (({struct xpv *nxpv = 0;(nxpv->xpv_cur > 1 ); }) ? 1 : 0) :1); } -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/30253] ice for legal code

2006-12-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-18 18:54 --- Reducing ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30253

[Bug c++/30253] ice for legal code

2006-12-18 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-12-18 17:10 --- Created an attachment (id=12826) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12826&action=view) gzipped C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30253