summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* Remove MPXMartin Liska2018-06-083-95/+29
* re PR c++/86068 (__cpp_transactional_memory is 210500)Jakub Jelinek2018-06-062-1/+7
* PR c++/85710 - ICE with -Wmemset-elt-size.Jason Merrill2018-06-062-1/+7
* * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_deduction_guides to 201703.Jason Merrill2018-06-012-1/+6
* c-ada-spec.c (dump_ada_declaration): Generate a forward declaration for a typ...Eric Botcazou2018-06-012-4/+16
* PR c/82063 - issues with arguments enabled by -WallMartin Sebor2018-05-312-0/+9
* re PR c/55976 (-Werror=return-type should error on returning a value from a v...David Pagan2018-05-302-2/+11
* PR c++/67445 - returning temporary initializer_list.Jason Merrill2018-05-292-0/+8
* splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger2018-05-282-4/+7
* re PR bootstrap/85921 (/gcc/c-family/c-warn.c fails to build)Jakub Jelinek2018-05-262-5/+9
* PR c++/58407 - deprecated implicit copy ops.Jason Merrill2018-05-182-0/+9
* Fix GNU coding style for G_.Martin Liska2018-05-172-4/+9
* pt.c (tsubst): Check valid_array_size_p.Jason Merrill2018-05-143-6/+14
* re PR c/85696 (OpenMP with variably modified and default(none) won't compile)Jakub Jelinek2018-05-112-0/+14
* Support LLVM style of no_sanitize attribute (PR sanitizer/85556).Martin Liska2018-05-112-8/+18
* re PR c++/85662 ("error: non-constant condition for static assertion" from __...Jakub Jelinek2018-05-103-17/+23
* re PR c++/85400 (invalid Local Dynamic TLS relaxation for symbol defined in m...Eric Botcazou2018-05-102-3/+7
* [C++ PATCH] Kill -fno-for-scopeNathan Sidwell2018-05-072-2/+5
* [C++ Patch] Kill -ffriend-injectionNathan Sidwell2018-05-032-2/+5
* -Wformat: fix nonsensical "wide character" message (PR c/84258)David Malcolm2018-05-012-2/+25
* Use char_span for return type of location_get_source_lineDavid Malcolm2018-04-303-12/+16
* More #include suggestions (PR c++/84269)David Malcolm2018-03-292-1/+39
* re PR c++/85061 (ICE with __builtin_offsetof applied to static member)Jakub Jelinek2018-03-272-1/+8
* re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e...Marek Polacek2018-03-232-1/+7
* * c-ada-spec.c (pp_ada_tree_identifier): Deal specifically with _Bool.Eric Botcazou2018-03-202-1/+5
* re PR c/84909 (typo: conversion from %qT to to %qT)Jakub Jelinek2018-03-162-2/+5
* re PR c/84910 (typo: "%qs follows inline declaration ")Jakub Jelinek2018-03-162-1/+7
* re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener2018-03-162-9/+9
* re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener2018-03-152-1/+14
* PR tree-optimization/84725 - enable attribute nonstring for all narrow charac...Martin Sebor2018-03-132-1/+12
* PR tree-optimization/83456 - -Wrestrict false positive on a non-overlapping m...Martin Sebor2018-03-124-24/+45
* re PR c++/84171 (ICE with -Wsign-compare)Marek Polacek2018-03-022-0/+9
* More Cilk Plus removalThomas Schwinge2018-03-022-2/+5
* re PR c++/84639 (gcc/c-family/c-attribs.c:1822:27: runtime error: shift expon...Marek Polacek2018-03-012-4/+13
* i-cexten.ads (Float_128): New type.Eric Botcazou2018-02-282-4/+21
* c-ada-spec.c (dump_ada_double_name): New case.Eric Botcazou2018-02-282-201/+217
* c-ada-spec.c (dump_ada_node): Do not use generic address for incomplete struc...Eric Botcazou2018-02-282-28/+22
* c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou2018-02-281-85/+79
* c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou2018-02-282-180/+184
* PR c++/83871 - wrong code for attribute const and pure on distinct template s...Martin Sebor2018-02-272-0/+10
* Add IntegerRange for Wcatch-value= option.Martin Liska2018-02-212-1/+5
* * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.Jason Merrill2018-02-152-1/+5
* [PR c/84293] Unexpected strict-alias warningNathan Sidwell2018-02-093-15/+31
* PR lto/84212 - -Wno-* does not disable warnings from -flto link stageMartin Sebor2018-02-092-12/+21
* c-ada-spec.c (dump_ada_declaration): Do not generate the 'constant' keyword f...Eric Botcazou2018-02-092-2/+7
* c-common.h (DECL_UNNAMED_BIT_FIELD): New.Paolo Carlini2018-02-022-0/+8
* Move omp bitmask to general to use it in x86 backend.Julia Koval2018-02-022-120/+6
* re PR c/83966 (ICE in check_function_arguments at gcc/c-family/c-common.c:5617)Marek Polacek2018-01-292-1/+8
* c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek2018-01-272-8/+24
* Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov2018-01-185-4/+25