aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-0/+2
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-1/+1
2008-04-03tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini1-1/+0
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-2/+2
2007-11-22re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers1-2/+1
2007-10-14c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Remove.Kazu Hirata1-1/+0
2007-10-14c-common.h: Remove the prototype for c_expand_body.Kazu Hirata1-1/+0
2007-09-12c-tree.h (grokfield): Add a "tree *" argument.Richard Sandiford1-1/+2
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu1-2/+7
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-4/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-1/+0
2007-06-04c-tree.h (start_enum): Update.Tom Tromey1-3/+14
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-1/+0
2006-11-24re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek1-0/+1
2006-11-01re PR c/16622 ([C99] extern inline is handled wrong in C99 mode)Geoffrey Keating1-1/+0
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-2/+1
2006-09-09re PR c/28504 (ICE with variable sized array)Joseph Myers1-0/+5
2006-05-19c-tree.h (default_conversion): Remove.Mike Stump1-1/+0
2006-05-18Fix up vla, vm and [*] sematics.Mike Stump1-0/+4
2006-01-18[multiple changes]Diego Novillo1-5/+8
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-1/+4
2005-11-21c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson1-1/+0
2005-11-18c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump1-1/+0
2005-11-16c-decl.c (lookup_name_two): Add.Mike Stump1-0/+1
2005-07-23Makefile.in (C_TREE_H): Update dependencies.Kaveh R. Ghazi1-0/+1
2005-07-05re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535)Joseph Myers1-0/+1
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-2/+1
2005-06-29c-tree.h (default_function_array_conversion): Take and return struct c_expr.Joseph Myers1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15c-tree.h (default_function_array_conversion): Declare.Joseph Myers1-0/+1
2005-05-09c-tree.h (parser_build_unary_op): New prototype.Roger Sayle1-0/+1
2005-05-02re PR c/15698 (no error in presence of broken builtin fn + K&R declaration)Joseph Myers1-0/+5
2005-04-20re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers1-7/+41
2005-04-08* c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.Kazu Hirata1-7/+0
2005-03-30re PR c++/772 (Statement expressions issues)Joseph Myers1-0/+33
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-1/+0
2005-03-23c-common.h (default_conversion): Remove.Joseph Myers1-0/+1
2005-03-11c-tree.h (struct c_declarator): New id_loc field.Per Bothner1-0/+1
2005-03-02re PR c/8927 (Gcc give error for wrong line of C code.)Joseph Myers1-2/+2
2005-02-25c-parser.c: New file.Joseph Myers1-1/+5
2005-02-12c-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-14c-tree.h, [...]: Remove unused prototypes.Kazu Hirata1-1/+0
2004-12-18re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson1-4/+1
2004-12-07c-tree.h (struct lang_type): Rename 'objc_protocols' field to 'objc_info'.Ziemowit Laski1-3/+4
2004-12-07c-tree.h (struct lang_type): Add 'objc_protocols' field.Ziemowit Laski1-0/+3
2004-11-11c-typeck.c (c_size_in_bytes, [...]): Make them static.Kazu Hirata1-2/+0
2004-10-14c-tree.h (enum c_typespec_kind, [...]): New.Joseph Myers1-2/+41