aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-4/+4
2004-08-25flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-12/+9
2004-08-04c-lex.c (narrowest_unsigned_type, [...]): Take low/high pair.Nathan Sidwell1-23/+35
2004-07-26Makefile.in (C_PRAGMA_H): New variable to track dependencies of c-pragma.h.Bernardo Innocenti1-2/+2
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-2/+2
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-1/+1
2004-07-25c-decl.c (groktypename, [...]): Rename variable typename to type_name.Bernardo Innocenti1-6/+6
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-6/+6
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-0/+21
2004-06-15c-pragma.h (c_lex_string_translate): Change type to int.Alexandre Oliva1-1/+28
2004-06-02Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn1-1/+0
2004-02-27target-supports.exp (check-iconv-available): New function.Eric Christopher1-3/+6
2004-02-11Represent column numbers using line-map's source_location.Per Bothner1-20/+18
2004-02-04Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner1-12/+1
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29c-lex.c (c_lex): Rename to...Giovanni Bajo1-1/+9
2003-10-02c-lex.c (fe_file_change): Handle a NULL new_map.Per Bothner1-0/+6
2003-10-01c-lex.c (src_line): Remove unneeded static variable.Per Bothner1-9/+1
2003-09-14c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.Alexandre Oliva1-1/+4
2003-09-11* c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.Mike Stump1-4/+2
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-0/+9
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating1-0/+7
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-09* c-lex.c (cb_ident): Cast cstr.text to const char *.Rainer Orth1-1/+1