This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ping: [patch] Fix PR c++/23118, ICE on invalid overloading


The patch

  http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00821.html

for an ICE on invalid code like

  struct A
  {
    void foo();
    virtual void foo();
  };

is still unreviewed. The bug is a 3.4/4.0/4.1 regression.

Thanks,
Volker



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]