aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2018-06-15Partial backport r256656Martin Liska
2017-07-04Update ChangeLog and version files for releasereleases/gcc-6.4.0Richard Biener
2016-12-21Update ChangeLog and version files for releasereleases/gcc-6.3.0GCC Administrator
2016-10-29* eo.po: Update.Joseph Myers
2016-08-22Update ChangeLog and version files for releasereleases/gcc-6.2.0Richard Biener
2016-06-03* sr.po: Update.Joseph Myers
2016-05-18* da.po: Update.Joseph Myers
2016-05-12* fi.po: Update.Joseph Myers
2016-05-03* nl.po: Update.Joseph Myers
2016-04-30* sv.po: Update.Joseph Myers
2016-04-28Update .po files.Joseph Myers
2016-04-27Update ChangeLog and version files for releasereleases/gcc-6.1.0GCC Administrator
2016-04-21Regenerate .pot files for GCC 6.Joseph Myers
2016-04-13re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt
2016-04-08Regenerate .pot files.Joseph Myers
2016-04-06re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...Richard Henderson
2016-03-30* da.po: Update.Joseph Myers
2016-03-25re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt
2016-03-21re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)Jakub Jelinek
2016-03-17* fr.po: Update.Joseph Myers
2016-03-15Fix compiling large filesRichard Henderson
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsDavid Malcolm
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm
2016-03-05* sr.po: Update.Joseph Myers
2016-03-01PR preprocessor/69985: fix ICE with long lines in -WformatDavid Malcolm
2016-02-23PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc locationsDavid Malcolm
2016-02-12* eo.po: Update.Joseph Myers
2016-02-09* fi.po: Update.Joseph Myers
2016-02-08PR preprocessor/69664: fix rich_location::override_columnDavid Malcolm
2016-02-07* ru.po: Update.Joseph Myers
2016-02-05re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) i...Jakub Jelinek
2016-02-05* fi.po: Update.Joseph Myers
2016-02-04Update cpplib .po files.Joseph Myers
2016-01-31Regenerate .pot files.Joseph Myers
2016-01-31* fi.po: Update.Joseph Myers
2016-01-28re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h))Jakub Jelinek
2016-01-28* directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm
2016-01-14PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...David Malcolm
2016-01-08re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-22libcpp: Avoid unnecessary ad-hoc uses for large source filesDavid Malcolm
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm
2015-11-19re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm
2015-11-06Add stats on adhoc table to dump_line_table_statisticsDavid Malcolm
2015-11-04ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev