aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2017-01-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.Jason Merrill2-0/+6
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek2-1/+7
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor2-0/+14
2017-01-06[bootstrap-O1] change value type to avoid sprintf buffer size warningAlexandre Oliva2-1/+8
2017-01-05invoke.texi (C Dialect Options): Document it.Eric Botcazou2-1/+8
2017-01-05Error for '-' as filename of a precompiled header (PR pch/78970)Martin Liska2-1/+12
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek2-0/+9
2017-01-04re PR driver/78957 (ICE: SIGSEGV with -fno-sso-struct=web)Jakub Jelinek2-1/+6
2017-01-01Update copyright years.Jakub Jelinek37-37/+41
2016-12-29Add RejectNegative for a c option.Martin Liska2-1/+6
2016-12-27c.opt (flag_chkp_flexible_struct_trailing_arrays): Add new option.Alexander Ivchenko1-1/+7
2016-12-22Feature-test macro for P0522R0, matching of template template arguments.Jason Merrill2-0/+8
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek3-13/+43
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill3-0/+13
2016-12-14Split omp-low into multiple filesMartin Jambor2-2/+8
2016-12-14PR c/78673 - sprintf missing attribute nonnull on destination argumentMartin Sebor2-1/+10
2016-12-12re PR c++/78647 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil...Marek Polacek2-0/+8
2016-12-08PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati...Martin Sebor2-0/+14
2016-12-08PR c/78165 - avoid printing type suffix for constants in %E outputMartin Sebor2-27/+7
2016-12-07PR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE / __builtin___memcpy_chkMartin Sebor2-0/+18
2016-12-02Add support for ASan odr_indicator.Maxim Ostapenko2-0/+19
2016-11-26tree.c (build_common_tree_nodes): Initialize ptrdiff_type_node.Prathamesh Kulkarni2-2/+5
2016-11-23[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONJames Greenhalgh4-27/+180
2016-11-23[Patch 5/17] Add -fpermitted-flt-eval-methods=[c11|ts-18661-3]James Greenhalgh2-0/+17
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini2-0/+8
2016-11-23re PR target/78451 (FAIL: gcc.target/i386/sse-22a.c: error: inlining failed i...Jakub Jelinek2-1/+7
2016-11-22array-notation-common.c (cilkplus_extract_an_trplets): Fix indentation and fo...Nathan Sidwell2-7/+7
2016-11-22gcc-ar.c (main): Fix indentation.Nathan Sidwell2-15/+20
2016-11-21Enable -fprintf-return-value by default. Tested on powerpc64le and x86.Martin Sebor2-1/+5
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger3-3/+18
2016-11-17re PR c/78285 (error on duplicate switch label where a note should be)Marek Polacek2-5/+10
2016-11-16gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess1-2/+0
2016-11-15ChangeLog: Fix ChangeLog entry.Uros Bizjak1-1/+12
2016-11-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.Jakub Jelinek2-24/+29
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal4-0/+19
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni4-0/+65
2016-11-13c-ada-spec.c (print_ada_declaration): For typedef declarations...Eric Botcazou2-2/+8
2016-11-09Implement P0127R2, Declaring non-type parameters with auto.Jason Merrill2-0/+5
2016-11-09flag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_BASE and SANITIZE_SHIFT...Jakub Jelinek2-5/+44
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill3-0/+13
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska2-1/+13
2016-11-03* c-cppbuiltin.c (c_cpp_builtins): Correct __cpp_inheriting_constructors.Jason Merrill2-1/+6
2016-11-01c-cppbuiltin.c (c_cpp_builtins): Update __cpp_inheriting_constructors.Jason Merrill2-1/+7
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill3-0/+15
2016-10-31re PR c++/77948 (Option processing of -std=c++11 -std=gnu++11 doesn't reset e...Jakub Jelinek3-16/+18
2016-10-28re PR debug/77773 (Segfault when compiling __simd64_float16_t using arm-none-...Aldy Hernandez2-5/+14
2016-10-25internal-fn.def (LAUNDER): New internal function.Jakub Jelinek3-2/+8
2016-10-24c-common.c (c_common_truthvalue_conversion): Warn for multiplications in bool...Bernd Edlinger2-1/+12
2016-10-20c-common.c (c_common_truthvalue_conversion): Fix the comment.Bernd Edlinger2-1/+5
2016-10-20* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concepts value.Jason Merrill2-3/+5