summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
Commit message (Expand)AuthorAgeFilesLines
* re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2009-03-291-0/+4
* re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers2009-03-291-4/+29
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek2009-01-011-2/+3
* re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez2008-10-241-1/+1
* c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez2008-09-231-2/+3
* tree.c (protected_set_expr_location): New.Aldy Hernandez2008-09-011-2/+3
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner2008-08-301-0/+1
* c-tree.h (grokfield): New argument.Aldy Hernandez2008-08-211-2/+2
* diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez2008-08-211-3/+3
* re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez2008-08-131-1/+1
* re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez2008-07-231-3/+3
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-0/+2
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-1/+1
* tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini2008-04-031-1/+0
* c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini2008-04-031-2/+2
* re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers2007-11-221-2/+1
* c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Remove.Kazu Hirata2007-10-141-1/+0
* c-common.h: Remove the prototype for c_expand_body.Kazu Hirata2007-10-141-1/+0
* c-tree.h (grokfield): Add a "tree *" argument.Richard Sandiford2007-09-121-1/+2
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-1/+1
* c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu2007-08-201-2/+7
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-4/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther2007-06-231-1/+0
* c-tree.h (start_enum): Update.Tom Tromey2007-06-041-3/+14
* extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell2007-02-251-1/+0
* re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek2006-11-241-0/+1
* re PR c/16622 ([C99] extern inline is handled wrong in C99 mode)Geoffrey Keating2006-11-011-1/+0
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-2/+1
* re PR c/28504 (ICE with variable sized array)Joseph Myers2006-09-091-0/+5
* c-tree.h (default_conversion): Remove.Mike Stump2006-05-191-1/+0
* Fix up vla, vm and [*] sematics.Mike Stump2006-05-181-0/+4
* [multiple changes]Diego Novillo2006-01-181-5/+8
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-1/+4
* c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson2005-11-211-1/+0
* c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump2005-11-181-1/+0
* c-decl.c (lookup_name_two): Add.Mike Stump2005-11-161-0/+1
* Makefile.in (C_TREE_H): Update dependencies.Kaveh R. Ghazi2005-07-231-0/+1
* re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535)Joseph Myers2005-07-051-0/+1
* c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers2005-07-031-2/+1
* c-tree.h (default_function_array_conversion): Take and return struct c_expr.Joseph Myers2005-06-291-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-tree.h (default_function_array_conversion): Declare.Joseph Myers2005-06-151-0/+1
* c-tree.h (parser_build_unary_op): New prototype.Roger Sayle2005-05-091-0/+1
* re PR c/15698 (no error in presence of broken builtin fn + K&R declaration)Joseph Myers2005-05-021-0/+5
* re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers2005-04-201-7/+41
* * c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.Kazu Hirata2005-04-081-7/+0
* re PR c++/772 (Statement expressions issues)Joseph Myers2005-03-301-0/+33
* re PR c/20519 (completed type not selected properly with typeof)Richard Henderson2005-03-291-1/+0