extend.texi (vector_size): Add missing comma after @xref.
[gcc.git] / gcc / ChangeLog
index 2aeafe1d30c3a275ed7ab45581089da96fdbcd56..7cd02c850d3e2739e7fe7e3f4bfe86bfaee1a6e2 100644 (file)
@@ -1,3 +1,52 @@
+2019-04-25  Uroš Bizjak  <ubizjak@gmail.com>
+
+       * doc/extend.texi (vector_size): Add missing comma after @xref.
+
+2019-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * BASE-VER: Set to 10.0.0.
+
+2019-04-25  Richard Biener  <rguenther@suse.de>
+
+       PR middle-end/89765
+       * gimplify.c (gimplify_expr): Avoid turning a lvalue
+       VIEW_CONVERT_EXPR into one operating on an rvalue.
+
+2019-04-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/89929
+       * config/i386/i386.c (feature_priority): Moved to file scope.
+       (processor_features): Likewise.
+       (processor_model): Likewise.
+       (_arch_names_table): Likewise.
+       (arch_names_table): Likewise.
+       (_feature_list): Removed.
+       (feature_list): Likewise.
+       (_isa_names_table): Moved to file scope.  Add priority.
+       (isa_names_table): Likewise.
+       (get_builtin_code_for_version): Replace feature_list with
+       isa_names_table.  Update error message for P_ZERO priority.
+
+2019-04-25  Richard Biener  <rguenther@suse.de>
+
+       * tree-pass.h (make_pass_phi_only_cprop): Remove.
+       * timevar.def (TV_TREE_PHI_CPROP): Likewise.
+
+2019-04-24  Jeff Law  <law@redhat.com>
+
+       PR tree-optimization/90037
+       * Makefile.in (OBJS): Remove tree-ssa-phionlycprop.c
+       * passes.def: Replace all instance of phi-only cprop with the
+       lattice propagator.  Move propagation pass from after erroneous
+       path isolation to before erroneous path isolation.
+       * tree-ssa-phionlycprop.c: Remove.
+
+2019-04-24  Richard Biener  <rguenther@suse.de>
+
+       PR middle-end/90213
+       * gimple-fold.c (fold_const_aggregate_ref_1): Do multiplication
+       by size and BITS_PER_UNIT on poly-wide-ints.
+
 2019-04-25  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/90194