rpms/gcc/devel gcc44-raw-string.patch,1.2,1.3

Jakub Jelinek jakub at fedoraproject.org
Thu Sep 3 22:50:35 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12446

Modified Files:
	gcc44-raw-string.patch 
Log Message:
4.4.1-9

gcc44-raw-string.patch:
 gcc/c-common.c                            |    2 
 gcc/c-lex.c                               |   16 +-
 gcc/c-parser.c                            |    1 
 gcc/cp/parser.c                           |    6 
 gcc/testsuite/g++.dg/ext/raw-string-1.C   |   96 +++++++++++++
 gcc/testsuite/g++.dg/ext/raw-string-2.C   |  104 ++++++++++++++
 gcc/testsuite/g++.dg/ext/raw-string-3.C   |   58 ++++++++
 gcc/testsuite/g++.dg/ext/raw-string-4.C   |   28 +++
 gcc/testsuite/g++.dg/ext/raw-string-5.C   |   23 +++
 gcc/testsuite/g++.dg/ext/raw-string-6.C   |    5 
 gcc/testsuite/g++.dg/ext/raw-string-7.C   |   23 +++
 gcc/testsuite/g++.dg/ext/utf-badconcat2.C |   15 ++
 gcc/testsuite/g++.dg/ext/utf-dflt2.C      |   12 +
 gcc/testsuite/g++.dg/ext/utf8-1.C         |   45 ++++++
 gcc/testsuite/g++.dg/ext/utf8-2.C         |   21 ++
 gcc/testsuite/gcc.dg/raw-string-1.c       |  101 ++++++++++++++
 gcc/testsuite/gcc.dg/raw-string-2.c       |  109 +++++++++++++++
 gcc/testsuite/gcc.dg/raw-string-3.c       |   53 +++++++
 gcc/testsuite/gcc.dg/raw-string-4.c       |   28 +++
 gcc/testsuite/gcc.dg/raw-string-5.c       |   23 +++
 gcc/testsuite/gcc.dg/raw-string-6.c       |    5 
 gcc/testsuite/gcc.dg/raw-string-7.c       |   23 +++
 gcc/testsuite/gcc.dg/utf-badconcat2.c     |   15 ++
 gcc/testsuite/gcc.dg/utf-dflt2.c          |   12 +
 gcc/testsuite/gcc.dg/utf8-1.c             |   45 ++++++
 gcc/testsuite/gcc.dg/utf8-2.c             |   26 +++
 libcpp/charset.c                          |   52 +++++++
 libcpp/directives.c                       |    3 
 libcpp/include/cpplib.h                   |    5 
 libcpp/internal.h                         |    4 
 libcpp/lex.c                              |  214 ++++++++++++++++++++++++++++--
 libcpp/macro.c                            |    3 
 32 files changed, 1155 insertions(+), 21 deletions(-)

Index: gcc44-raw-string.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc44-raw-string.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gcc44-raw-string.patch	4 Mar 2009 15:06:35 -0000	1.2
+++ gcc44-raw-string.patch	3 Sep 2009 22:50:33 -0000	1.3
@@ -431,7 +431,7 @@
 +++ libcpp/macro.c	2008-09-11 20:25:20.000000000 +0200
 @@ -377,7 +377,8 @@ stringify_arg (cpp_reader *pfile, macro_
        escape_it = (token->type == CPP_STRING || token->type == CPP_CHAR
- 		   || token->type == CPP_WSTRING || token->type == CPP_STRING
+ 		   || token->type == CPP_WSTRING || token->type == CPP_WCHAR
  		   || token->type == CPP_STRING32 || token->type == CPP_CHAR32
 -		   || token->type == CPP_STRING16 || token->type == CPP_CHAR16);
 +		   || token->type == CPP_STRING16 || token->type == CPP_CHAR16




More information about the fedora-extras-commits mailing list