------- Comment #10 from reichelt at gcc dot gnu dot org 2006-09-08 23:33 ------- The fix is incomplete. The following testcase still fails:
========================== struct A { static void foo(); }; void bar() { A().foo; } ========================== -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | Summary|[4.0/4.1 Regression] ICE |[4.0/4.1/4.2 Regression] ICE |with statement forming |with statement forming |unused static member |unused static member |function reference |function reference http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26696