aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-15re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez1-1/+1
2009-05-07re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson1-0/+5
2009-05-03c-common.c (reswords): Add _Imaginary.Joseph Myers1-0/+4
2009-04-28revert: re PR c++/35652 (offset warning should be given in the front-end)Ben Elliston1-1/+1
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+2
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-6/+4
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-1/+1
2009-04-21re PR c/16202 (The -Wsequence-point warning misses many important instances)Manuel López-Ibáñez1-0/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+4
2009-04-19re PR c/32061 ((Wlogical-op) wording of warning of constant logicials need im...Manuel López-Ibáñez1-1/+2
2009-04-08re PR middle-end/39614 (Internal error compiling CSiBE)Joseph Myers1-15/+0
2009-04-07re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-0/+5
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+2
2009-03-31re PR c/448 (<stdint.h>-related issues (C99 issues))Joseph Myers1-4/+75
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-0/+5
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini1-9/+0
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-1/+21
2009-03-27re PR c++/35652 (offset warning should be given in the front-end)Manuel López-Ibáñez1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-1/+0
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-2/+3
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-4/+4
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini1-1/+0
2008-09-24c-common.c (fname_decl): New location argument.Aldy Hernandez1-1/+1
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-4/+5
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini1-6/+0
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-2/+2
2008-08-13re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...Manuel López-Ibáñez1-5/+0
2008-08-06re PR c++/8715 ('~' operator for unsigned char and conversion to bool)Manuel López-Ibáñez1-0/+4
2008-07-30re PR c/34389 (-Wconversion produces wrong warning)Manuel López-Ibáñez1-0/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+2
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-1/+3
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston1-0/+2
2008-07-11c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor1-0/+34
2008-07-01c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz1-0/+1
2008-06-22c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor1-1/+4
2008-06-21tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor1-10/+0
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-0/+1
2008-05-25re PR fortran/18428 (No preprocessing option -cpp for gfortran)Daniel Franke1-2/+0
2008-05-25Delete get_inner_array_type. Use strip_array_types instead.Alan Modra1-1/+0
2008-05-02Rolled back the following changes made in revision 134865:Simon Baldwin1-1/+0
2008-05-01c-common.h (warn_array_subscript_range): New function.Simon Baldwin1-0/+1
2008-04-24c-common.h (check_builtin_function_arguments): Declare.Richard Guenther1-0/+1
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-1/+9
2008-04-02cppopts.texi (-dU): Document.Joseph Myers1-2/+2
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-5/+1
2007-10-14c-common.h: Remove the prototype for c_expand_body.Kazu Hirata1-1/+0
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-1/+0
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu1-1/+4