aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-06re PR c/41935 (ICE : tree check: expected integer_cst, have nop_expr in int_c...Jakub Jelinek1-8/+40
2009-11-04c-common.c (fold_offsetof_1): Use %wd instead of HOST_WIDE_INT_PRINT_DEC.Jakub Jelinek1-2/+1
2009-11-03c-common.c (fold_offsetof_1): Use HOST_WIDE_INT_PRINT_DEC.Richard Guenther1-1/+2
2009-11-03re PR c++/38699 (ICE using offsetof with pointer and array accesses)Dodji Seketeli1-7/+16
2009-10-29re PR middle-end/37565 (__optimize__ attribute doesn't work correctly)Steve Ellcey1-0/+2
2009-10-26tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston1-2/+21
2009-10-23re PR c/41673 (variable-length array dereference inside sizeof gives "warning...Joseph Myers1-0/+9
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-1/+2
2009-10-08re PR c/41182 (Revision 145254 caused ICE: tree check: expected integer_cst, ...Joseph Myers1-4/+37
2009-10-03Merge lto branch into trunk.Diego Novillo1-38/+0
2009-10-01tree.h (tree_decl_common::lang_flag_8): New.Gabriel Dos Reis1-0/+1
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson1-1/+1
2009-09-23re PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enumerator is sometimes mis...Dodji Seketeli1-0/+25
2009-09-14Squash commit of EH in gimpleRichard Henderson1-1/+1
2009-08-25* c-common.c (c_common_reswords) add the alignof keyword,Ville Voutilainen1-0/+1
2009-08-09c-common.c (c_fully_fold_internal): Issue a warning if a binary operation ove...Richard Sandiford1-0/+33
2009-07-25extend.texi (Labels as Values): Document need for noclone.Martin Jambor1-0/+20
2009-07-21* c-common.c (max_tinst_depth): Increase default to 1024.Jason Merrill1-4/+4
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-63/+0
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-32/+37
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-0/+2
2009-07-10re PR c/25509 (can't disable __attribute__((warn_unused_result)))Manuel López-Ibáñez1-2/+4
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-15/+23
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-8/+7
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-5/+0
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-6/+9
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-102/+155
2009-06-08dwarf2.h (enum dwarf_location_atom): Add INTERNAL_DW_OP_tls_addr.Ian Lance Taylor1-22/+14
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-0/+65
2009-05-19* defaults.h (UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE)Francois-Xavier Coudert1-174/+0
2009-05-19c-common.c (warn_logical_operator): Remove unnecessary conditionals.Manuel López-Ibáñez1-4/+1
2009-05-17re PR c/40172 (Revision 147596 breaks bootstrap)H.J. Lu1-4/+2
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