aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-09invoke.texi (Wnormalized=): Update.Manuel López-Ibáñez2-2/+7
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez5-27/+35
2014-08-29directives.c (check_eol_1): New.Manuel López-Ibáñez2-7/+31
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez4-15/+28
2014-08-28PR cpp/23827 - standard C++ should not have hex float preprocessorEdward Smith-Rowland3-4/+20
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland4-23/+42
2014-08-20cpplib.h (cpp_options): Use signed char.Marek Polacek3-1/+7
2014-08-19* lex.c (_cpp_lex_direct): Fix a typo.Marek Polacek2-1/+5
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek5-6/+15
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek5-1/+41
2014-07-27re PR c/61861 (Incorrect column number for -Wdiscarded-qualifiers)Marek Polacek2-4/+14
2014-07-16Support location tracking for built-in macro tokensDodji Seketeli4-4/+47
2014-07-11re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...Andreas Schwab1-1/+1
2014-07-10re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...Edward Smith-Rowland3-27/+84
2014-07-09PR c++/58155 - -Wliteral-suffix warns about tokens which are skippedEdward Smith-Rowland2-2/+9
2014-06-05re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland1-0/+6
2014-06-05re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland1-4/+3
2014-05-26configure.ac: Remove long long and __int64 type checks...Richard Biener5-109/+85
2014-05-21re PR c/61212 (gcc build failure on "dos file system" due to warnings treated...Marek Polacek2-2/+7
2014-05-21re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland2-0/+10
2014-05-20config.gcc: Remove need_64bit_hwint.Richard Biener5-72/+126
2014-05-09files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye3-2/+18
2014-05-07configure.ac: Always set need_64bit_hwint to yes.Richard Biener3-2/+7
2014-04-22Remove obsolete Solaris 9 supportRainer Orth2-3/+5
2014-03-18* de.po: Update.Joseph Myers2-2781/+59
2014-03-03be.po, [...]: Update.Joseph Myers22-3091/+3280
2014-02-24TILE-Gx big endian support.Walter Lee3-2/+7
2014-02-19re PR preprocessor/58844 (ICE with invalid use of ##)Jakub Jelinek2-14/+19
2014-02-07re PR preprocessor/56824 (pragma GCC diagnostic push/pop fail with GCC diagno...Jakub Jelinek2-20/+37
2014-02-02gcc.pot: Regenerate.Joseph Myers2-139/+148
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli3-0/+55
2014-01-02Update copyright years in libcpp/Richard Sandiford27-27/+31
2013-12-18* pt_BR.po: New.Joseph Myers2-0/+912
2013-12-10re PR preprocessor/55715 (bogus overflow warning for #if A-B when A<0 & B==mi...Joseph Myers2-1/+22
2013-11-18lex.c (search_line_fast): Correct for little endian.Bill Schmidt2-0/+13
2013-11-16ucnid-2011-1.c: New test.Joseph Myers9-840/+4764
2013-11-15ucnid-9.c: New test.Joseph Myers4-15/+19
2013-11-06macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.Tobias Burnus2-4/+9
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus4-2/+22
2013-11-01* tr.po: Update.Joseph Myers2-83/+60
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland6-27/+93
2013-10-15Add --enable-host-shared configuration optionDavid Malcolm4-2/+32
2013-10-03* sr.po: Update.Joseph Myers2-64/+28
2013-08-07configure.ac: Set need_64bit_hwint for all arm targets.Richard Earnshaw3-6/+7
2013-07-21re PR preprocessor/57620 (Phantom terminator confuses raw string literal pars...Jakub Jelinek2-73/+124
2013-07-10re PR preprocessor/57824 (Raw string literals not handled correctly in macro ...Jakub Jelinek2-2/+7
2013-07-10c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek3-2/+6
2013-07-10re PR preprocessor/57757 (CPP extra inserted whitespace needs to be reviewed ...Jakub Jelinek2-0/+16
2013-06-29lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated l...Ed Smith-Rowland2-20/+45
2013-06-24files.c (_cpp_stack_include): Fix the highest_location when header file is gu...Dehao Chen2-9/+22