aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-30make alloca call type correctMichael Meissner2-1/+6
2007-03-30directives.c (lex_macro_node_from_str): New.Richard Henderson3-0/+68
2007-03-07* cpplib.pot: Regenerate.Joseph Myers2-108/+112
2007-03-01* Makefile.in: Add dummy install-pdf target.Brooks Moses2-0/+5
2007-01-30re PR preprocessor/30468 (-M not fully chops dirname)Tom Tromey2-2/+14
2007-01-30re PR preprocessor/29966 (crash in cc1 with backtrace from free())Tom Tromey3-9/+19
2007-01-27depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory.Tom Tromey2-2/+6
2007-01-12re PR preprocessor/28227 (valid #ifdef rejected)Tom Tromey2-8/+20
2007-01-11warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.Paolo Bonzini2-1/+6
2007-01-11warnings.m4: Add second parameter with name of variable.Paolo Bonzini2-1/+5
2007-01-04re PR preprocessor/28165 (_Pragma GCC system_header broken)Tom Tromey3-7/+21
2006-12-29lex.c (_cpp_clean_line): Add uses of __builtin_expect.Ian Lance Taylor2-9/+26
2006-12-29re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha...Jakub Jelinek2-1/+7
2006-12-28re PR preprocessor/30001 (out-of-bounds access when processing empty file)Tom Tromey2-2/+8
2006-11-21Formatting fixes.Ben Elliston1-1/+1
2006-11-21configure.in (skipdirs): Don't build target-libiberty for SPU.Trevor Smigiel3-0/+7
2006-11-01cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X for experimental C++0x...Douglas Gregor3-13/+22
2006-10-29config.gcc (i[34567]86-*-linux*): Handle --enable-targets=all.Joseph Myers3-0/+20
2006-10-22* cpplib.pot: Regenerate.Joseph Myers2-127/+159
2006-10-12re PR preprocessor/28709 (Bad diagnostic pasting tokens with ##)Jakub Jelinek2-17/+25
2006-10-10--(top level)--------------------------------------------Brooks Moses2-1/+6
2006-09-22configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the gl...Geoffrey Keating3-2/+8
2006-09-13re PR c/28768 (Preprocessor doesn't parse tokens correctly?)Joseph Myers2-0/+10
2006-09-09config.gcc (i?86-*-darwin): Add 64-bit HWI support.Eric Christopher3-4/+11
2006-09-03* vi.po: Update.Joseph Myers2-154/+157
2006-08-14re PR c++/28288 (ICE with min/max operator)Steve Ellcey4-40/+21
2006-06-24* sv.po: Update.Joseph Myers2-2/+6
2006-06-24be.po, [...]: Update.Joseph Myers16-15/+20
2006-06-09re PR preprocessor/27746 (ICE on openmp code when using _Pragma from macro)Jakub Jelinek3-3/+39
2006-05-31gcc/, libcpp/Daniel Jacobowitz3-4/+23
2006-05-24Makefile.in: Add install-html target.Carlos O'Donell2-1/+6
2006-04-21* de.po: Update.Joseph Myers2-24/+28
2006-03-31* sv.po: Update.Joseph Myers2-4/+8
2006-03-13be.po, [...]: Update.Joseph Myers16-1123/+1981
2006-02-18cpp.texi (__TIMESTAMP__): Document.Grigory Zagorodnev6-1/+62
2006-01-23re PR preprocessor/25717 (-dD does not list all defined macros (in particular...Jakub Jelinek3-11/+22
2006-01-05Makefile.in: Use -MMD instead of -MD.Paolo Bonzini2-1/+5
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson6-245/+279
2006-01-01re PR c++/25294 (Bogus "unterminated comment" error from #pragma comment)Jakub Jelinek2-4/+56
2005-12-22re PR c++/23333 (accepts invalid pure specifier)Volker Reichelt2-0/+7
2005-12-07cpplib.h (CPP_N_DFLOAT): New.Jon Grimm3-2/+31
2005-12-06* vi.po: Update.Joseph Myers2-162/+163
2005-12-03* zh_CN.po: New file.Joseph Myers2-0/+854
2005-12-01be.po, [...]: Update.Joseph Myers14-14158/+2202
2005-11-20* cpplib.pot: Regenerate.Joseph Myers2-99/+112
2005-11-14cpplib.h (struct cpp_callbacks): Annotate error with ATTRIBUTE_FPTR_PRINTF(3,...Gerald Pfeifer2-1/+7
2005-11-09re PR c/24101 (Segfault with preprocessed source)Uros Bizjak2-0/+10
2005-11-03Fix failure with pragma once where buffer is NULL and buffer_valid is true.James E Wilson2-0/+6
2005-11-04cp-tree.h (cp_cpp_error), [...]): Take va_list* parameter.Joseph Myers3-2/+8
2005-11-03re PR preprocessor/22042 (stringification BUG)Andrew Pinski2-13/+12