summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk into svelinaro-dev/sveRichard Sandiford2017-11-206-6/+55
|\
| * Add __builtin_tgmath for better tgmath.h implementation (bug 81156).jsm282017-11-153-0/+8
| * PR c/81117 - Improve buffer overflow checking in strncpymsebor2017-11-104-5/+36
| * Instrument function exit with __builtin_unreachable in C++marxin2017-11-063-1/+11
* | Merge trunk into sveRichard Sandiford2017-11-059-47/+173
|\ \ | |/
| * diagnostics: get rid of *_at_rich_loc in favor of overloadingdmalcolm2017-10-313-17/+27
| * Add -std=c17, -std=gnu17.jsm282017-10-303-2/+47
| * [gcc]meissner2017-10-272-1/+13
| * PR c/82681mpolacek2017-10-232-2/+7
| * Add generic part for Intel CET enabling. The spec is available atitsimbal2017-10-201-0/+27
| * * asan.c (handle_builtin_alloca): Deal with all alloca variants.ebotcazou2017-10-192-0/+15
| * Simplify format_warning_at_substring APIdmalcolm2017-10-172-25/+30
| * * c-gimplify.c (c_gimplify_expr): Handle [LR]ROTATE_EXPR likejakub2017-10-132-0/+7
* | Merge trunk into sveRichard Sandiford2017-10-235-16/+188
|\ \ | |/
| * C/C++: add fix-it hints for various missing symbolsdmalcolm2017-10-123-0/+168
| * [PATCH] Include path enumerationnathan2017-10-112-8/+13
| * Do not error for no_sanitize attributes (PR sanitizer/82490).marxin2017-10-112-8/+7
* | Merge trunk into sveRichard Sandiford2017-10-136-297/+412
|\ \ | |/
| * Require wi::to_wide for treesrsandifo2017-10-105-12/+22
| * PR c/82437jakub2017-10-102-2/+8
| * PR c/82437jakub2017-10-062-5/+19
| * 2017-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2017-10-052-0/+10
| * Fix mismatched precisions in tree arithmeticrsandifo2017-10-022-4/+11
| * * c-attribs.c (handle_noipa_attribute): Don't add "stack_protect"jakub2017-09-292-4/+5
| * * c-ada-spec.c (to_ada_name): Add index parameter.ebotcazou2017-09-292-24/+120
| * * c-ada-spec.c (max_ada_macros): Move around.ebotcazou2017-09-292-261/+226
| * c-family/jakub2017-09-292-2/+8
* | Merge trunk into sveRichard Sandiford2017-09-235-32/+118
|\ \ | |/
| * enable handling of -gno- command-line options as negated prefixesaoliva2017-09-212-1/+5
| * Add support for -std=c++2a.jakub2017-09-154-4/+48
| * * c-pragma.c (handle_pragma_scalar_storage_order): Expand on errorebotcazou2017-09-152-1/+18
| * * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentjakub2017-09-154-28/+49
* | Merge trunk into sveRichard Sandiford2017-09-155-83/+31
|\ \ | |/
| * Don't warn function alignment if warn_if_not_aligned_p is truehjl2017-09-122-1/+9
| * c-family/nathan2017-09-123-78/+7
| * PR target/82112jakub2017-09-121-4/+8
| * PR c++/81852 define feature-test macro for -fthreadsafe-staticsredi2017-09-092-0/+7
* | Merge trunk into sveRichard Sandiford2017-09-075-3/+84
|\ \ | |/
| * PR c/81783mpolacek2017-09-042-0/+61
| * * c-opts.c (c_common_finish): Write dependency information even iflaw2017-09-012-2/+10
| * PR c/81887jakub2017-09-013-1/+13
* | Merge trunk into sveRichard Sandiford2017-08-315-10/+82
|\ \ | |/
| * Add some changelog entries that went astray during the machmode commitsrsandifo2017-08-301-0/+6
| * [72/77] Pass scalar_mode to scalar_mode_supported_prsandifo2017-08-302-5/+11
| * [71/77] Use opt_scalar_mode for mode iteratorsrsandifo2017-08-302-5/+16
| * [65/77] Add a SCALAR_TYPE_MODE macrorsandifo2017-08-303-3/+10
| * [35/77] Add uses of as_a <scalar_int_mode>rsandifo2017-08-301-9/+9
| * [32/77] Check is_a <scalar_int_mode> before calling valid_pointer_modersandifo2017-08-302-2/+11
| * [12/77] Use opt_scalar_float_mode when iterating over float modesrsandifo2017-08-302-2/+9
| * [4/77] Add FOR_EACH iterators for modesrsandifo2017-08-303-7/+15