Daily bump.
[gcc.git] / libcpp /
2020-01-16 Andreas KrebbelWork around array out of bounds warning in mkdeps
2020-01-10 David MalcolmAdd diagnostic paths
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-18 David MalcolmDrop unused member from cpp_string_location_reader...
2019-12-14 Jakub Jelinekre PR preprocessor/92919 (invalid memory access in...
2019-12-10 David MalcolmReplace label_text ctor with "borrow" and "take"
2019-12-09 Lewis HyattByte vs column awareness for diagnostic-show-locus...
2019-11-14 Joseph MyersSupport UTF-8 character constants for C2x.
2019-11-07 Jakub JelinekPR c++/91370 - Implement P1041R4 and P1139R2 - Stronger...
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-10-31 Jakub Jelinekre PR preprocessor/92296 (internal compiler error:...
2019-10-28 Martin SeborPR c/66970 - Add __has_builtin() macro
2019-10-15 Nathan Sidwell[linemap PATCH] Constify lookup
2019-10-11 Joseph MyersSupport decimal floating-point constants in C2x.
2019-10-04 Nathan Sidwell[preprocessor/91991] column location overflow
2019-10-02 Richard Bienerinternal.h (enum include_type): Remove trailing comma.
2019-10-02 Joseph MyersHandle :: tokens in C for C2x.
2019-09-26 Eric Botcazoucharset.c (UCS_LIMIT): New macro.
2019-09-19 Lewis HyattSupport extended characters in C/C++ identifiers (PR...
2019-09-06 Nathan Sidwell[preprocessor] Popping "" file names
2019-09-05 Nathan Sidwell[preprocessor/91639] #includes at EOF
2019-09-03 Ulrich WeigandRemove Cell Broadband Engine SPU targets
2019-08-29 Nathan Sidwell[preprocessor] Include stacking
2019-08-28 Nathan Sidwell[Preprocessor] small cleanups
2019-08-09 Joseph Myers* zh_TW.po: Update.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-03 Martin LiskaRemove another bunch of dead assignment.
2019-07-02 Qing Zhaore PR preprocessor/90581 (provide an option to adjust...
2019-06-26 Nathan Sidwell[PR preprocessor/90927] Fixe dependency output
2019-05-20 Andrew Pinski[PATCH] Fix PR 81721: ICE with PCH and Pragma warning...
2019-05-14 Martin LiskaFix min_location usage in line-map.c (PR preprocessor...
2019-05-14 Martin LiskaDo a refactoring in linemap (PR preprocessor/90382).
2019-05-07 Nathan Sidwell[libcpp] Reimplement mkdeps data structures
2019-05-07 Nathan Sidwell[libcpp] Reimplement mkdeps data structures
2019-05-06 Nathan Sidwell[libcpp] struct deps renaming
2019-04-03 Jonathan WakelyFix typo in comment
2019-03-08 Joseph Myers* sv.po: Update.
2019-02-26 Martin LiskaImprove memory statistics report readability.
2019-02-20 David MalcolmFix ICE with #line directive (PR c/89410)
2019-02-18 Martin LiskaUse 1UL constant in order to not overflow (PR c++/89383).
2019-02-14 Joseph Myers* da.po: Update.
2019-02-12 David Malcolmlinemap_line_start: protect against location_t overflow...
2019-02-06 Joseph Myers* eo.po: Update.
2019-02-06 Joseph Myers* ru.po: Update.
2019-02-05 Joseph MyersUpdate .po files.
2019-02-01 Joseph MyersRegenerate .pot files.
2019-01-26 Jakub Jelinekre PR preprocessor/88974 (ICE: Segmentation fault ...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-27 Mike GulickPR preprocessor/83173: Enhance -fdump-internal-location...
2018-11-27 Mike GulickPR preprocessor/83173: Additional check before decremen...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-07 Hafiz Abid Qadeericonv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2018-11-05 Martin LiskaDo not use %zu format in libcpp.
2018-11-05 Martin LiskaFix printf call in symtab.c.
2018-11-05 Martin LiskaFix string pool statistics.
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-31 Nathan Sidwell[6/6] Preprocessor forced macro location
2018-10-31 Nathan Sidwell[5/6] Preprocessor include
2018-10-31 Nathan Sidwell[4/7] Preprocessor location-kind predicates
2018-10-31 Nathan Sidwell[3/7] Preprocessor macro loc
2018-10-31 Nathan Sidwell[2/7] Preprocessor node access
2018-10-31 Nathan Sidwell[1/7] Preprocessor cleanup
2018-10-17 Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-11 David Malcolmlibcpp: show macro definition when used with wrong...
2018-10-11 Nathan Sidwell[PATCH] A couple of line map fixes
2018-10-09 David MalcolmCleanup of libcpp diagnostic callbacks
2018-09-17 David MalcolmAdd range_idx param to range_label::get_text
2018-08-30 Nathan Sidwell[libcpp] fix some line map comments
2018-08-27 Martin LiskaReplace 8 spaces with a tabular in ChangeLog files.
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-24 H.J. LuSet start_location to 0 if we ran out of line map space
2018-08-20 Nathan Sidwell[CPP PATCH] node field bits
2018-08-20 Nathan Sidwell[CPP PATCH] node type
2018-08-20 Nathan Sidwell[CPP PATCH] Fix warning & other cleanups.
2018-08-20 Nathan Sidwell[PATCH] Kill cpp-id-data.h
2018-08-20 Nathan Sidwell[PATCH] #assert becomes macro-like
2018-08-17 Nathan Sidwell[PATCH] Adjust lazy macro definition
2018-08-17 Nathan Sidwell[PATCH] Macro body is trailing array
2018-08-17 Nathan Sidwell[PATCH] Move cpp_macro to cpplib.h
2018-08-16 Nathan Sidwell[PATCH] Macro definition parameter parsing
2018-08-16 Nathan Sidwell[PATCH] CPP Macro predicates
2018-08-15 David Malcolmdiagnostics: add labeling of source ranges
2018-08-08 Nathan Sidwell[PATCH] line-map include-from representation
2018-08-07 Nathan Sidwell[PATCH] Line map table allocation
2018-07-25 Joseph MyersRegenerate .pot files.
2018-07-20 David Malcolmlibcpp: remove redundant parameter from rich_location...
2018-07-18 Bernd Edlingerre PR c/69558 (glib2 warning pragmas stopped working)
2018-07-17 Jakub Jelineklex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of...
2018-07-03 Nathan SidwellReorg line_map data structures for better packing.
2018-06-11 Joseph Myers* fr.po: Update.
2018-06-07 Joseph Myers* eo.po: Update.
2018-05-23 Jason Merrill* system.h: #include <new> earlier.
2018-05-17 Jason Merrillline-map.c (linemap_init): Use placement new.
2018-04-23 Joseph MyersRegenerate .pot files.
2018-03-27 Joseph Myers* es.po: Update.
2018-03-14 David MalcolmFix ICE for missing header fix-it hints with overlarge...
2018-03-03 Joseph Myers* da.po: Update.
2018-02-28 Jonathan WakelyPR preprocessor/84517 allow double-underscore macros...
2018-02-16 Richard Bienerre PR bootstrap/82939 (genmatch fills up terminal with...
next