This is the mail archive of the gcc@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]

Another patch for cp/semantics.c


Hi,

Here is another patch for cp/semantics.c.

Roger, please install it before rebuilding egcs with my new PPro patch
if you use the latest egcs from CVS.

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
---
Index: semantics.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/cp/semantics.c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 semantics.c
--- semantics.c	1998/03/19 16:17:14	1.1.1.1
+++ semantics.c	1998/03/20 00:23:34
@@ -709,7 +709,7 @@ finish_asm_stmt (cv_qualifier, string, o
      tree clobbers;
 {
   if (TREE_CHAIN (string))
-    combine_strings (string);
+    string = combine_strings (string);
 
   if (processing_template_decl)
     {


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