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

r113024 - in /branches/apple-local-200502-branc...


Author: dpatel
Date: Tue Apr 18 00:28:42 2006
New Revision: 113024

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113024
Log:
        Radar 4499790
        * c-lex.c (lex_string): Enable pascal strings for wchars.

        [cp]
        * parser.c (cp_parser_string_literal): Enable pascal strings for
        wchars.

        [libcpp]
        * charset.c (cpp_interpret_string): Enable pascal strings for wchars.

        [testsuite]
        * gcc.apple/R4499790.c: New.
        * gcc.apple/R4499790-2.c: New.
        * gcc.apple/pascal-strings-2.c: Update.
        * g++.dg/pascal-strings-2.C: Update.


Added:
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/R4499790-2.c
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/R4499790.c
Modified:
    branches/apple-local-200502-branch/gcc/ChangeLog.apple-ppc
    branches/apple-local-200502-branch/gcc/c-lex.c
    branches/apple-local-200502-branch/gcc/cp/ChangeLog.apple-ppc
    branches/apple-local-200502-branch/gcc/cp/parser.c
    branches/apple-local-200502-branch/gcc/testsuite/ChangeLog.apple-ppc
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/pascal-strings-2.C
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/pascal-strings-2.c
    branches/apple-local-200502-branch/libcpp/ChangeLog.apple-ppc
    branches/apple-local-200502-branch/libcpp/charset.c


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