re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subreg, at...
[gcc.git] / gcc / c /
2014-09-24 Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-04 Aldy HernandezRevert incorrect merging of debug-early branch.
2014-09-04 Aldy Hernandez+ * c/c-decl.c (write_global_declarations_1): Call...
2014-09-03 Marek Polacekre PR c/62024 (__atomic_always_lock_free is not a const...
2014-09-02 Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-27 Chen Gangc-aux-info.c (gen_type): Resize 'buff' from 10 to 23...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-22 Marek Polacekre PR c++/62199 (ICE with -Wlogical-not-parentheses)
2014-08-22 Igor Zamyatinre PR other/62008 (CilkPlus Array Notation ICE in build...
2014-08-19 Marek Polacekre PR c++/62153 (warn for bool expression compared...
2014-08-19 Patrick Palkare PR c/45584 (typeof with casting from const to non...
2014-08-19 Marek Polacekinvoke.texi: Document -Wc99-c11-compat.
2014-08-19 Marek Polacekc-opts.c (sanitize_cpp_opts): Make warn_long_long be...
2014-08-12 Marek Polacekc-parser.c (c_parser_postfix_expression): Add pedwarn.
2014-08-10 Marek Polacekre PR c/51849 (-Wc99-compat would be considered useful)
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-07 Marek Polacekfold-const.c (fold_binary_loc): Add folding of (PTR0...
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-08-01 Igor Zamyatinre PR c++/61455 (Internal compiler error, and other...
2014-07-31 Marc Glissere PR c++/60517 (warning/error for taking address of...
2014-07-30 Tom Tromeyre PR c/59855 (Support sparse-style __attribute__(...
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-20 Marek Polacekre PR c/61852 (Incorrect column number for -Wimplicit...
2014-07-14 Jakub Jelinekre PR middle-end/61294 (erroneous memset used with...
2014-07-06 Marek Polacekre PR c/6940 (taking sizeof array parameter should...
2014-07-02 Jan Hubickac-decl.c (duplicate_decls): CLear DECL_STRUCT_FUNCTION...
2014-07-01 Marek Polacekinvoke.texi: Document -Wint-conversion.
2014-07-01 Marek Polacekre PR c/58286 (Need option to make incompatible pointer...
2014-06-30 Marek Polacekconvert.c (convert_to_integer): Don't instrument conver...
2014-06-30 Igor Zamyatinre PR middle-end/57541 ([Cilkplus]: internal compiler...
2014-06-27 Sebastian Huberc-parser.c (c_parser_declaration_or_fndef): Discard...
2014-06-25 Marek Polacekre PR c/61162 (possibly bad error location with -Wc...
2014-06-25 Jakub Jelineklanghooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-24 Jakub Jelinekgimplify.c (gimplify_omp_for): For #pragma omp for...
2014-06-23 Marek Polacekc-typeck.c (parser_build_binary_op): Don't call warn_lo...
2014-06-15 Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-06-12 Jan Hubickasymtab.c (section_hash): New hash.
2014-06-09 Marek Polacekre PR c/36446 (unexplained warning in struct initializa...
2014-06-09 Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-06-05 S. Gillesre PR c/53119 (-Wmissing-braces wrongly warns about...
2014-06-05 Marek Polacekre PR c/56724 (sub-optimal location in error)
2014-06-05 Marek Polacekre PR c/49706 (No warning for (!x > 1) which is always...
2014-06-05 Marek Polacekre PR c/48062 (`shadowed declaration is here' should...
2014-06-04 Igor Zamyatinre PR c/58942 (cilkplus internal compiler error: tree...
2014-06-03 Marek Polacekre PR c/60439 (No warning for case overflow in switch...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-27 Marek Polacekre PR c/56724 (sub-optimal location in error)
2014-05-26 Igor Zamyatinre PR c/61191 (cilkplus ICE on syntax error)
2014-05-24 Jan Hubickatree-core.h (tree_decl_with_vis): Replace comdat_group...
2014-05-23 Thomas SchwingeRemove duplicated variable initialization.
2014-05-23 Thomas SchwingeFix some bool vs. tree confusion.
2014-05-22 Thomas SchwingeFix copy'n'pasto.
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-13 Marek Polacekre PR c/61162 (possibly bad error location with -Wc...
2014-05-10 Marek Polacekc-parser.c (c_parser_declaration_or_fndef): Pass init_l...
2014-05-09 Marek Polacekre PR c/61096 (error_init lacks a location)
2014-05-09 Marek Polacekre PR c/50459 (alignof doesn't work on plain old consta...
2014-05-08 Marek Polacekre PR c/61053 (_Alignas(long long) reduces alignment...
2014-05-08 Marek Polacekre PR c/61077 (_Atomic in the return type or argument...
2014-05-06 Kenneth ZadeckUpdate ChangeLogs for wide-int work.
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-02 Marek Polacekre PR c/25801 (bad diagnostic for increment/decrement...
2014-05-02 Marek Polacekc-typeck.c (c_finish_return): Separate warning_at calls.
2014-05-02 Marek Polacekc-tree.h (error_init): Remove declaration.
2014-05-02 Jeff Lawrevert: c-parser.c (c_parser_sizeof_expression): Reorga...
2014-05-02 Marek Polacekre PR c/60784 (Spurious -Wmissing-field-initializers...
2014-05-01 Marek Polacekre PR c/60915 (confusing diagnostic from attribute...
2014-05-01 Marek Polacekre PR c/60257 (Incorrect column number and confusing...
2014-05-01 Marek Polacekre PR c/43395 (Gcc warns label as local variable)
2014-05-01 Marek Polacekre PR c/29467 (-ansi -pedantic accepts _Bool without...
2014-05-01 Marek Polacekre PR c/43245 (add option to control "discarding qualif...
2014-05-01 Marek Polacekre PR c/56989 (wrong location in error message)
2014-04-30 Marek Polacekgcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_D...
2014-04-30 Marek Polacekre PR c/60139 (Imprecise column number for -pedantic...
2014-04-30 Marek Polacekre PR c/60351 (Incorrect column number for warning...
2014-04-25 Marek Polacekre PR c/18079 (Contradicting function attributes (alway...
2014-04-25 Marek Polacekre PR c/60114 (Incorrect column number for -pedantic...
2014-04-24 Prathamesh Kulkarnic-parser.c (c_parser_sizeof_expression): Reorganize...
2014-04-24 Jakub Jelinekc-parser.c (c_parser_omp_atomic): Allow seq_cst before...
2014-04-22 Jakub Jelinekre PR c/59073 (ICE with missing increment in OpenMP...
2014-04-12 Igor Zamyatinre PR middle-end/60469 (simple cilk plus program ICEs)
2014-03-28 Jakub Jelinekre PR c++/60689 (Bogus error with atomic::exchange)
2014-03-18 Manuel López-Ibáñezre PR c/55383 (-Wcast-qual reports incorrect message)
2014-03-07 Thomas SchwingeThe error_mark_node is not an OpenMP mappable type.
2014-03-06 Marek Polacekre PR c/60197 (ICE with _Cilk_spawn in expression)
2014-02-19 Prathamesh Kulkarnic-parser.c (c_parser_declspecs): Replace call to error...
2014-02-19 Marek Polacekre PR c/60195 (Strange warnings using atomic types)
2014-02-07 Prathamesh Kulkarnic-parser.c (c_parser_get_builtin_args): Replace calls...
2014-01-31 Marek Polacekre PR c/59963 (Wrong column number for warning -Woverflow)
2014-01-30 Marek Polacekre PR c/59940 (Imprecise column number for -Wconversion)
2014-01-30 Richard Bienerre PR c/59905 (Unfriendly abort when calling a fucntion...
2014-01-24 Balaji V. IyerReplace flag_enable_cilkplus with flag_cilkplus.
2014-01-23 Marek Polacekre PR c/59846 (Imprecise column number for -Wtype-limits)
2014-01-23 Marek Polacekre PR c/58346 (ICE with SIGFPE at -O1 and above on...
2014-01-23 Marek Polacekre PR c/59871 (No unused value warning for comma expres...
2014-01-23 Balaji V. Iyerre PR c/59825 (Many cilkplus test failures)
2014-01-23 Balaji V. IyerAdded support for Cilk Plus SIMD-enabled functions...
next