This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/32461] [4.3 Regression] Segmentation fault in build_classic_dist_vector_1() at tree-data-ref.c:2700



------- Comment #14 from sebpop at gmail dot com  2007-06-24 10:11 -------
Subject: Re:  [4.3 Regression] Segmentation fault in
build_classic_dist_vector_1() at tree-data-ref.c:2700

On 6/24/07, Sebastian Pop <sebpop@gmail.com> wrote:
> So this just looks like we want to improve operand_equal_p, and not
> touch the folder this time.  Probably we can implement one more flag
> for stripping nop conversions of operands.
>

Actually I think that the test in operand_equal_p is too strong for
our case where the expression under the nops is just an SSA_NAME.

Would a patch like the following one be acceptable?  I've put this
patch to bootstrap and test with --enable-checking=yes,fold,rtl.

Sebastian


------- Comment #15 from sebpop at gmail dot com  2007-06-24 10:11 -------
Created an attachment (id=13774)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13774&action=view)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32461


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]