aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-6/+12
2009-08-14c-lex.c (c_lex_with_flags): Increase size of local variable to avoid memory c...Ulrich Weigand1-1/+1
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-3/+3
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers1-2/+2
2009-05-07re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson1-1/+11
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez1-7/+12
2009-04-01re PR target/39027 (double floating point suffix of 'd' and 'D' not accepted)Janis Johnson1-0/+7
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-5/+24
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-4/+4
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-5/+5
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-1/+0
2008-06-27re PR c/34867 (valgrind error indication in testsuite from c-lex.c:996:c_lex_...Laurynas Biveinis1-1/+1
2008-06-22c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor1-4/+4
2008-06-11c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file debug hook.Tom Tromey1-2/+5
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-22/+66
2008-02-29toplev.c (input_file_stack, [...]): Remove.Tom Tromey1-3/+2
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-43/+1
2007-09-13c-common.c (fname_as_string): Update.Tom Tromey1-39/+9
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-9/+21
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-3/+3
2007-08-30c-lex.c (interpret_fixed): Declare.Chao-ying Fu1-0/+130
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-3/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-5/+5
2007-07-03cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.Uros Bizjak1-2/+27
2007-03-22re PR other/23572 (No warning for assigning a value to a 'float' variable tha...Manuel López-Ibáñez1-5/+17
2006-06-29re PR middle-end/27428 (ICE with goto in erroneous code)Roger Sayle1-0/+1
2006-05-18Whitespace fixupsMike Stump1-18/+18
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-10/+3
2005-12-22re PR c++/23333 (accepts invalid pure specifier)Volker Reichelt1-1/+6
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-24/+26
2005-11-26c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson1-1/+1
2005-07-19toplev.h: Add comment about the first parameter for warning().DJ Delorie1-1/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06libiberty.h (XOBFINISH): New.Gabriel Dos Reis1-1/+1
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-4/+6
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-5/+5
2005-04-17* c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.Kazu Hirata1-6/+0
2005-03-13builtin-attrs.def, [...]: Update copyright.Kazu Hirata1-1/+2
2005-03-12Index: libcpp/ChangeLogGeoffrey Keating1-1/+1
2005-03-11c-tree.h (struct c_declarator): New id_loc field.Per Bothner1-2/+8
2004-10-27c-lex.c (cb_def_pragma): Clean up code for making location palatable to diagn...Zack Weinberg1-8/+8
2004-10-26c-lex.c (get_nonpadding_token): Remove.Nathan Sidwell1-71/+100
2004-10-08c-lex.c (interpret_float): Give a pedwarn rather than a warning for an out-of...Joseph Myers1-6/+6
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-19/+19
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern1-1/+10
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-2/+2
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-7/+7
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-8/+7
2004-08-28c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski1-2/+1