summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher2010-05-151-2/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek2009-10-191-6/+12
* c-lex.c (c_lex_with_flags): Increase size of local variable to avoid memory c...Ulrich Weigand2009-08-141-1/+1
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-3/+3
* c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers2009-05-101-2/+2
* re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson2009-05-071-1/+11
* re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez2009-04-201-7/+12
* re PR target/39027 (double floating point suffix of 'd' and 'D' not accepted)Janis Johnson2009-04-011-0/+7
* re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers2009-03-301-5/+24
* diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez2008-08-211-4/+4
* re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez2008-07-231-5/+5
* Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola2008-07-211-1/+0
* re PR c/34867 (valgrind error indication in testsuite from c-lex.c:996:c_lex_...Laurynas Biveinis2008-06-271-1/+1
* c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor2008-06-221-4/+4
* c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file debug hook.Tom Tromey2008-06-111-2/+5
* cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2008-04-181-22/+66
* toplev.c (input_file_stack, [...]): Remove.Tom Tromey2008-02-291-3/+2
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-43/+1
* c-common.c (fname_as_string): Update.Tom Tromey2007-09-131-39/+9
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-9/+21
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-031-3/+3
* c-lex.c (interpret_fixed): Declare.Chao-ying Fu2007-08-301-0/+130
* system.h (CONST_CAST): New.Kaveh R. Ghazi2007-08-101-3/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-5/+5
* cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.Uros Bizjak2007-07-031-2/+27
* re PR other/23572 (No warning for assigning a value to a 'float' variable tha...Manuel López-Ibáñez2007-03-221-5/+17
* re PR middle-end/27428 (ICE with goto in erroneous code)Roger Sayle2006-06-291-0/+1
* Whitespace fixupsMike Stump2006-05-181-18/+18
* directives.c (struct pragma_entry): Add is_deferred.Richard Henderson2006-01-041-10/+3
* re PR c++/23333 (accepts invalid pure specifier)Volker Reichelt2005-12-221-1/+6
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-24/+26
* c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson2005-11-261-1/+1
* toplev.h: Add comment about the first parameter for warning().DJ Delorie2005-07-191-1/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* libiberty.h (XOBFINISH): New.Gabriel Dos Reis2005-06-061-1/+1
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-4/+6
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-5/+5
* * c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.Kazu Hirata2005-04-171-6/+0
* builtin-attrs.def, [...]: Update copyright.Kazu Hirata2005-03-131-1/+2
* Index: libcpp/ChangeLogGeoffrey Keating2005-03-121-1/+1
* c-tree.h (struct c_declarator): New id_loc field.Per Bothner2005-03-111-2/+8
* c-lex.c (cb_def_pragma): Clean up code for making location palatable to diagn...Zack Weinberg2004-10-271-8/+8
* c-lex.c (get_nonpadding_token): Remove.Nathan Sidwell2004-10-261-71/+100
* c-lex.c (interpret_float): Give a pedwarn rather than a warning for an out-of...Joseph Myers2004-10-081-6/+6
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-19/+19
* c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern2004-09-211-1/+10
* c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers2004-09-131-2/+2