OSDN Git Service

* Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp /
2002-08-07 neil * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS...
2002-08-06 neil * cppinit.c (struct lang_flags): Rename trigraphs...
2002-07-26 neil * doc/cppopts.texi: Update.
2002-07-23 neil * cppexp.c (parse_defined): Mark macro used.
2002-07-20 neil * cppexp.c (struct op): Add token pointer.
2002-07-19 neil * cppexp.c (ALWAYS_EVAL): Remove.
2002-07-03 ghazigcc:
2002-07-02 neil * cpptrad.c: Update comment.
2002-07-02 neil * cppinit.c (cpp_handle_option): Suppress warnings...
2002-07-01 neil * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne...
2002-07-01 neil * cpptrad.c (skip_whitespace): Pass pointer to prior...
2002-06-25 neil * cpplib.c (do_include_common): Revert to correct...
2002-06-24 neil * cpptrad.c (scan_out_logical_line): Check recursing...
2002-06-22 neil * cpptrad.c (struct fun_macro): Add line number.
2002-06-21 neil * cpperror.c (cpp_error): For traditional CPP, default to
2002-06-20 neil * cppexp.c (cpp_interpret_integer): Don't force tradit...
2002-06-02 neil * c-common.c (c_common_init): Override cpplib's default
2002-05-29 neil2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
2002-05-27 neil * testsuite/gcc.dg/cpp/arith-3.c: Need -std=c99.
2002-05-27 neil * c-common.c (c_common_init): Always use intmax_t.
2002-05-27 neil * testsuite/gcc.dg/cpp/if-3.c: Forgot to remove.
2002-05-27 neil * c-common.c (c_common_init): Set CPP arithmetic preci...
2002-05-26 neil * cppexp.c (possible_sum_sign, integer_overflow, left_...
2002-05-24 neil PR preprocessor/6780
2002-05-23 neiltestsuite:
2002-05-23 neil * cppinit.c (mark_named_operators): Split out from...
2002-05-09 neil * cpplib.c (cpp_init_internal_pragmas): Remove #pragma...
2002-05-08 neil * cpplex.c (cpp_interpret_charconst): Truncate as...
2002-05-06 neil * c-common.c (warn_multichar): New.
2002-05-06 neil * gcc.dg/cpp/charconst-3.c: Run, don't compile.
2002-05-05 neildoc:
2002-05-05 neil * c-common.c (c_common_init): Set up CPP arithmetic.
2002-05-03 jakub * gcc.dg/cpp/cmdlne-dM-M.c: New test.
2002-04-28 neil * cppexp.c (lex): Move some code to _cpp_parse_expr...
2002-04-28 neil * cppexp.c (lex): Update to use state.skip_eval.
2002-04-21 neil * cppmacro.c (funlike_invocation_p): Don't step back...
2002-04-07 thorpej* cppinit.c (cpp_create_reader): Initialize
2002-04-03 neil * gcc.dg/cpp/ucs.c: Improved long UCS test.
2002-03-26 pme2002-03-26 Phil Edwards <pme@gcc.gnu.org>
2002-03-22 neil * cpphash.h (struct cpp_reader): Remove mls_lin...
2002-03-22 pme2002-03-22 Phil Edwards <pme@gcc.gnu.org>
2002-03-17 neil * gcc.dg/cpp/wchar-1.c: Update.
2002-03-17 neil * gcc.dg/cpp/wchar-1.c: Revert previous change.
2002-03-17 neil * gcc.dg/cpp/wchar-1.c: Update.
2002-02-27 neil * cpplex.c (_cpp_lex_token): Handle directives in...
2002-02-24 neil * cpplex.c (cpp_interpret_charconst): Get signedness or
2002-02-07 uweigand * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned...
2002-02-02 neil * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGN...
2001-12-08 rth * gcc.dg/cpp/ucs.c: Adjust expected warning...
2001-11-25 neil * gcc.dg/cpp/fpreprocessed.c: New test.
2001-11-23 aj * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_IN...
2001-11-23 neil * cppmacro.c (warn_of_redefinition): Warn regardless...
2001-11-20 geoffk * gcc.dg/cpp/cpp.exp: For testing on a remote host...
2001-11-18 jsm28 * c-decl.c (c_decode_option): Give deprecation warning for
2001-11-05 neil * cppexp.c (lex, parse_defined): Update warning about...
2001-10-12 neil * cppmain.c (struct printer): New member source.
2001-10-09 neil * gcc.dg/cpp/cmdlne-C.c: Update.
2001-10-08 neil * cppmacro.c (funlike_invocation_p): Move some logic...
2001-10-02 neil * gcc.dg/cpp/macro11.c: New test.
2001-10-01 neil * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Corre...
2001-09-30 neil * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New...
2001-09-30 neil * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_...
2001-09-25 neil * gcc.dg/cpp/20000625-2.c: Correct line number.
2001-09-24 neil * c-lex.c (cb_def_pragma): Update.
2001-09-16 neil * cppmain.c (scan_translation_unit): Don't worry about
2001-09-15 neil * gcc.dg/cpp/macro9.c: Update to make lucky passes...
2001-09-15 neil * gcc.dg/cpp/macro9.c: New test.
2001-09-13 neil * c-parse.in (_yylex): Use _cpp_backup_tokens.
2001-08-05 neil PR preprocessor/3824
2001-08-05 neil PR preprocessor/3081
2001-08-02 neil * line-map.c: New.
2001-07-31 neil * gcc.dg/cpp/macro8.c: New tests.
2001-07-26 neil * cpphash.h (struct_lexer_state): Delete was_skipping.
2001-05-23 neil * cpp.texi: Update for handling of charconsts.
2001-05-10 zack * cppinit.c (cpp_post_options): Shut off macro expansi...
2001-05-06 neil * gcc.dg/cpp/syshdr.h: New file.
2001-05-05 neil * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original...
2001-05-02 jakub * tradcpp.c (do_define): Make sure we don't walk past...
2001-03-14 neil * gcc.dg/cpp/mi1.c: Update.
2001-03-03 neil * cpplex.c (_cpp_lex_token): Don't warn about directiv...
2001-03-03 neil * gcc.dg/cpp/multiline.c: Update.
2001-02-14 neil * gcc.dg/cpp/sysmac1.c, sysmac2.c: New testcases.
2001-02-12 jsm28 * c-decl.c (grokdeclarator): In C99 mode, give the...
2001-02-08 jsm28 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg...
2001-02-06 neil * gcc.dg/cpp/avoidpaste1.c: Update.
2001-02-01 neil * gcc.dg/cpp/avoidpaste2.c: New tests.
2001-01-31 neil * gcc.dg/cpp/tr-warn1.c: Add tests.
2001-01-31 neil * gcc.dg/cpp/avoidpaste1.c: Update.
2001-01-29 neil * gcc.dg/cpp/avoidpaste1.c: Fix typos.
2001-01-28 neil * gcc.dg/cpp/avoidpaste1.c: Test case.
2001-01-20 neil * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
2001-01-18 aoliva* gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
2001-01-18 neil * gcc.dg/cpp/assembl2.S: New test case.
2001-01-15 neil * gcc.dg/cpp/if-2.c: Comment out occasionally...
2001-01-13 neil * gcc.dg/cpp/widestr1.c: Update.
2001-01-11 neil * gcc.dg/cpp/if-2.c: Fix bogus update.
2001-01-11 neil * gcc.dg/cpp/if-2.c: Add wide char test without sign...
2000-12-18 neil * gcc.dg/cpp/cmdlne-P.c: New test.
2000-12-17 neil * gcc.dg/cpp/multiline.c: New test.
2000-12-17 neil * g++.old-deja/g++.other/syshdr1.C: Update.
next