aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
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