This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30634] FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2007 14:51:05 -0000
- Subject: [Bug target/30634] FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
- References: <bug-30634-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2007-01-30 14:51 -------
Subject: Re: FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
> ------- Comment #3 from kargl at gcc dot gnu dot org 2007-01-30 02:53 -------
> A scan of libgfortran/ChangeLog and gcc/fortran/ChangeLog does not
> reveal anything that would cause this failure. Can you identify
> the exact commit that causes the problem? Perhaps, something got
> mismerged from trunk.
The problem occurs in reload. At the moment, I suspect the
following change:
2007-01-26 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/29516
* tree-ssa-address.c (tree_mem_ref_addr, add_to_parts,
most_expensive_mult_to_index, addr_to_parts,
create_mem_ref, maybe_fold_tmr): Make the type of
fields of TARGET_MEM_REF sizetype.
(move_fixed_address_to_symbol, move_pointer_to_base,
aff_combination_remove_elt): New functions.
* tree.def (TARGET_MEM_REF): Add comment on types of
the operands.
* gcc.dg/tree-ssa/loop-20.c: New test.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30634