aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-9466/+0
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill1-0/+1
2010-06-02c-common.c: Remove header include of tm_p.h.Kai Tietz1-3/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-28c-lex.c: Do not include c-tree.h.Steven Bosscher1-1/+0
2010-05-28c-common.h: Add FIXME for awkward split of c_register_addr_space.Steven Bosscher1-20/+0
2010-05-28c-common.c (c_common_nodes_and_builtins): Replace use of TARGET_ENUM_VA_LIST ...Kai Tietz1-14/+14
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-0/+9
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-9/+0
2010-05-27Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.Steven Bosscher1-3/+4
2010-05-27c-common.h (c_register_addr_space): Add prototype.Ulrich Weigand1-12/+24
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+30
2010-05-26diagnostic.c: Don't include opts.h.Joseph Myers1-3/+3
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher1-2/+8
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-16c-common.c (c_common_reswords): Add _Static_assert for C.Joseph Myers1-0/+1
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-2/+1
2010-05-12c-common.c (sync_resolve_params): Remove write-only variable.Kazu Hirata1-3/+0
2010-05-10c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther1-0/+19
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+1
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-4/+0
2010-05-05re PR debug/43370 (ICE gen_type_die_with_usage, at dwarf2out.c:14745)Jason Merrill1-3/+5
2010-05-05re PR testsuite/43758 (19 new GCC HEAD@158360 regressions)Jason Merrill1-4/+7
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/+11
2010-04-13re PR middle-end/32628 (bogus integer overflow warning)Eric Botcazou1-6/+12
2010-04-09re PR c++/42623 ([C++0x] Function template default arguments: Invalid express...Jason Merrill1-1/+1
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-1/+8
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-2/+48
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-22re PR c++/43126 ("at this point in file" warnings are upside down)Manuel López-Ibáñez1-10/+13
2010-02-19re PR c++/41779 (Wconversion cannot see throught real*integer promotions)Manuel López-Ibáñez1-6/+11
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-1/+1
2010-01-04fix comment typoJason Merrill1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-80/+80
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