This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] PR 32158
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Paolo Carlini" <pcarlini at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org, mark at codesourcery dot com
- Date: Wed, 30 May 2007 17:58:57 -0700
- Subject: Re: [C++ PATCH] PR 32158
- References: <465E1A04.5030302@suse.de>
On 5/30/07, Paolo Carlini <pcarlini@suse.de> wrote:
Hi,
these are the C++ bits of the issue (will take care separately of the
libstdc++ part).
Index: gcc/cp/semantics.c
===================================================================
--- gcc/cp/semantics.c (revision 125201)
+++ gcc/cp/semantics.c (working copy)
@@ -4177,11 +4177,15 @@
return trait_expr;
}
As an aside, can you make sure you use -p when doing a diff. If you
need help doing this, you can find information how to get this
automatic with svn on GCC's wiki (http://gcc.gnu.org/wiki/SvnTricks).
This makes reviewing the patch a little easier to see the context of
the patch better.
Thanks,
Andrew Pinski