aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Restore DECIMAL_DIG macro to C99/C11 value.Joseph Myers2-4/+8
2017-02-15re PR c/79515 (ICE: tree check: expected class 'type', have 'exceptional' (er...Marek Polacek2-0/+9
2017-01-24Add "__RTL" to cc1David Malcolm3-0/+9
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek5-0/+90
2017-01-17Fix wording of -Wmisleading-indentation (PR c++/71497)David Malcolm2-1/+7
2017-01-17re PR c/79116 (ICE on cilkplus array notation with a _Cilk_for)Aldy Hernandez2-1/+9
2017-01-16re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek2-1/+6
2017-01-16revert: re PR c++/71737 (ICE following 2x pack expansion in non-pack with tem...Paolo Carlini2-9/+15
2017-01-16re PR c++/71737 (ICE following 2x pack expansion in non-pack with template al...Paolo Carlini2-7/+14
2017-01-12(-Wformat-overflow): ...to this.Martin Sebor2-7/+11
2017-01-11PR c/78768 - -Walloca-larger-than and -Wformat-length warnings disabled by -fltoMartin Sebor2-3/+9
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