Paul Thomas
1821bcfc49
re PR fortran/43039 ([lto/-fwhole-file] fortran-dev - ICE in gfc_conv_component_ref dynamic_dispatch_5.f03)
...
2010-03-18 Paul Thomas <pault@gcc.gnu.org>
PR fortran/43039
* trans-expr.c (conv_parent_component_references): Ensure that
'dt' has a backend_decl.
PR fortran/43043
* trans-expr.c (gfc_conv_structure): Ensure that the derived
type has a backend_decl.
PR fortran/43044
* resolve.c (resolve_global_procedure): Check that the 'cl'
structure is not NULL.
From-SVN: r157552
2010-03-18 21:23:35 +00:00
Aldy Hernandez
b1aa065584
tree.h: Declare make_decl_rtl_for_debug.
...
* tree.h: Declare make_decl_rtl_for_debug.
* varasm.c (make_decl_rtl_for_debug): New.
* dwarf2out.c (rtl_for_decl_location): Call it.
* cfgexpand.c (expand_debug_expr): Call it.
From-SVN: r157551
2010-03-18 20:41:40 +00:00
Jakub Jelinek
9a05b74924
re PR target/43399 (bootstrap failure in stage1)
...
PR bootstrap/43399
* var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
mem_mode.
From-SVN: r157550
2010-03-18 21:18:53 +01:00
Jakub Jelinek
f0c12fcc59
re PR bootstrap/43403 (ICE in stage1 compiling __bswapdi2)
...
PR bootstrap/43403
* var-tracking.c (vt_init_cfa_base): Do nothing if
cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed
register.
From-SVN: r157549
2010-03-18 21:17:32 +01:00
Alexandre Oliva
e999b0c986
re PR debug/42873 (deadlock in var tracking in recent builds)
...
PR debug/42873
* var-tracking.c (canonicalize_vars_star): New.
(dataflow_post_merge_adjust): Use it.
From-SVN: r157548
2010-03-18 21:16:48 +01:00
Jakub Jelinek
5644a3d0e3
re PR rtl-optimization/43058 (var-tracking uses up all virtual memory)
...
PR debug/43058
* var-tracking.c (non_suitable_const): New function.
(add_uses): For DEBUG_INSNs with constants, don't record any
value, instead just the constant value itself.
(compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
is not VAR_LOC_UNKNOWN_P, set var to the constant.
(emit_notes_in_bb): Likewise.
(emit_note_insn_var_location): For onepart variables if
cur_loc is a VOIDmode constant, use DECL_MODE.
* gcc.dg/pr43058.c: New test.
From-SVN: r157547
2010-03-18 21:15:05 +01:00
Martin Jambor
8132a837da
re PR middle-end/42450 (another GCC 4.5 ICE on C++ templated code)
...
2010-03-18 Martin Jambor <mjambor@suse.cz>
PR middle-end/42450
* cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
* cgraphunit.c (cgraph_materialize_all_clones): Update calls in
all non-clones. Moved call redirection...
(cgraph_redirect_edge_call_stmt_to_callee): ...to this new
function.
(cgraph_materialize_all_clones): Dispose of all
combined_args_to_skip bitmaps.
(verify_cgraph_node): Do not check for edges pointing to wrong
nodes in inline clones.
* tree-inline.c (copy_bb): Call
cgraph_redirect_edge_call_stmt_to_callee.
* ipa.c (cgraph_remove_unreachable_nodes): Call
cgraph_node_remove_callees even when there are used clones.
* testsuite/g++.dg/torture/pr42450.C: New test.
From-SVN: r157546
2010-03-18 21:07:13 +01:00
H.J. Lu
7893d7acfe
Make GCC_4.5.0 inherit GCC_4.4.0.
...
2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
From-SVN: r157545
2010-03-18 12:42:19 -07:00
H.J. Lu
cdfedab184
Export __extendxftf2 to GCC_4.5.0 for 32bit libgcc.
...
2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
PR target/43383
* config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
for 32bit.
From-SVN: r157544
2010-03-18 11:12:31 -07:00
Michael Matz
c21372c41e
re PR middle-end/43419 (gcc replaces pow(x, 0.5) by sqrt(x), invalid when x is -0)
...
PR middle-end/43419
* builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
into sqrt(x) if we need to preserve signed zeros.
testsuite/
* gcc.dg/pr43419.c: New testcase.
From-SVN: r157543
2010-03-18 16:07:53 +00:00
H.J. Lu
82fa5f8aa7
Remove the REG_EQUAL note if we don't know its invariant status.
...
gcc/
2010-03-18 Steven Bosscher <steven@gcc.gnu.org>
Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/43360
* loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
note if we don't know its invariant status.
gcc/testsuite/
2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
PR rtl-optimization/43360
* gcc.dg/torture/pr43360.c: New.
From-SVN: r157539
2010-03-18 06:10:49 -07:00
Michael Matz
eb45755f64
re PR tree-optimization/43402 (dom1 miscompiles binary search)
...
PR tree-optimization/43402
* tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
PHI chains of ssa names registered for update.
testsuite/
* gcc.dg/pr43402.c: New testcase.
From-SVN: r157538
2010-03-18 12:20:50 +00:00
Paolo Carlini
8269067b2c
re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fails in cp_parser_for_init_statement)
...
2010-03-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/43418
* parser.c (cp_parser_for_init_statement): Use NULL_TREE, not
false, in the cp_parser_expression_statement call.
From-SVN: r157537
2010-03-18 11:46:33 +00:00
Paolo Carlini
974ed2fa6e
re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fails in cp_parser_for_init_statement)
...
2010-03-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/43418
* parser.c (cp_parser_for_init_statement): Use NULL_TREE, not
false, in the cp_parser_expression_statement call.
From-SVN: r157536
2010-03-18 11:46:15 +00:00
Jerry DeLisle
bf71e8f028
transfer.c (read_sf_internal): Remove stray function declaration used during debigging.
...
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* io/transfer.c (read_sf_internal): Remove stray function declaration
used during debigging.
From-SVN: r157531
2010-03-18 03:26:07 +00:00
Peter Bergner
60936b2231
re PR target/42427 (invalid assembly code for 301.apsi for -fnon-call-exceptions)
...
gcc/
PR target/42427
* config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
non-offsettable and pre_modify update addressing.
* config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
and "2" alternatives "#".
(*movdd_softfloat32): Make all alternatives "#";
* config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
(*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
(*movdf_softfloat32): Make all alternatives "#";
(movdi): Use the new DIFD mode iterator to create a common splitter
for movdi, movdf and movdd patterns.
gcc/testsuite/
PR target/42427
* gcc.dg/pr42427.c: New test.
From-SVN: r157530
2010-03-17 22:10:04 -05:00
Shujing Zhao
316fc112ae
common.opt (dumpdir): Remove redundant tab.
...
gcc/
2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
* common.opt (dumpdir): Remove redundant tab.
gcc/fortran
2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
* lang.opt (-ffixed-line-length-, ffree-line-length-): Remove
redundant tab.
From-SVN: r157529
2010-03-18 03:01:09 +00:00
Jerry DeLisle
29e8b716ec
re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)
...
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/43265
*gfortran.dg/read_empty_file.f: New test.
*gfortran.dg/read_eof_all.f90: New test.
*gfortran.dg/namelist_27.f90: Eliminate infinite loop posibility.
*gfortran.dg/namelist_28.f90: Eliminate infinite loop posibility.
From-SVN: r157528
2010-03-18 02:43:10 +00:00
Jerry DeLisle
59011a60c0
re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)
...
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/43265
* io/io.h: Delete prototype for read_sf, making it static.
* io/read.c (read_x): Modify to call hit_eof if PAD="no".
* io/transfer.c (read_sf_internal): New static function extracted from
read_sf for use on internal units only. Handle empty string case.
(read_sf): New factoring of this function, make it static. Add special
conditions for EOF based on ADVANCE="no", PAD="no", and whether any
bytes have been previously read from the record.
(read_block_form): Modify to call read_sf or read_sf_internal.
(next_record_r): Add a done flag similar to next_record_w. Call hit_eof
if internal array unit next record returns finished, meaning an EOF was
found and not done, ie not the last record expected. For external
units call hit_eof if item_count is 1 or there are no pending spaces.
(next_record): Update call to next_record_r.
From-SVN: r157527
2010-03-18 02:38:17 +00:00
Ramana Radhakrishnan
5408fbe892
Update my mail address.
...
From-SVN: r157524
2010-03-18 00:47:13 +00:00
GCC Administrator
fb39d2a051
Daily bump.
...
From-SVN: r157523
2010-03-18 00:16:40 +00:00
Sebastian Pop
3f55a3b391
Remove emails of people no longer with AMD.
...
2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
* MAINTAINERS (dwarak.rajagopal@amd.com ): Removed.
(ghassan.shobaki@amd.com ): Removed.
From-SVN: r157519
2010-03-17 20:26:26 +00:00
Martin Jambor
ec24771ffd
re PR tree-optimization/43347 (Warning about symbols generated by SRA being used uninitialized)
...
2010-03-17 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/43347
* tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
From-SVN: r157515
2010-03-17 13:02:35 +01:00
Michael Matz
4c2084cdb3
* gcc.dg/pr43300.c: Add -w.
...
From-SVN: r157514
2010-03-17 11:17:26 +00:00
Richard Guenther
e638cfd6d7
pr43379.c: Add -w.
...
2010-03-17 Richard Guenther <rguenther@suse.de>
* gcc.dg/pr43379.c: Add -w.
From-SVN: r157513
2010-03-17 10:31:09 +00:00
Tobias Burnus
b3aefde213
re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)
...
2010-03-17 Tobias Burnus <burnus@net-b.de>
PR fortran/43331
* trans-array.c (gfc_conv_array_index_offset,gfc_conv_array_ref,
gfc_conv_ss_startstride): Remove no-longer-needed cp_was_assumed
check.
* decl.c (gfc_match_derived_decl): Don't mark assumed-size Cray
pointees as having explizit size.
* expr.c (gfc_check_assign): Remove now unreachable Cray pointee
check.
* trans-types.c (gfc_is_nodesc_array): Add cp_was_assumed to
* assert.
(gfc_sym_type): Don't mark Cray pointees as restricted pointers.
* resolve.c (resolve_symbol): Handle cp_was_assumed.
* trans-decl.c (gfc_trans_deferred_vars): Ditto.
(gfc_finish_var_decl): Don't mark Cray pointees as restricted
pointers.
2010-03-17 Tobias Burnus <burnus@net-b.de>
PR fortran/43331
* gfortran.dg/cray_pointers_1.f90: Update dg-error message.
From-SVN: r157512
2010-03-17 10:53:40 +01:00
Bernd Schmidt
e33c42db5d
re PR rtl-optimization/42216 (changes in scheduling regress 464.h264ref 20%)
...
PR rtl-optimization/42216
* regrename.c (create_new_chain): New function, broken out from...
(scan_rtx_reg): ... here. Call it. Handle the case where we are
appending a use to an empty chain.
(build_def_use): Remove previous changes that convert OP_INOUT to
OP_OUT operands; instead detect the case where an OP_INOUT operand
uses a previously untracked register and create an empty chain for
it.
From-SVN: r157511
2010-03-17 09:25:35 +00:00
Ralf Wildenhues
4c4177dc90
Rewrite unfinished sentence in documentation.
...
gcc/:
* doc/extend.texi (Function Attributes): Rewrite unfinished
sentence in ms_abi documentation.
From-SVN: r157508
2010-03-17 06:18:19 +00:00
Alan Modra
60ac95117e
linux64.opt (mprofile-kernel): Use profile_kernel var.
...
* config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
* config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
(SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
* config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
From-SVN: r157507
2010-03-17 15:14:37 +10:30
Jonathan Wakely
2b72aa266a
debug_mode.xml: Correct debug headers.
...
2010-03-17 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/debug_mode.xml: Correct debug headers.
From-SVN: r157506
2010-03-17 00:36:05 +00:00
Uros Bizjak
df3fe9b01e
block-3.c: Add dg-timeout-factor.
...
* gcc.dg/graphite/block-3.c: Add dg-timeout-factor.
From-SVN: r157505
2010-03-17 01:30:23 +01:00
Jonathan Wakely
fbcedacca6
re PR libstdc++/43397 (std::function can't forward rvalue reference for pointer to member function)
...
2010-03-17 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/43397
* include/std/functional (_Mem_fn): Use perfect forwarding.
* testsuite/20_util/function/43397.cc: New.
From-SVN: r157504
2010-03-17 00:22:56 +00:00
GCC Administrator
4b193f9456
Daily bump.
...
From-SVN: r157503
2010-03-17 00:16:36 +00:00
Alan Modra
3f08f7e841
Update email address.
...
From-SVN: r157500
2010-03-17 10:32:21 +10:30
Richard Henderson
e19d1f0683
re PR middle-end/43365 (Destructor not called when returning in exception handler)
...
PR middle-end/43365
* tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
(lower_try_finally): Save and restore eh_seq around the expansion
of the try-finally.
From-SVN: r157499
2010-03-16 16:02:35 -07:00
Paolo Carlini
7ebb824234
re PR libstdc++/43394 (Spurious warnings while building parallel_list.cc on x86_64 -m32)
...
2010-03-16 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/43394
* include/parallel/compatibility.h: Add __k8 and __core2 among the
i386 targets supporting atomic operations.
From-SVN: r157498
2010-03-16 23:01:28 +00:00
Paolo Carlini
5ecfce5c58
hash_map: Use consistently the _BACKWARD_* prefix for the include guard.
...
2010-03-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/backward/hash_map: Use consistently the _BACKWARD_*
prefix for the include guard.
* include/backward/hash_fun.h: Likewise.
* include/backward/hashtable.h: Likewise.
* include/backward/auto_ptr.h: Likewise.
* include/backward/strstream: Likewise.
* include/backward/binders.h: Likewise.
* include/backward/hash_set: Likewise.
From-SVN: r157497
2010-03-16 22:34:53 +00:00
Aldy Hernandez
c36fed0ca4
graphite-sese-to-poly.c (split_reduction_stmt): Skip debug statements before splitting block.
...
* graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
statements before splitting block.
From-SVN: r157494
2010-03-16 20:04:04 +00:00
Rainer Orth
17a7cb4e54
sourcebuild.texi (Testsuites): Fix markup.
...
2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* doc/sourcebuild.texi (Testsuites): Fix markup.
Use pathnames relative to gcc/testsuite.
(Test Directives): Move description of how timeout is determined.
(Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
(C Tests): Correct gcc.misc-tests directory.
Framework tests now live in gcc.test-framework.
From-SVN: r157491
2010-03-16 17:17:33 +00:00
Diego Novillo
f3a9d094ef
MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris Matthews.
...
* MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
Matthews.
From-SVN: r157490
2010-03-16 12:57:44 -04:00
Paolo Carlini
fc05e1ba76
random.h (operator==(const uniform_int_distribution<>&, const uniform_int_distribution<>&), [...]): Add, likewise for operator!=.
...
2010-03-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/random.h (operator==(const uniform_int_distribution<>&,
const uniform_int_distribution<>&), operator==(const
uniform_real_distribution<>&, const uniform_real_distribution<>&),
operator==(const lognormal_distribution<>&,
const lognormal_distribution<>&), operator==(const
chi_squared_distribution<>&, const chi_squared_distribution<>&),
operator==(const cauchy_distribution<>&, const cauchy_distribution<>&),
operator==(const fisher_distribution<>&, const fisher_distribution<>&),
operator==(const student_t_distribution<>&,
const student_t_distribution<>&), operator==(const
bernoulli_distribution<>&, const bernoulli_distribution<>&),
operator==(const binomial_distribution<>&, const
binomial_distribution<>&), operator==(const geometric_distribution<>&,
const geometric_distribution<>&), operator==(const
negative_binomial_distribution<>&, const
negative_binomial_distribution<>&), operator==(const
poisson_distribution<>&, const poisson_distribution<>&),
operator==(const exponential_distribution<>&,
const exponential_distribution<>&), operator==(const
gamma_distribution<>&, const gamma_distribution<>&), operator==(const
weibull_distribution<>&, const weibull_distribution<>&),
operator==(const extreme_value_distribution<>&,
const extreme_value_distribution<>&), operator==(const
discrete_distribution<>&, const discrete_distribution<>&),
operator==(const piecewise_constant_distribution<>&,
const piecewise_constant_distribution<>&), operator==(const
piecewise_linear_distribution<>&, const
piecewise_linear_distribution<>&)): Add, likewise for operator!=.
(operator!=(const independent_bits_engine<>&, const
independent_bits_engine<>&), operator!=(const
subtract_with_carry_engine<>&, const subtract_with_carry_engine<>&),
operator!=(const discard_block_engine<>&, const
discard_block_engine<>&), operator!=(const mersenne_twister_engine<>&,
const mersenne_twister_engine<>&), operator!=(const
linear_congruential_engine<>&, const linear_congruential_engine<>&),
operator!=(const shuffle_order_engine<>&, const
shuffle_order_engine<>&): Add.
* include/bits/random.tcc (operator==(const normal_distribution<>&,
const normal_distribution<>&)): Add.
* testsuite/26_numerics/random/uniform_real_distribution/operators/
inequal.cc: New.
* testsuite/26_numerics/random/uniform_real_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/piecewise_constant_distribution/
operators/inequal.cc: Likewise.
* testsuite/26_numerics/random/piecewise_constant_distribution/
operators/equal.cc: Likewise.
* testsuite/26_numerics/random/chi_squared_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/chi_squared_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/normal_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/normal_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/uniform_int_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/uniform_int_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/poisson_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/poisson_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/bernoulli_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/bernoulli_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/discrete_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/discrete_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/weibull_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/weibull_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/independent_bits_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/discard_block_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/cauchy_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/cauchy_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/negative_binomial_distribution/
operators/inequal.cc: Likewise.
* testsuite/26_numerics/random/negative_binomial_distribution/
operators/equal.cc: Likewise.
* testsuite/26_numerics/random/gamma_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/gamma_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/fisher_f_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/fisher_f_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/exponential_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/exponential_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/binomial_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/binomial_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/lognormal_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/lognormal_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/extreme_value_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/extreme_value_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/piecewise_linear_distribution/
operators/inequal.cc: Likewise.
* testsuite/26_numerics/random/piecewise_linear_distribution/
operators/equal.cc: Likewise.
* testsuite/26_numerics/random/student_t_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/student_t_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/geometric_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/geometric_distribution/operators/
equal.cc: Likewise.
From-SVN: r157489
2010-03-16 16:14:00 +00:00
Joseph Myers
db5c4b8b91
MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel Gutson, Jeffrey D.
...
* MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
Gutson, Jeffrey D. Oldham and Mark Shinwell.
From-SVN: r157488
2010-03-16 15:43:25 +00:00
Rainer Orth
adde4096d0
* ada/acats/run_all.sh: Log start and end times.
...
From-SVN: r157485
2010-03-16 14:46:43 +00:00
Rainer Orth
ebf15f359f
* gnat.dg/socket1.adb: Disable on *-*-solaris2*.
...
From-SVN: r157484
2010-03-16 14:43:43 +00:00
Dmitry Gorbachev
a8a5ac4834
Delete temporary output files.
...
2010-03-16 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
PR lto/43336
* lto-plugin.c (cleanup_handler): Delete temporary output files.
From-SVN: r157483
2010-03-16 07:06:40 -07:00
Joseph Myers
b995570a87
* MAINTAINERS: Update my email address.
...
From-SVN: r157482
2010-03-16 14:00:48 +00:00
Daniel Jacobowitz
124cc66fe0
* MAINTAINERS: Update my email address.
...
From-SVN: r157481
2010-03-16 13:45:56 +00:00
H.J. Lu
28fd1fc112
Add missing ChangeLog entries.
...
From-SVN: r157479
2010-03-16 05:58:10 -07:00
Richard Guenther
7686fb74ef
re PR tree-optimization/43379 (ICE: error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set with -O2 -ftracer)
...
2010-03-16 Richard Guenther <rguenther@suse.de>
PR middle-end/43379
* tree-cfg.c (gimple_merge_blocks): When propagating virtual
PHI operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI
properly.
* gcc.dg/pr43379.c: New testcase.
From-SVN: r157478
2010-03-16 12:31:38 +00:00
Aldy Hernandez
7a1817642b
re PR tree-optimization/42917 ("-fcompare-debug failure" with -ftree-loop-linear)
...
PR tree-optimization/42917
* lambda-code.c (remove_iv): Skip debug statements.
(lambda_loopnest_to_gcc_loopnest): Likewise.
(not_interesting_stmt): Debug statements are not interesting.
Co-Authored-By: Alexandre Oliva <aoliva@redhat.com>
From-SVN: r157477
2010-03-16 11:33:45 +00:00