2008-04-24 Nathan Froyd <froydnj@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
- * config/rs6000/rs6000.opt (mspe): Remove Var property.
+ * config/rs6000/rs6000.opt (mspe): Remove Var property.
(misel): Likewise.
- * config/rs6000/rs6000.h (rs6000_spe): Declare.
+ * config/rs6000/rs6000.h (rs6000_spe): Declare.
(rs6000_isel): Likewise.
- * config/rs6000/rs6000.c (rs6000_spe): New variable.
+ * config/rs6000/rs6000.c (rs6000_spe): New variable.
(rs6000_isel): New variable.
- (rs6000_handle_option): Handle OPT_mspe and OPT_misel.
+ (rs6000_handle_option): Handle OPT_mspe and OPT_misel.
2008-04-24 Jakub Jelinek <jakub@redhat.com>
the original op1, rather than delta by step.
2008-04-22 Antoniu Pop <antoniu.pop@gmail.com>
- Sebastian Pop <sebastian.pop@amd.com>
+ Sebastian Pop <sebastian.pop@amd.com>
* tree-parloops.c (take_address_of, eliminate_local_variables_1,
eliminate_local_variables_stmt, eliminate_local_variables,
* tree-cfg.c (gather_blocks_in_sese_region): Extern.
2008-04-24 Ira Rosen <irar@il.ibm.com>
- Richard Guenther <rguenther@suse.de>
+ Richard Guenther <rguenther@suse.de>
PR tree-optimization/36034
* tree-vect-analyze.c (vect_analyze_group_access): SLP is
* tree-ssa-propagate.c (fold_predicate_in): Update call to
vrp_evaluate_conditional.
* tree-vrp.c (vrp_evaluate_conditional_warnv): Remove.
- (vrp_evaluate_conditional): Split the cond argument.
- (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
- (simplify_stmt_for_jump_threading): Update call to
+ (vrp_evaluate_conditional): Split the cond argument.
+ (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
+ (simplify_stmt_for_jump_threading): Update call to
vrp_evaluate_conditional.
2008-04-24 Ira Rosen <irar@il.ibm.com>
2008-04-24 Danny Smith <dannysmith@users.net>
- * c-format.c (check_format_info_main): Use strncmp rather than a magic prefix
- to handle multichar length specs.
+ * c-format.c (check_format_info_main): Use strncmp rather than a
+ magic prefix to handle multichar length specs.
* config/i386/msformat-c.c (format_length_info ms_printf_length_specs):
Don't prefix "I64" and "I32" with '\0'.
* gcc.dg/ia64-sync-1.c: Add typedef of size_t, for prototype.
* gcc.dg/ia64-sync-2.c: Likewise.
* gcc.dg/ia64-sync-3.c: Likewise
- * gcc.dg/large-size-array.c: Add check for _WIN64 define.
+ * gcc.dg/large-size-array.c: Add check for _WIN64 define.
* gcc.dg/large-size-array-3.c: Likewise.
- * gcc.dg/large-size-array-2.c: Add x86_64-*-mingw* for ignore error
+ * gcc.dg/large-size-array-2.c: Add x86_64-*-mingw* for ignore error
check.
* gcc.dg/large-size-array-4.c: Likewise.
* gcc.dg/max-1.c: Replace use of long by ssize_t.
* gcc.dg/lower-subreg-1.c: Skip IA64 platform.
-2008-04-24 Steve Ellcey <sje@cup.hp.com>
+2008-04-24 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/vect/slp-15.c: Fix scan when vect_int_mult is false.
* gcc.c-torture/execute/20080424-1.c: New test.
2008-04-24 Ira Rosen <irar@il.ibm.com>
- Richard Guenther <rguenther@suse.de>
+ Richard Guenther <rguenther@suse.de>
PR tree-optimization/36034
* gcc.c-torture/execute/pr36034-1.c: New testcase.