aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek27-27/+31
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek10-46/+34
2014-12-11xvasprintf.c: New file.Uros Bizjak2-2/+6
2014-12-04line-map.c (linemap_position_for_loc_and_offset): Add new linemap_assert_fails.Manuel López-Ibáñez2-1/+7
2014-12-02line-map.h (linemap_assert_fails): Declare.Manuel López-Ibáñez3-5/+28
2014-12-02line-map.c (linemap_add): Fix typo.Manuel López-Ibáñez2-1/+6
2014-11-29Fix off-by-one bug in utf16 conversion (PR preprocessor/41698).Joseph Myers2-1/+7
2014-11-25re PR preprocessor/60436 (C preprocessor segfaults on assembly file)Jakub Jelinek2-5/+12
2014-11-20re PR target/63966 (inconsistent operand constraints compiling build libcpp)Uros Bizjak2-7/+3
2014-11-20re PR target/63966 (inconsistent operand constraints compiling build libcpp)Uros Bizjak2-0/+10
2014-11-13line-map.h: Include EXPR, so that unused variable warnings do not occur.Manuel López-Ibáñez2-1/+7
2014-11-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez3-0/+59
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm2-0/+26
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland8-3/+62
2014-11-07* ja.po: Update.Joseph Myers2-18/+13
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers7-46/+132
2014-11-05Enable -fextended-identifiers by default.Joseph Myers2-16/+18
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra5-24/+25
2014-10-14line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps ...Manuel López-Ibáñez3-17/+31
2014-10-03lex.c (search_line_fast): Add new version to be used for Power8 and later tar...Bill Schmidt2-11/+112
2014-10-02charset.c (convert_no_conversion): Reallocate memory with 25% headroom.Bernd Edlinger2-0/+7
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland8-3/+150
2014-09-30re PR preprocessor/58893 (<command-line>:0:0: internal compiler error: Segmen...Bernd Edlinger3-4/+19
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek2-0/+9
2014-09-22charset.c (conversion): Rename to ...Jan Hubicka3-28/+35
2014-09-17re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek3-26/+57
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