aboutsummaryrefslogtreecommitdiff
path: root/libcpp/expr.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-1/+8
2015-01-16expr.c (cpp_classify_number): Add N_() around ?...Jakub Jelinek1-3/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-21/+0
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-0/+21
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+75
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez1-2/+2
2014-08-28PR cpp/23827 - standard C++ should not have hex float preprocessorEdward Smith-Rowland1-3/+10
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-1/+1
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-12-10re PR preprocessor/55715 (bogus overflow warning for #if A-B when A<0 & B==mi...Joseph Myers1-1/+16
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-11/+56
2013-04-28N3472 binary constantsJakub Jelinek1-3/+8
2013-01-14Update copyright years in libcpp.Richard Sandiford1-2/+1
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland1-53/+65
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli1-74/+108
2012-05-10expr.c (interpret_float_suffix): Add a guard.Tristan Gingold1-6/+7
2011-11-21re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i...Ed Smith-Rowland1-2/+2
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-13/+176
2011-03-21Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053Michael Meissner1-1/+6
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-3/+3
2010-09-01re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")Jakub Jelinek1-0/+3
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-19/+25
2010-01-01re PR preprocessor/41947 (GCC Hexadecimal Floating point constant handling)Joseph Myers1-1/+7
2009-06-18expr.c (num_div_op): Take explicit location.Manuel López-Ibáñez1-6/+11
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers1-6/+6
2009-04-25Fix typo in comment in previous commit.Joseph Myers1-1/+1
2009-04-25re PR preprocessor/39559 (constants too large for intmax_t need pedwarns)Joseph Myers1-1/+20
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez1-3/+5
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-5/+4
2009-04-01re PR target/39027 (double floating point suffix of 'd' and 'D' not accepted)Janis Johnson1-5/+16
2009-04-01re PR c/33466 (mixed-case suffix for decimal float constants)Janis Johnson1-62/+75
2008-10-31expr.c (struct op): Add location.Manuel López-Ibáñez1-6/+25
2008-05-30re PR preprocessor/36320 (Required diagnosis of syntax error missed)Tom Tromey1-3/+4
2008-05-13re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey1-1/+16
2008-05-06PR preprocessor/35313, PR preprocessor/36088:Tom Tromey1-3/+8
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-0/+4
2008-04-02cppopts.texi (-dU): Document.Joseph Myers1-0/+14
2007-08-30expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, ...Chao-ying Fu1-1/+62
2007-07-03cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.Uros Bizjak1-3/+17
2007-06-05re PR preprocessor/23479 (Implement binary constants with a "0b" prefix)Joerg Wunsch1-3/+43
2007-05-14expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.Janis Johnson1-0/+4
2007-05-14re PR c/31924 (gcc accepts invalid suffixes for decimal float constants)Janis Johnson1-8/+11
2007-05-02if-div.c: New file.Eric Christopher1-3/+4
2006-08-14re PR c++/28288 (ICE with min/max operator)Steve Ellcey1-21/+0
2005-12-07cpplib.h (CPP_N_DFLOAT): New.Jon Grimm1-2/+22
2005-06-29all files: Update FSF address in copyright headers.Kelley Cook1-2/+2
2005-05-28configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis1-4/+4
2004-07-04re PR preprocessor/16192 (Bug in expression evaluation when operand is missing)Neil Booth1-12/+16
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-0/+1540