aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-19c-common.c (c_common_truthvalue_conversion): Warn only for signed integer shi...Bernd Edlinger2-3/+15
2016-10-18Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.Aldy Hernandez3-0/+32
2016-10-17c-warn.c (find_array_ref_with_const_idx_r): Remove parameter names.Marek Polacek2-9/+11
2016-10-17Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.Marek Polacek4-3121/+3180
2016-10-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases and __cpp_deduc...Jason Merrill2-0/+7
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill2-0/+5
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme5-0/+11
2016-10-12gcc/Jakub Jelinek3-0/+20
2016-10-11c-common.c (warning_candidate_p): Change the return type to bool and return t...Marek Polacek2-12/+19
2016-10-11Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.Marek Polacek4-2191/+2269
2016-10-08Delay folding of bool conversion into COND_EXPR.Jason Merrill2-15/+7
2016-10-08c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...Jakub Jelinek2-3/+21
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek3-0/+8
2016-10-07re PR c++/77700 (suspicios code in cp/parser.c)Bernd Edlinger2-0/+11
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek3-1/+12
2016-10-05re PR sanitizer/66343 ("Error: .Lubsan_type3 already defined" with UBSan and ...Jakub Jelinek2-3/+6
2016-10-05c-common.c (c_common_truthvalue_conversion): Warn also for suspicious conditi...Bernd Edlinger2-0/+14
2016-10-05re PR sanitizer/77823 (ICE: in ubsan_encode_value, at ubsan.c:137 with -fsani...Jakub Jelinek2-2/+8
2016-10-05* c-common.c (c_common_reswords): Update comment for C++11.Jakub Jelinek2-2/+6
2016-10-04PR c++/77852 - class deduction from list-initJason Merrill3-0/+18
2016-10-04defaults.h (JCR_SECTION_NAME, [...]): Remove.Jakub Jelinek2-4/+5
2016-10-03invoke.texi: Update -Wint-in-bool-context.Bernd Edlinger2-0/+16
2016-09-29Implement P0001R1 - C++17 removal of register storage class specifier c-family/Jakub Jelinek3-0/+15
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh2-2/+7