------- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-18 03:08 ------- Grrr. Well confirmed. The reason why this does show up in the testresults is because of the follow: fmp = &ptr->function_member; // { dg-error "" } pmf = & pf->f; // { dg-error "" } not a valid pmf expression &a.f; // { dg-error "" } overloaded
Meaning dg-error should really take an argument instead of just a null string. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-03-18 03:08:59 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26740