------- Comment #3 from reichelt at gcc dot gnu dot org 2006-06-06 22:12 ------- The following code is accepted. Shouldn't it be rejected then?
======================================= struct A { A(int); }; void foo(volatile A a) { 1 ? a : a; } ======================================= -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27666