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: [PATCH] PR c++/42225


On 12/09/2009 07:33 AM, Dodji Seketeli wrote:
+  return !(tinfo1
+	&&  tinfo2
+	&&  TI_TEMPLATE (tinfo1)
+	&&  TI_TEMPLATE (tinfo2)

Do we really need these checks? They should always be true for a dependent typedef, no?


The patch is OK either way.

Jason


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