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]

Re: [C++ PATCH] Battle of the comptypes (PR c++/35049)


Doug Gregor wrote:

Tested i386-apple-darwin9.1.0; okay for mainline?

But not with obj-c++. That's broken now!
I do not have a full insight.
But the below brings me a step further. Might be wrong....
Me is wondering about the test results and also how people test.... before committing a patch.


Andreas


Index: objcp-decl.c =================================================================== --- objcp-decl.c (revision 132159) +++ objcp-decl.c (working copy) @@ -95,7 +95,7 @@ int objcp_comptypes (tree type1, tree type2) { - return comptypes (type1, type2, COMPARE_STRICT); + return cp_comptypes (type1, type2, COMPARE_STRICT); }

tree


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