summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (shorten_compare): Do not shorten mixed DFP and non-DFP compares.Richard Biener2014-11-042-1/+12
* feat-cxx11.C: Commentary and rearrangement of tests.Edward Smith-Rowland2014-11-022-1/+11
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-295-15/+20
* cgraph.h: Flatten.Andrew MacLeod2014-10-286-0/+49
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-272-0/+12
* In cp/error.c...Manuel López-Ibáñez2014-10-263-14/+10
* re PR c/56980 (C pretty-printer does not handle well pointer to typedef of st...Marek Polacek2014-10-242-1/+9
* c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR in unsigned type.Marek Polacek2014-10-232-5/+11
* New syntax for -fsanitize-recover.Jakub Jelinek2014-10-222-3/+10
* Revert r216483.Kirill Yukhin2014-10-212-71/+45
* re PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)Igor Zamyatin2014-10-202-41/+87
* c-opts.c (c_common_post_options): Set warn_implicit_int.Marek Polacek2014-10-173-1/+10
* function.h: Flatten file.Andrew MacLeod2014-10-163-1/+17
* tree-core.h: Fix comment to not assume pointers are multiples of bytes.DJ Delorie2014-10-162-1/+6
* re PR c++/63455 (decltype of statement expression internal compiler error: i...Jason Merrill2014-10-152-1/+10
* invoke.texi: Update to reflect that GNU11 is the default mode for C.Marek Polacek2014-10-153-1/+8
* Missed bit of previous commit.DJ Delorie2014-10-141-13/+14
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-145-36/+136
* move many gc hashtab to hash_tableTrevor Saunders2014-10-122-10/+22
* c-cppbuiltin.c: Move __cpp_attribute_deprecated to the C++11 section.Edward Smith-Rowland2014-10-062-1/+6
* re PR c++/54427 (Expose more vector extensions)Marc Glisse2014-10-032-0/+11
* Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2014-10-012-0/+54
* c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill2014-09-303-0/+7
* c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill2014-09-303-0/+5
* c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill2014-09-303-2/+6
* re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek2014-09-242-3/+6
* Add an no_reorder attribute for LTOAndi Kleen2014-09-242-0/+33
* Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers2014-09-232-0/+30
* re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka2014-09-191-0/+20
* Remove LIBGCC2_TF_CEXT target macro.Joseph Myers2014-09-192-0/+27
* c.opt (Wpsabi): Use LangEnabledBy.Manuel López-Ibáñez2014-09-153-5/+6
* Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers2014-09-122-0/+12
* re PR target/58757 (Advertise the lack of denormal support on alpha without -...Marc Glisse2014-09-112-14/+13
* ubsan.h (struct ubsan_mismatch_data): Removed.Jakub Jelinek2014-09-103-9/+49
* opth-gen.awk: Generate mapping from cpp message reasons to the options that e...Manuel López-Ibáñez2014-09-093-57/+38
* invoke.texi (Wnormalized=): Update.Manuel López-Ibáñez2014-09-093-25/+31
* Remove SF_SIZE etc. target macros.Joseph Myers2014-09-082-0/+19
* Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers2014-09-052-4/+129
* re PR tree-optimization/63148 (r187042 causes auto-vectorization failure for ...Richard Biener2014-09-052-2/+14
* options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez2014-09-044-44/+36
* invoke.texi: Document that -Wlogical-not-parentheses is enabled by -Wall.Marek Polacek2014-09-032-1/+5
* cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek2014-09-027-4/+163
* directives.c (check_eol_1): New.Manuel López-Ibáñez2014-08-293-35/+14
* macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez2014-08-293-5/+6
* IPA C++ refactoring 4/NMartin Liska2014-08-251-3/+2
* c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for -std=c++14 and -s...Jason Merrill2014-08-254-14/+22
* cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland2014-08-234-9/+18
* * c.opt (std=gnu++17): Fix alias.Jason Merrill2014-08-232-1/+5
* re PR c++/62199 (ICE with -Wlogical-not-parentheses)Marek Polacek2014-08-223-13/+13
* c.opt (Wcomment): Use CPP, Var and LangEnabledBy.Manuel López-Ibáñez2014-08-223-14/+14