aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2015-01-07re PR c/64440 (-Wdiv-by-zero false negative on const variables)Marek Polacek2-0/+17
2015-01-06implement -Wsuggest-overrideTrevor Saunders2-0/+10
2015-01-05Update copyright years.Jakub Jelinek33-33/+37
2015-01-05re PR c/64423 (Incorrect column number of -Wchar-subscripts)Marek Polacek3-3/+12
2014-12-20c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.Edward Smith-Rowland2-1/+7
2014-12-20invoke.texi: Document -Wdiscarded-array-qualifiers.Martin Uecker2-0/+8
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek5-44/+83
2014-12-15N3778: Sized DeallocationJason Merrill3-0/+23
2014-12-11* c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_constexpr.Jason Merrill2-3/+5
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill2-3/+14
2014-12-08Fix typo in ChangeLogJeff Law1-1/+1
2014-12-07symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka1-1/+6
2014-12-06re PR tree-optimization/64183 (Complete unroll doesn't happen for a while-loop)Marek Polacek2-1/+10
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek4-3/+10
2014-11-29opt-functions.awk (lang_enabled_by): Support || for enabled-by.Tobias Burnus1-25/+5
2014-11-28c-ubsan.c (ubsan_instrument_shift): Use op1_utype for MINUS_EXPR instead of u...Marek Polacek2-1/+6
2014-11-28re PR c/63862 (C frontend converts shift-count to int while standard wants in...Marek Polacek3-1/+27
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard2-0/+18
2014-11-21re PR target/63764 (ICE: in verify_ssa, at tree-ssa.c:939)Jakub Jelinek3-5/+43
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm3-2/+29
2014-11-19Allow the static chain to be set from CRichard Henderson2-1/+3
2014-11-18re PR sanitizer/63813 ([UBSAN] ICE in ubsan_type_descriptor, at ubsan.c:346)Jakub Jelinek2-10/+29
2014-11-15re PR middle-end/63884 (ICE: SIGSEGV in is_sec_implicit_index_fn with -fcilkp...Marek Polacek2-0/+13
2014-11-12Predefine __NO_MATH_ERRNO__ for -fno-math-errno.Joseph Myers2-0/+10
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek2-0/+30
2014-11-11Error out for Cilk_spawn or array expression in forbidden placesAndi Kleen3-0/+48
2014-11-11Fix error location for cilk error messageAndi Kleen2-1/+6
2014-11-10invoke.texi ([-Wshift-count-negative, [...]): Add.Paolo Carlini2-3/+15
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland3-4/+106
2014-11-05ipa-chkp.c: New.Ilya Enkovich2-2/+150
2014-11-04c-common.c (shorten_compare): Do not shorten mixed DFP and non-DFP compares.Richard Biener2-1/+12
2014-11-02feat-cxx11.C: Commentary and rearrangement of tests.Edward Smith-Rowland2-1/+11
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford5-15/+20
2014-10-28cgraph.h: Flatten.Andrew MacLeod6-0/+49
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2-0/+12
2014-10-26In cp/error.c...Manuel López-Ibáñez3-14/+10
2014-10-24re PR c/56980 (C pretty-printer does not handle well pointer to typedef of st...Marek Polacek2-1/+9
2014-10-23c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR in unsigned type.Marek Polacek2-5/+11
2014-10-22New syntax for -fsanitize-recover.Jakub Jelinek2-3/+10
2014-10-21Revert r216483.Kirill Yukhin2-71/+45
2014-10-20re PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)Igor Zamyatin2-41/+87
2014-10-17c-opts.c (c_common_post_options): Set warn_implicit_int.Marek Polacek3-1/+10
2014-10-16function.h: Flatten file.Andrew MacLeod3-1/+17
2014-10-16tree-core.h: Fix comment to not assume pointers are multiples of bytes.DJ Delorie2-1/+6
2014-10-15re PR c++/63455 (decltype of statement expression internal compiler error: i...Jason Merrill2-1/+10
2014-10-15invoke.texi: Update to reflect that GNU11 is the default mode for C.Marek Polacek3-1/+8
2014-10-14Missed bit of previous commit.DJ Delorie1-13/+14
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie5-36/+136
2014-10-12move many gc hashtab to hash_tableTrevor Saunders2-10/+22
2014-10-06c-cppbuiltin.c: Move __cpp_attribute_deprecated to the C++11 section.Edward Smith-Rowland2-1/+6