aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2014-07-31re PR c++/60517 (warning/error for taking address of member of a temporary ob...Marc Glisse2-2/+12
2014-07-30re PR c/59855 (Support sparse-style __attribute__((designated_init)) on struc...Tom Tromey2-0/+22
2014-07-24IPA C++ refactoring 1/NMartin Liska1-4/+4
2014-07-20re PR c/61852 (Incorrect column number for -Wimplicit-function-declaration)Marek Polacek2-6/+12
2014-07-14re PR middle-end/61294 (erroneous memset used with constant zero length param...Jakub Jelinek2-3/+63
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek4-0/+24
2014-07-02c-decl.c (duplicate_decls): CLear DECL_STRUCT_FUNCTION before releasing symbol.Jan Hubicka2-1/+14
2014-07-01invoke.texi: Document -Wint-conversion.Marek Polacek2-2/+9
2014-07-01re PR c/58286 (Need option to make incompatible pointer type warnings into co...Marek Polacek2-1/+8
2014-06-30convert.c (convert_to_integer): Don't instrument conversions if the function ...Marek Polacek2-1/+10
2014-06-30re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin3-2/+21
2014-06-27c-parser.c (c_parser_declaration_or_fndef): Discard all type qualifiers in __...Sebastian Huber2-15/+13
2014-06-25re PR c/61162 (possibly bad error location with -Wc++-compat)Marek Polacek3-2/+10
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek2-0/+8
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders2-8/+9
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek2-2/+17
2014-06-23c-typeck.c (parser_build_binary_op): Don't call warn_logical_not_parentheses ...Marek Polacek2-1/+7
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka3-3/+8
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-1/+1
2014-06-09re PR c/36446 (unexplained warning in struct initialization)Marek Polacek2-7/+16
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2-2/+16
2014-06-05re PR c/53119 (-Wmissing-braces wrongly warns about universal zero initialize...S. Gilles2-14/+31
2014-06-05re PR c/56724 (sub-optimal location in error)Marek Polacek2-8/+15
2014-06-05re PR c/49706 (No warning for (!x > 1) which is always false)Marek Polacek2-0/+10
2014-06-05re PR c/48062 (`shadowed declaration is here' should be a note)Marek Polacek2-9/+19
2014-06-04re PR c/58942 (cilkplus internal compiler error: tree check __sec_reduce_max_...Igor Zamyatin2-1/+9
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek4-4/+31
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod3-0/+7
2014-05-27re PR c/56724 (sub-optimal location in error)Marek Polacek2-66/+89
2014-05-26re PR c/61191 (cilkplus ICE on syntax error)Igor Zamyatin2-0/+8
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka2-1/+19
2014-05-23Remove duplicated variable initialization.Thomas Schwinge2-1/+4
2014-05-23Fix some bool vs. tree confusion.Thomas Schwinge2-5/+13
2014-05-22Fix copy'n'pasto.Thomas Schwinge2-2/+7
2014-05-21tree.def (VOID_CST): New.Richard Sandiford2-1/+6
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders4-17/+31
2014-05-13re PR c/61162 (possibly bad error location with -Wc++-compat)Marek Polacek2-1/+7
2014-05-10c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin...Marek Polacek4-19/+34
2014-05-09re PR c/61096 (error_init lacks a location)Marek Polacek4-70/+112
2014-05-09re PR c/50459 (alignof doesn't work on plain old constant, works with express...Marek Polacek2-3/+14
2014-05-08re PR c/61053 (_Alignas(long long) reduces alignment of long long)Marek Polacek2-1/+7
2014-05-08re PR c/61077 (_Atomic in the return type or argument types of main not diagn...Marek Polacek2-0/+9
2014-05-06Update ChangeLogs for wide-int work.Kenneth Zadeck1-0/+11
2014-05-06Merge in wide-int.Kenneth Zadeck3-26/+27
2014-05-02re PR c/25801 (bad diagnostic for increment/decrement of pointer to incomplet...Marek Polacek2-12/+19
2014-05-02c-typeck.c (c_finish_return): Separate warning_at calls.Marek Polacek2-4/+12
2014-05-02c-tree.h (error_init): Remove declaration.Marek Polacek3-68/+75
2014-05-01revert: c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid...Jeff Law2-20/+24
2014-05-02re PR c/60784 (Spurious -Wmissing-field-initializers warning for anonymous st...Marek Polacek2-0/+9
2014-05-01re PR c/60915 (confusing diagnostic from attribute on function definition)Marek Polacek2-1/+19