aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-28N3472 binary constantsJakub Jelinek4-19/+42
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini4-10/+23
2013-04-03re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2)Sebastian Huber3-0/+8
2013-03-30* vi.po: Update.Joseph Myers2-24/+28
2013-03-27* zh_TW.po: Update.Joseph Myers2-156/+71
2013-03-15* cpplib.pot: Regenerate.Joseph Myers2-23/+27
2013-03-09* de.po: Update.Joseph Myers2-7/+10
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek4-8/+30
2013-03-04be.po, [...]: Update.Joseph Myers21-5471/+5120
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek3-2/+25
2013-02-28files.c (_cpp_find_file): If returning early...Jakub Jelinek2-13/+35
2013-02-28configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen...Jakub Jelinek5-8/+115
2013-02-24* cpplib.pot: Regenerate.Joseph Myers2-217/+227
2013-02-14re PR c++/55582 ([C++11] Unable to define string user-defined literal without...Ed Smith-Rowland2-6/+16
2013-02-05* eo.po: New.Joseph Myers2-0/+959
2013-01-14Update copyright years in libcpp.Richard Sandiford27-51/+31
2013-01-04PR c++/54526 (again)Paolo Carlini2-2/+18
2013-01-03re PR bootstrap/50167 (gmp memory functions are extern "C" (graphite))Marc Glisse2-6/+19
2012-12-03re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek3-7/+28
2012-11-21re PR pch/55399 (pch tests fail on mips-mti-linux-gnu target)Steve Ellcey2-1/+7
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin7-1/+49
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland4-55/+86
2012-10-23AArch64 [7/10]Ian Bolton3-0/+16
2012-10-23gcc:Joseph Myers5-12/+60
2012-10-15files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus5-4/+22
2012-10-04Implement #pragma GCC warning/errorFlorian Weimer2-3/+49
2012-09-26* sv.po: Update.Joseph Myers2-2/+6
2012-09-25re PR middle-end/54704 (three-fold increase in compile-time between r191483 a...Dehao Chen2-1/+6
2012-09-25* vi.po: Update.Joseph Myers2-116/+118
2012-09-25re PR middle-end/54645 (Many testsuite failures)Dehao Chen3-28/+51
2012-09-19Integrate lexical block into source_location.Dehao Chen3-3/+254
2012-09-19* cpplib.pot: Regenerate.Joseph Myers2-53/+57
2012-08-27PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli2-3/+11
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo9-330/+52
2012-07-30gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio...Laurynas Biveinis2-1/+6
2012-06-19lex.c (search_line_sse42): Use __builtin_ia32_loaddqu and __builtin_ia32_pcmp...Uros Bizjak2-2/+10
2012-06-13* cpplib.pot: Regenerate.Joseph Myers2-194/+145
2012-06-13* sr.po: New.Joseph Myers2-0/+959
2012-06-05line-map.c (linemap_enter_macro): Don't zero max_column_hint in every macro.Dimitrios Apostolou2-1/+6
2012-06-04PR preprocessor/53463 - Fix system header detection for built-in macro tokensDodji Seketeli2-4/+33
2012-05-29directives.c: Fix typos.Joseph Myers5-13/+20