This is the mail archive of the gcc-regression@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: 2 GCC regressions, 1 new, with your patch on 2003-10-20T13:19:59Z.


OK, the affected code is inside some target-specific #if block. No wonder why
I didn't see it in my machine. I'm working on a fix. Expect it to be finished
by tomorrow. It's late night here now.


--Kriang

Andrew Pinski wrote:


On Oct 20, 2003, at 2:08 PM, GCC regression checker wrote:


The new failures are:
native g++.sum g++.dg/abi/mangle4.C


This looks somehow related to this change:

+2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+    PR c++/9781, c++/10583, c++/11862
+    * decl.c (cp_finish_decl): Exit immediately if decl is an
+    error_mark_node.
+    * pt.c (push_template_decl_real): Return error_mark_node for
+    invalid template declaration of variable.




Thanks, Andrew Pinski







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