------- Comment #4 from reichelt at gcc dot gnu dot org 2006-02-02 09:54 ------- Here's a simpler testcase with only one error:
======================= struct A { int i; }; A foo(int); void bar() { foo().i; } ======================= -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26036