aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1191/+0
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill1-1/+1
2010-05-28c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia...Steven Bosscher1-9/+13
2010-05-28c-common.h: Add FIXME for awkward split of c_register_addr_space.Steven Bosscher1-0/+3
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-0/+1
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-1/+0
2010-05-27c-common.h (c_register_addr_space): Add prototype.Ulrich Weigand1-4/+1
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+1
2010-05-06Add support for C++0x nullptr.Jason Merrill1-3/+3
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-5/+1
2010-05-05re PR testsuite/43758 (19 new GCC HEAD@158360 regressions)Jason Merrill1-1/+1
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-25c-common.c (flag_isoc1x): New.Joseph Myers1-1/+5
2010-04-14re PR c++/36625 (bogus error on __attribute__((aligned(N))) in template code)Jason Merrill1-0/+1
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-1/+15
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-10-26tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston1-0/+29
2009-10-08re PR c/41182 (Revision 145254 caused ICE: tree check: expected integer_cst, ...Joseph Myers1-0/+1
2009-10-03Merge lto branch into trunk.Diego Novillo1-2/+0
2009-10-01tree.h (tree_decl_common::lang_flag_8): New.Gabriel Dos Reis1-1/+1
2009-09-23re PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enumerator is sometimes mis...Dodji Seketeli1-0/+1
2009-09-10* c-common.h (c_dialect_cxx, c_dialect_objc): Boolify.Richard Henderson1-2/+2
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-2/+0
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1/+1
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-0/+1
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-3/+6
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-26/+27
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-0/+4
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