This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: A simple testcase (Re: [RFC] middle-end/21743...)


Andrew Pinski wrote:

> This looks like a real bug.

Yes, it's a BAD bug. Do you want a simpler testcase?

namespace mine
{
  int cpow;
};

int cabs;          // Ok
using mine::cpow;  // Not ok.

S*it! Using is wrong wrt names of builtins. I'm filing a PR about this.

Paolo.


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