aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+16
2016-09-24re PR c/77490 (bit-not (~) on boolean should be warned about)Marek Polacek1-0/+6
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek1-0/+5
2016-09-16* c-typeck.c (lvalue_p): Use true and false instead of 1 and 0.Marek Polacek1-0/+4
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek1-0/+15
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm1-0/+5
2016-09-13c-typeck.c (build_unary_op): Rename FLAG parameter to NOCONVERT.Marek Polacek1-0/+5
2016-09-12re PR c++/77496 (ICE in instantiate_type, at cp/class.c:8270)Bernd Edlinger1-0/+6
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm1-0/+5
2016-09-05ChangeLog formatting fixes.Jakub Jelinek1-4/+4
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek1-0/+29
2016-09-01re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+5
2016-09-01C: Fix missing spaces in 'struct' fix-it hintsDavid Malcolm1-0/+5
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm1-0/+11
2016-08-25c-common.c (warn_logical_not_parentheses): Print fixit hints.Marek Polacek1-0/+5
2016-08-25re PR c/77323 (Bad "defaults to 'int'" warning for unsupported types)Marek Polacek1-0/+8
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+14
2016-08-12re PR c/67410 (c/c-typeck.c references out of bounds array)Jakub Jelinek1-0/+8
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+8
2016-08-11re PR c/72816 (ICE on x86_64-linux-gnu (tree check: expected tree that contai...Jakub Jelinek1-0/+7
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm1-0/+7
2016-08-04Rework C/C++ OpenACC routine parsingThomas Schwinge1-0/+9
2016-08-04C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge1-0/+8
2016-08-01extend shift count warnings to vector typesJan Beulich1-0/+6
2016-07-29re PR c/71573 (ICE on invalid C code on x86_64-linux-gnu (tree check: expecte...Marek Polacek1-0/+4
2016-07-29re PR c/71853 (ICE on an ill-formed case statement in c_do_switch_warnings)Marek Polacek1-0/+4
2016-07-29re PR c/71742 (Wrong formulation of "error: flexible array member in otherwis...Marek Polacek1-0/+5
2016-07-29re PR c/71969 (Wrong setting of DECL_DISREGARD_INLINE_LIMITS in the C FE)Jakub Jelinek1-0/+6
2016-07-29re PR c/71583 (ICE on invalid code on x86_64-linux-gnu (in c_parser_postfix_e...Marek Polacek1-0/+6
2016-07-22c-typeck.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,Uros Bizjak1-0/+4
2016-07-20Enabling work for C++ handling of misspelled identifiers and typenamesDavid Malcolm1-0/+10
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm1-0/+11
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis1-0/+8
2016-07-15re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek1-0/+8
2016-07-14re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek1-0/+5
2016-07-13use auto_vec for more local variablesTrevor Saunders1-0/+6
2016-07-13c-decl.c: add [cd]tors to c_struct_parse_infoTrevor Saunders1-0/+7
2016-07-02re PR c/71719 (invalid set-but-not-used warning with vectors)Jakub Jelinek1-0/+5
2016-06-29Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...Thomas Schwinge1-0/+9
2016-06-29re PR c/71685 (Segmentation fault in gcc when compiling the attached file.)Jakub Jelinek1-1/+7
2016-06-28PR c/71552 - Confusing error for incorrect struct initializationMartin Sebor1-0/+6
2016-06-28Makefile.in: Don't cat ../stage_current if it does not exist.Jakub Jelinek1-0/+4
2016-06-23Add make autoprofiledbootstrapAndi Kleen1-0/+4
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm1-0/+26
2016-06-20Fix ICE on conditional expression between DFP and non-DFP float (PR c/71601).Joseph Myers1-0/+6
2016-06-19PR c/69507 - bogus warning: ISO C does not allow ‘__alignof__ (expression)’Martin Sebor1-0/+6
2016-06-15spellcheck.h: add best_match template; implement early-rejectDavid Malcolm1-0/+4
2016-06-14Introduce gcc_rich_location::add_fixit_misspelled_idDavid Malcolm1-0/+6
2016-06-13C: fixits for named initializersDavid Malcolm1-0/+10
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge1-0/+6