aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-14Introduce gcc_rich_location::add_fixit_misspelled_idDavid Malcolm2-12/+10
2016-06-13C: fixits for named initializersDavid Malcolm4-3/+32
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge2-19/+8
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor2-3/+22
2016-06-08re PR c/71426 (gcc ICE on x86_64-linux-gnu in get_parm_info, at c/c-decl.c:7059)Marek Polacek2-3/+7
2016-06-08re PR c/71418 (gcc ICE on x86_64-linux-gnu in min_align_of_type, at stor-layo...Marek Polacek2-1/+6
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm4-15/+61
2016-06-06re PR c/71362 (Wrong position for "error: size of unnamed array is negative")Marek Polacek2-0/+6
2016-06-06c-typeck.c (comptypes_internal): Handle comparisons of INTEGER_TYPE, FIXED_PO...Marek Polacek2-3/+27
2016-06-03c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang2-0/+16
2016-05-30re PR c++/71349 (Combined async target clause parsing issues)Jakub Jelinek2-1/+9
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek2-1/+19
2016-05-25re PR c/71266 (gcc ICE on x86_64-linux-gnu in "store_parm_decls_oldstyle")Marek Polacek2-2/+8
2016-05-25re PR c/71265 (gcc ICE on x86_64-linux-gnu with “seg fault”)Marek Polacek2-1/+6
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis3-15/+57
2016-05-24Tighten syntax checking for OpenACC routine construct in CThomas Schwinge2-10/+13
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener2-3/+11
2016-05-20PR c/71115 - [4.9/5/6/7 Regression] Missing warning: excess elementsMartin Sebor2-5/+22
2016-05-19PR c/71171: Fix uninitialized source_range in c_parser_postfix_expressionDavid Malcolm4-37/+61
2016-05-17[Patch onbious] Fix indentation in c-typeck.c parser_build_unary_opJames Greenhalgh2-2/+6
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab2-17/+7
2016-05-13Implement C11 DR#423 resolution (ignore function return type qualifiers).Joseph Myers2-3/+23
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek4-26/+50
2016-05-11PR43651: add warning for duplicate qualifierMikhail Maltsev4-3/+33
2016-05-11re PR c++/71024 (Missing warning for contradictory attributes)Marek Polacek2-49/+7
2016-05-10re PR c/70255 (change of the order of summation of floating point numbers des...Marek Polacek2-0/+18
2016-05-05c-parser.c (c_parser_switch_statement): Add IF_P argument, parse it through t...Jakub Jelinek2-4/+11
2016-05-04c.opt (Wdangling-else): New option.Marek Polacek2-1/+6
2016-05-04re PR c/48778 (gcc 4.6 -Waddress adds unhelpful new warning case when using f...Marek Polacek2-2/+10
2016-05-03re PR c/70859 (Bad column number in type-generic function errors)Marek Polacek2-1/+8
2016-05-03Make-lang.in (cc1-checksum.c): For stage-final re-use the checksum from the p...Richard Biener2-2/+14