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