aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-09-03re PR c/62024 (__atomic_always_lock_free is not a constant expression)Marek Polacek1-0/+6
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-0/+13
2014-08-27c-aux-info.c (gen_type): Resize 'buff' from 10 to 23 bytes...Chen Gang1-0/+5
2014-08-22re PR c++/62199 (ICE with -Wlogical-not-parentheses)Marek Polacek1-0/+6
2014-08-22re PR other/62008 (CilkPlus Array Notation ICE in build_array_notation_ref wh...Igor Zamyatin1-0/+6
2014-08-19re PR c++/62153 (warn for bool expression compared with integer different fro...Marek Polacek1-0/+6
2014-08-19re PR c/45584 (typeof with casting from const to non-const does not work prop...Patrick Palka1-0/+6
2014-08-19invoke.texi: Document -Wc99-c11-compat.Marek Polacek1-0/+26
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-0/+12
2014-08-12c-parser.c (c_parser_postfix_expression): Add pedwarn.Marek Polacek1-0/+8
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-0/+26
2014-08-07remove pointer-set.[ch]Trevor Saunders1-0/+4
2014-08-07fold-const.c (fold_binary_loc): Add folding of (PTR0 - (PTR1 p+ A) -> (PTR0 -...Marek Polacek1-0/+4
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-0/+4
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-0/+4
2014-08-01re PR c++/61455 (Internal compiler error, and other confused errors, when usi...Igor Zamyatin1-0/+6
2014-07-31re PR c++/60517 (warning/error for taking address of member of a temporary ob...Marc Glisse1-0/+6
2014-07-30re PR c/59855 (Support sparse-style __attribute__((designated_init)) on struc...Tom Tromey1-0/+9
2014-07-20re PR c/61852 (Incorrect column number for -Wimplicit-function-declaration)Marek Polacek1-0/+6
2014-07-14re PR middle-end/61294 (erroneous memset used with constant zero length param...Jakub Jelinek1-0/+9
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek1-0/+8
2014-07-02c-decl.c (duplicate_decls): CLear DECL_STRUCT_FUNCTION before releasing symbol.Jan Hubicka1-0/+6
2014-07-01invoke.texi: Document -Wint-conversion.Marek Polacek1-0/+5
2014-07-01re PR c/58286 (Need option to make incompatible pointer type warnings into co...Marek Polacek1-0/+6
2014-06-30convert.c (convert_to_integer): Don't instrument conversions if the function ...Marek Polacek1-0/+5
2014-06-30re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin1-0/+9
2014-06-27c-parser.c (c_parser_declaration_or_fndef): Discard all type qualifiers in __...Sebastian Huber1-0/+7
2014-06-25re PR c/61162 (possibly bad error location with -Wc++-compat)Marek Polacek1-0/+6
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek1-0/+5
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-0/+4
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek1-0/+6
2014-06-23c-typeck.c (parser_build_binary_op): Don't call warn_logical_not_parentheses ...Marek Polacek1-0/+5
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-0/+5
2014-06-09re PR c/36446 (unexplained warning in struct initialization)Marek Polacek1-0/+7
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-0/+5
2014-06-05re PR c/53119 (-Wmissing-braces wrongly warns about universal zero initialize...S. Gilles1-0/+7
2014-06-05re PR c/56724 (sub-optimal location in error)Marek Polacek1-0/+5
2014-06-05re PR c/49706 (No warning for (!x > 1) which is always false)Marek Polacek1-0/+6
2014-06-05re PR c/48062 (`shadowed declaration is here' should be a note)Marek Polacek1-0/+6
2014-06-04re PR c/58942 (cilkplus internal compiler error: tree check __sec_reduce_max_...Igor Zamyatin1-0/+6
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek1-0/+9
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+5
2014-05-27re PR c/56724 (sub-optimal location in error)Marek Polacek1-0/+9
2014-05-26re PR c/61191 (cilkplus ICE on syntax error)Igor Zamyatin1-0/+6
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-0/+5
2014-05-23Remove duplicated variable initialization.Thomas Schwinge1-0/+3
2014-05-23Fix some bool vs. tree confusion.Thomas Schwinge1-0/+4
2014-05-22Fix copy'n'pasto.Thomas Schwinge1-0/+5
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+5
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-0/+17