aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-15re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez1-5/+61
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu1-2/+10
2009-05-04c-common.c (handle_mode_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-3/+4
2009-05-03re PR c/39983 (ICE: type mismatch in address expression)Richard Guenther1-0/+4
2009-05-03c-common.c (reswords): Add _Imaginary.Joseph Myers1-0/+1
2009-04-28revert: re PR c++/35652 (offset warning should be given in the front-end)Ben Elliston1-30/+4
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-13/+18
2009-04-21c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...Eric Botcazou1-4/+2
2009-04-21re PR c/16202 (The -Wsequence-point warning misses many important instances)Manuel López-Ibáñez1-13/+20
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-16/+19
2009-04-19re PR c/32061 ((Wlogical-op) wording of warning of constant logicials need im...Manuel López-Ibáñez1-30/+35
2009-04-16c-common.c (vector_targets_convertible_p, [...]): Use TYPE_VECTOR_OPAQUE inst...Paolo Bonzini1-2/+2
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/+72
2009-04-01c-common.c (c_get_ident): New.Joseph Myers1-27/+37
2009-03-31re PR c/448 (<stdint.h>-related issues (C99 issues))Joseph Myers1-11/+261
2009-03-31re PR preprocessor/15638 (gcc should have option to treat missing headers as ...Joseph Myers1-0/+3
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-1/+34
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-1/+64
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini1-37/+0
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-7/+424
2009-03-27re PR target/39323 (MAX_OFILE_ALIGNMENT in elfos.h is too big)H.J. Lu1-4/+4
2009-03-27c-common.c (pointer_int_sum): Use %wd on return from tree_low_cst.H.J. Lu1-2/+2
2009-03-27c-common.c (pointer_int_sum): Use HOST_WIDE_INT_PRINT_DEC on return from tree...H.J. Lu1-2/+2
2009-03-27re PR c++/35652 (offset warning should be given in the front-end)Manuel López-Ibáñez1-4/+30
2009-03-17re PR middle-end/39443 (Builtin redirection no longer working for memcmp)Jakub Jelinek1-4/+23
2009-02-27re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-4/+11
2009-02-19re PR target/39175 (ICE while compiling qt-4.5.0-rc1)Jakub Jelinek1-3/+14
2009-02-07re PR c/35434 (ICE with attribute alias)Joseph Myers1-1/+6
2009-02-05re PR c/35435 (ICE with attribute tls_model in typedef)Joseph Myers1-1/+1
2009-01-23c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet1-1/+3
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-69/+0
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+69
2009-01-18re PR target/38736 (-mavx can change the ABI via BIGGEST_ALIGNMENT)H.J. Lu1-1/+1
2009-01-05re PR c/34911 (ICE with vectors of bool)Andrew Pinski1-1/+2
2008-12-20re PR c++/36921 (warning "comparison does not have mathematical meaning" is n...Jakub Jelinek1-3/+5
2008-11-13c-common.c (warn_about_parentheses): Add missing whitespaceMartin Michlmayr1-2/+2
2008-11-12re PR c++/38007 (g++ instantiate same operator twice due to bitfield in -O0 m...Jason Merrill1-5/+2
2008-11-04re PR c/35430 (ICE with complex arithmetic)Jakub Jelinek1-5/+7
2008-11-04re PR c/37106 (ICE with -fpic or -fPIC: in mems_in_disjoint_alias_sets_p, at ...Jakub Jelinek1-0/+6
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-28/+0
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-52/+90
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-8/+11
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini1-25/+0
2008-09-26re PR c/37645 (ICE with weakref attribute)Jakub Jelinek1-1/+3
2008-09-24c-common.c (fname_decl): New location argument.Aldy Hernandez1-3/+4
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-36/+65
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini1-22/+0
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-2/+5
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-70/+9