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

[Bug c/28768] [4.0/4.1/4.2 Regression] Preprocessor doesn't parse tokens correctly?



------- Comment #7 from jsm28 at gcc dot gnu dot org  2006-09-13 01:04 -------
Subject: Bug 28768

Author: jsm28
Date: Wed Sep 13 01:04:18 2006
New Revision: 116915

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116915
Log:
libcpp:
        PR c/28768
        PR preprocessor/14634
        * lex.c (lex_string): Pedwarn for unterminated literals.

libgomp:
        * configure.ac (HAVE_CLOCK_GETTIME): Add missing second argument
        to AC_DEFINE.
        * configure: Regenerate.

gcc/testsuite:
        * gcc.dg/cpp/include2.c, gcc.dg/cpp/macspace1.c,
        gcc.dg/cpp/macspace2.c, gcc.dg/cpp/multiline.c,
        gcc.dg/cpp/trad/literals-2.c: Update expected diagnostics.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/cpp/include2.c
    trunk/gcc/testsuite/gcc.dg/cpp/macspace1.c
    trunk/gcc/testsuite/gcc.dg/cpp/macspace2.c
    trunk/gcc/testsuite/gcc.dg/cpp/multiline.c
    trunk/gcc/testsuite/gcc.dg/cpp/trad/literals-2.c
    trunk/libcpp/ChangeLog
    trunk/libcpp/lex.c
    trunk/libgomp/ChangeLog
    trunk/libgomp/configure
    trunk/libgomp/configure.ac


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28768


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