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, c++] Patch for PR c++/35109


Steve Ellcey wrote:
+#if 0
+		/* Let it go and give an error later.  */
 		gcc_assert (current_class_type &&
 			    LOCAL_CLASS_P (current_class_type));
-
+#endif

Rather than #if 0 it out, just remove it and update the top of the preceding comment, which is apparently wrong.


Jason


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