summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps ...Manuel López-Ibáñez2014-10-143-17/+31
* lex.c (search_line_fast): Add new version to be used for Power8 and later tar...Bill Schmidt2014-10-032-11/+112
* charset.c (convert_no_conversion): Reallocate memory with 25% headroom.Bernd Edlinger2014-10-022-0/+7
* Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2014-10-018-3/+150
* re PR preprocessor/58893 (<command-line>:0:0: internal compiler error: Segmen...Bernd Edlinger2014-09-303-4/+19
* re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek2014-09-242-0/+9
* charset.c (conversion): Rename to ...Jan Hubicka2014-09-223-28/+35
* re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek2014-09-173-26/+57
* invoke.texi (Wnormalized=): Update.Manuel López-Ibáñez2014-09-092-2/+7
* options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez2014-09-045-27/+35
* directives.c (check_eol_1): New.Manuel López-Ibáñez2014-08-292-7/+31
* macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez2014-08-294-15/+28
* PR cpp/23827 - standard C++ should not have hex float preprocessorEdward Smith-Rowland2014-08-283-4/+20
* cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland2014-08-234-23/+42
* cpplib.h (cpp_options): Use signed char.Marek Polacek2014-08-203-1/+7
* * lex.c (_cpp_lex_direct): Fix a typo.Marek Polacek2014-08-192-1/+5
* c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek2014-08-195-6/+15
* re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek2014-08-105-1/+41
* re PR c/61861 (Incorrect column number for -Wdiscarded-qualifiers)Marek Polacek2014-07-272-4/+14
* Support location tracking for built-in macro tokensDodji Seketeli2014-07-164-4/+47
* re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...Andreas Schwab2014-07-111-1/+1
* re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...Edward Smith-Rowland2014-07-103-27/+84
* PR c++/58155 - -Wliteral-suffix warns about tokens which are skippedEdward Smith-Rowland2014-07-092-2/+9
* re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland2014-06-051-0/+6
* re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland2014-06-051-4/+3
* configure.ac: Remove long long and __int64 type checks...Richard Biener2014-05-265-109/+85
* re PR c/61212 (gcc build failure on "dos file system" due to warnings treated...Marek Polacek2014-05-212-2/+7
* re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland2014-05-212-0/+10
* config.gcc: Remove need_64bit_hwint.Richard Biener2014-05-205-72/+126
* files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye2014-05-093-2/+18
* configure.ac: Always set need_64bit_hwint to yes.Richard Biener2014-05-073-2/+7
* Remove obsolete Solaris 9 supportRainer Orth2014-04-222-3/+5
* * de.po: Update.Joseph Myers2014-03-182-2781/+59
* be.po, [...]: Update.Joseph Myers2014-03-0322-3091/+3280
* TILE-Gx big endian support.Walter Lee2014-02-243-2/+7
* re PR preprocessor/58844 (ICE with invalid use of ##)Jakub Jelinek2014-02-192-14/+19
* re PR preprocessor/56824 (pragma GCC diagnostic push/pop fail with GCC diagno...Jakub Jelinek2014-02-072-20/+37
* gcc.pot: Regenerate.Joseph Myers2014-02-022-139/+148
* PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli2014-01-233-0/+55
* Update copyright years in libcpp/Richard Sandiford2014-01-0227-27/+31
* * pt_BR.po: New.Joseph Myers2013-12-182-0/+912
* re PR preprocessor/55715 (bogus overflow warning for #if A-B when A<0 & B==mi...Joseph Myers2013-12-102-1/+22
* lex.c (search_line_fast): Correct for little endian.Bill Schmidt2013-11-182-0/+13
* ucnid-2011-1.c: New test.Joseph Myers2013-11-169-840/+4764
* ucnid-9.c: New test.Joseph Myers2013-11-154-15/+19
* macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.Tobias Burnus2013-11-062-4/+9
* c.opt (-Wdate-time): New optionTobias Burnus2013-11-054-2/+22
* * tr.po: Update.Joseph Myers2013-11-012-83/+60
* Implement C++14 digit separators.Edward Smith-Rowland2013-10-316-27/+93
* Add --enable-host-shared configuration optionDavid Malcolm2013-10-154-2/+32