aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina1-2/+0
2017-06-08re PR c/81006 (ICE with zero-size array and #pragma omp task depend)Jakub Jelinek2-3/+9
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina1-0/+2
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek2-1/+6
2017-06-06re PR c/79983 (Improve enum and struct redefinition diagnostic)Marek Polacek2-1/+14
2017-06-02invoke.texi: Document the -Wsizeof-pointer-div warning.Bernd Edlinger4-14/+48
2017-05-31GIMPLEFE: Handle missing labels in goto statementsMikhail Maltsev2-1/+16
2017-05-30C++ template type diff printingDavid Malcolm2-2/+8
2017-05-24PR c/80731 - poor -Woverflow warningsMartin Sebor3-3/+9
2017-05-23OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausesThomas Schwinge2-0/+9
2017-05-23c-parser.c (c_parser_compound_statement_nostart): Remove redundant quotes.Marek Polacek2-1/+6
2017-05-22c-fold.c (c_fully_fold_internal): Save the c_fully_fold_internal result for S...Jakub Jelinek2-10/+13
2017-05-22invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell2-12/+4
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge2-4/+15
2017-05-18c-format.c (local_tree_type_node): Add GTY attribute.Bernd Edlinger2-1/+5
2017-05-18* c-decl.c (pushdecl_top_level): Delete unused function.Nathan Sidwell2-28/+4
2017-05-18c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.Marek Polacek3-15/+30
2017-05-18c-common.c (self_promoting_args_p): Change the return type to bool.Marek Polacek4-32/+44
2017-05-17c-common.c: Use NULL_TREE instead of 0 where appropriate.Marek Polacek3-163/+173
2017-05-17re PR sanitizer/80659 (-fsanitize=address evokes ICE in in gimplify_switch_expr)Marek Polacek2-2/+8
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska2-1/+6
2017-05-17Bye bye, c_save_expr.Marek Polacek7-50/+57
2017-05-12OpenACC C front end maintenance: c_parser_oacc_single_int_clauseThomas Schwinge2-125/+55
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell2-1/+4
2017-05-11GIMPLEFE: Handle invalid SSA namesMikhail Maltsev2-0/+12
2017-05-11GIMPLEFE: handle invalid __MEMMikhail Maltsev2-0/+16
2017-05-11GIMPLEFE: Handle invalid unary "*" operand typeMikhail Maltsev2-0/+11
2017-05-09c-tree.h (pushdecl): Declare.Nathan Sidwell2-0/+5
2017-05-05Eliminate report_diagnostic macroDavid Malcolm3-6/+13
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao2-7/+7
2017-04-25C: fix-it hint for removing stray semicolonsDavid Malcolm2-2/+12
2017-04-21re PR c/80468 (ICE on invalid AVX512 code with -m32)Jakub Jelinek2-3/+12
2017-04-03Fix numerous typos in commentsJonathan Wakely2-1/+5
2017-03-29re PR c/79730 (ICE tree check: expected var_decl, have function_decl in finis...Marek Polacek2-1/+6
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek3-4/+23
2017-03-23c-tree.h: Remove a C_RID_YYCODE reference.Marek Polacek2-2/+5
2017-03-21re PR c/80097 (internal compiler error in c_fully_fold_internal with std=c89 ...Jakub Jelinek2-2/+10
2017-03-17* c-parser.c: Add C11 references.Marek Polacek2-43/+48
2017-03-15* c-parser.c (c_parser_enum_specifier): Remove redundant line.Marek Polacek2-1/+4
2017-03-11* c-decl.c (implicit_decl_warning): Add a comment. Fix formatting.Marek Polacek2-33/+44
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm3-9/+16
2017-03-09re PR sanitizer/79757 (ICE in declare_vars, at gimplify.c:634)Marek Polacek2-0/+18
2017-03-09re PR c/79969 (C FE emits locus of forward enum declaration rather than defin...Jakub Jelinek2-0/+10
2017-03-07re PR c/79834 (c/c-parser.c: make code more i18n-friendly)Jakub Jelinek2-45/+48
2017-03-04re PR c/79847 (diagnostics: missing space in "implicit declaration of function")Marek Polacek2-1/+6
2017-03-03re PR c/79758 (ICE: tree check: expected class 'type', have 'exceptional' (er...Marek Polacek2-7/+17
2017-03-03re PR c/79837 (incomplete diagnostic in c-parser: expected +, *, -, &, ^, |, ...Jakub Jelinek2-2/+8
2017-03-03re PR c/79836 (typo in c/c-parser.c: pragma omp ordered)Jakub Jelinek2-3/+12
2017-02-28i386.c: Include intl.h.Jakub Jelinek2-10/+20
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek3-23/+10