aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2014-08-22re PR other/62008 (CilkPlus Array Notation ICE in build_array_notation_ref wh...Igor Zamyatin2-0/+13
2014-08-19re PR c++/62153 (warn for bool expression compared with integer different fro...Marek Polacek2-0/+16
2014-08-19re PR c/45584 (typeof with casting from const to non-const does not work prop...Patrick Palka2-0/+9
2014-08-19invoke.texi: Document -Wc99-c11-compat.Marek Polacek6-77/+132
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek4-29/+56
2014-08-12c-parser.c (c_parser_postfix_expression): Add pedwarn.Marek Polacek2-0/+24
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek6-104/+117
2014-08-07remove pointer-set.[ch]Trevor Saunders2-1/+4
2014-08-07fold-const.c (fold_binary_loc): Add folding of (PTR0 - (PTR1 p+ A) -> (PTR0 -...Marek Polacek2-46/+4
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders2-5/+8
2014-08-02add a hash_set based on hash_tableTrevor Saunders2-14/+14
2014-08-01re PR c++/61455 (Internal compiler error, and other confused errors, when usi...Igor Zamyatin2-0/+25
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