aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2016-09-09Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.Joseph Myers2-7/+80
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm4-195/+32
2016-09-06PR c/77336 - -Wsuggest-attribute=format warning overly simplisticMartin Sebor2-3/+20
2016-09-06re PR tree-optimization/77450 (ICE: in verify_ssa, at tree-ssa.c:1016 on very...Richard Biener2-1/+9
2016-09-05ChangeLog formatting fixes.Jakub Jelinek1-19/+19
2016-09-05re PR c/77423 (-Wlogical-not-parentheses false positive for bitwise expressio...Marek Polacek2-3/+43
2016-09-04Revert "Replace error_at with assert in build_va_arg"Tom de Vries2-2/+20
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek2-2/+21
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor2-1/+7
2016-09-01re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2-11/+13
2016-08-29re PR c/77292 (Spurious warning: logical not is only applied to the left hand...Marek Polacek2-2/+10
2016-08-29Fix assert in build_va_arg, case 2bTom de Vries2-1/+8
2016-08-29Replace error_at with assert in build_va_argTom de Vries2-12/+7
2016-08-29Handle errors in both args of va_argTom de Vries2-2/+11
2016-08-25c-common.c (warn_logical_not_parentheses): Print fixit hints.Marek Polacek3-5/+24
2016-08-22re PR c++/77321 (crash in warn_for_memset)Marek Polacek2-1/+6
2016-08-22Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers2-14/+22
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers6-10/+153
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm2-1/+6
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm4-0/+31
2016-08-18re PR c/71514 (ICE on C11 code with atomic exchange at -O1 and above on x86_6...Marek Polacek2-0/+20
2016-08-16Fix caret locations in format_type_warning (PR c/72857)David Malcolm4-25/+57
2016-08-15c-ada-spec.c (dump_number): New function.Eric Botcazou2-3/+147
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek6-3/+15
2016-08-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.Jason Merrill2-0/+5
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill2-1/+6
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2-0/+6
2016-08-09Implement C++17 constexpr lambda.Jason Merrill2-1/+8
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm3-18/+286
2016-08-08Use class substring_loc in c-format.c (PR c/52952)David Malcolm2-174/+358
2016-08-08c-format.c: cleanup of check_format_info_mainDavid Malcolm2-636/+1049
2016-08-05On-demand locations within string-literalsDavid Malcolm5-2/+130
2016-07-29re PR c/71926 (wrong location for -Wparentheses warning)Marek Polacek2-2/+7
2016-07-29re PR c/71574 (ICE on code with alloc_align attribute on x86_64-linux-gnu: in...Marek Polacek2-1/+7
2016-07-28Introduce no_profile_instrument_function attributeMartin Liska2-0/+26
2016-07-27defaults.h (LOG2_BITS_PER_UNIT): Move from here...Bernd Edlinger2-1/+6
2016-07-25PR c++/65970 - constexpr infinite loopJason Merrill2-0/+9
2016-07-22PR c++/71675 - __atomic_compare_exchange_n returns wrong type for typed enumMartin Sebor2-1/+9
2016-07-22c-typeck.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,Uros Bizjak2-1/+6
2016-07-22Consider functions with xloc.file == NULL (PRMartin Liska2-2/+10
2016-07-21PR c++/65168 - -Waddress in unevaluated context.Jason Merrill2-0/+8
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm2-1/+6
2016-07-15Update -fabi-version default to 11.Jason Merrill2-3/+7
2016-07-15re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek2-0/+9
2016-07-08P0145: Refining Expression Order for C++ (-fstrong-eval-order).Jason Merrill3-12/+32
2016-07-05re PR c++/71214 (Typo in feature test macro for rvalue references)Markus Trippelsdorf2-0/+6
2016-06-29Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREThomas Schwinge3-2/+8
2016-06-29re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...Richard Biener2-15/+5
2016-06-24P0145R2: Refining Expression Order for C++ (complex LHS of =).Jason Merrill2-2/+10
2016-06-24internal-fn.c (expand_arith_set_overflow): New function.Jakub Jelinek2-2/+33