summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostic.c: Don't include opts.h.Joseph Myers2010-05-261-3/+3
* rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher2010-05-261-2/+8
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* c-common.c (c_common_reswords): Add _Static_assert for C.Joseph Myers2010-05-161-0/+1
* vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher2010-05-151-2/+1
* c-common.c (sync_resolve_params): Remove write-only variable.Kazu Hirata2010-05-121-3/+0
* c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther2010-05-101-0/+19
* Add support for C++0x nullptr.Jason Merrill2010-05-061-0/+1
* re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez2010-05-061-4/+0
* re PR debug/43370 (ICE gen_type_die_with_usage, at dwarf2out.c:14745)Jason Merrill2010-05-051-3/+5
* re PR testsuite/43758 (19 new GCC HEAD@158360 regressions)Jason Merrill2010-05-051-4/+7
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* c-common.c (flag_isoc1x): New.Joseph Myers2010-04-251-1/+5
* re PR c++/36625 (bogus error on __attribute__((aligned(N))) in template code)Jason Merrill2010-04-141-0/+11
* re PR middle-end/32628 (bogus integer overflow warning)Eric Botcazou2010-04-131-6/+12
* re PR c++/42623 ([C++0x] Function template default arguments: Invalid express...Jason Merrill2010-04-091-1/+1
* re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek2010-04-071-1/+8
* diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin2010-04-071-2/+48
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR c++/43126 ("at this point in file" warnings are upside down)Manuel López-Ibáñez2010-02-221-10/+13
* re PR c++/41779 (Wconversion cannot see throught real*integer promotions)Manuel López-Ibáñez2010-02-191-6/+11
* tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson2010-01-211-1/+1
* fix comment typoJason Merrill2010-01-041-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-80/+80
* re PR c/41935 (ICE : tree check: expected integer_cst, have nop_expr in int_c...Jakub Jelinek2009-11-061-8/+40
* c-common.c (fold_offsetof_1): Use %wd instead of HOST_WIDE_INT_PRINT_DEC.Jakub Jelinek2009-11-041-2/+1
* c-common.c (fold_offsetof_1): Use HOST_WIDE_INT_PRINT_DEC.Richard Guenther2009-11-031-1/+2
* re PR c++/38699 (ICE using offsetof with pointer and array accesses)Dodji Seketeli2009-11-031-7/+16
* re PR middle-end/37565 (__optimize__ attribute doesn't work correctly)Steve Ellcey2009-10-291-0/+2
* tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston2009-10-261-2/+21
* re PR c/41673 (variable-length array dereference inside sizeof gives "warning...Joseph Myers2009-10-231-0/+9
* charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek2009-10-191-1/+2
* re PR c/41182 (Revision 145254 caused ICE: tree check: expected integer_cst, ...Joseph Myers2009-10-081-4/+37
* Merge lto branch into trunk.Diego Novillo2009-10-031-38/+0
* tree.h (tree_decl_common::lang_flag_8): New.Gabriel Dos Reis2009-10-011-0/+1
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson2009-09-281-1/+1
* re PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enumerator is sometimes mis...Dodji Seketeli2009-09-231-0/+25
* Squash commit of EH in gimpleRichard Henderson2009-09-141-1/+1
* * c-common.c (c_common_reswords) add the alignof keyword,Ville Voutilainen2009-08-251-0/+1
* c-common.c (c_fully_fold_internal): Issue a warning if a binary operation ove...Richard Sandiford2009-08-091-0/+33
* extend.texi (Labels as Values): Document need for noclone.Martin Jambor2009-07-251-0/+20
* * c-common.c (max_tinst_depth): Increase default to 1024.Jason Merrill2009-07-211-4/+4
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-63/+0
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-32/+37
* re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill2009-07-161-0/+2
* re PR c/25509 (can't disable __attribute__((warn_unused_result)))Manuel López-Ibáñez2009-07-101-2/+4
* cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez2009-07-071-15/+23
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-8/+7
* re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther2009-06-291-5/+0
* c-common.c (skip_evaluation): Don't define.Ian Lance Taylor2009-06-161-6/+9