aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2018-03-16re PR c/84909 (typo: conversion from %qT to to %qT)Jakub Jelinek2-2/+5
2018-03-16re PR c/84910 (typo: "%qs follows inline declaration ")Jakub Jelinek2-1/+7
2018-03-16re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener2-9/+9
2018-03-15re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener2-1/+14
2018-03-13PR tree-optimization/84725 - enable attribute nonstring for all narrow charac...Martin Sebor2-1/+12
2018-03-12PR tree-optimization/83456 - -Wrestrict false positive on a non-overlapping m...Martin Sebor4-24/+45
2018-03-02re PR c++/84171 (ICE with -Wsign-compare)Marek Polacek2-0/+9
2018-03-02More Cilk Plus removalThomas Schwinge2-2/+5
2018-03-01re PR c++/84639 (gcc/c-family/c-attribs.c:1822:27: runtime error: shift expon...Marek Polacek2-4/+13
2018-02-28i-cexten.ads (Float_128): New type.Eric Botcazou2-4/+21
2018-02-28c-ada-spec.c (dump_ada_double_name): New case.Eric Botcazou2-201/+217
2018-02-28c-ada-spec.c (dump_ada_node): Do not use generic address for incomplete struc...Eric Botcazou2-28/+22
2018-02-28c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou1-85/+79
2018-02-28c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou2-180/+184
2018-02-27PR c++/83871 - wrong code for attribute const and pure on distinct template s...Martin Sebor2-0/+10
2018-02-21Add IntegerRange for Wcatch-value= option.Martin Liska2-1/+5
2018-02-15* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.Jason Merrill2-1/+5
2018-02-09[PR c/84293] Unexpected strict-alias warningNathan Sidwell3-15/+31
2018-02-09PR lto/84212 - -Wno-* does not disable warnings from -flto link stageMartin Sebor2-12/+21
2018-02-09c-ada-spec.c (dump_ada_declaration): Do not generate the 'constant' keyword f...Eric Botcazou2-2/+7
2018-02-02c-common.h (DECL_UNNAMED_BIT_FIELD): New.Paolo Carlini2-0/+8
2018-02-02Move omp bitmask to general to use it in x86 backend.Julia Koval2-120/+6
2018-01-29re PR c/83966 (ICE in check_function_arguments at gcc/c-family/c-common.c:5617)Marek Polacek2-1/+8
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek2-8/+24
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov5-4/+25
2018-01-17C++: Fix crash in warn_for_memset within templates (PR c++/83814)David Malcolm2-13/+5
2018-01-10c-ada-spec.c (dump_number): Add FLOAT_P parameter.Eric Botcazou2-19/+44
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm6-16/+126
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford2-0/+14
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford2-1/+9
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford3-11/+25
2018-01-03Update copyright years.Jakub Jelinek39-39/+43
2017-12-22re PR debug/83550 (Bad location of DW_TAG_structure_type with forward declara...Jakub Jelinek1-2/+2
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou3-0/+11
2017-12-22[SFN] sync up debug-only stmt list's side effects with empty stmts tooAlexandre Oliva2-4/+27
2017-12-21move ChangeLog entry to the right fileAlexandre Oliva1-0/+6
2017-12-21[SFN] propagate single-nondebug-stmt's side effects to enclosing listAlexandre Oliva1-0/+9
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2-1/+6
2017-12-18c-warn.c (warn_logical_operator): Return early if -Wlogical-op is not in effect.Marek Polacek2-0/+8
2017-12-17c-attribs.c (common_handle_aligned_attribute): Avoid issuing an error for att...Martin Sebor2-5/+13
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor3-7/+19
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek2-200/+199
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger4-3/+15
2017-12-14Patch for middle-end/PR79538Qing Zhao2-5/+12
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva2-0/+26
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor3-154/+302
2017-12-06C/C++: don't suggest implementation names as spelling fixes (PR c/83236)David Malcolm5-1/+84
2017-12-06Move macro-spellchecking code from "gcc" to new files in c-familyDavid Malcolm3-0/+115
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek2-41/+33
2017-11-30Remove inv_list.Julia Koval2-11/+4