[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread bigotp at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #5 from Peter A. Bigot 2012-06-21 12:24:38 UTC --- Yes, that's where it happens. Your proposal makes sense; I've just been trying to avoid changing existing behavior on "normal" platforms. I'll give the unconditional solution a try

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #4 from rguenther at suse dot de 2012-06-21 12:12:24 UTC --- On Thu, 21 Jun 2012, bigotp at acm dot org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 > > --- Comment #3 from Peter A. Bigot 2012-06-21 > 12:04:34 UTC --

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread bigotp at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #3 from Peter A. Bigot 2012-06-21 12:04:34 UTC --- commit af66de00843896ad5d2980952994b31cadbf8421 Author: Peter A. Bigot Date: Thu Jun 21 06:35:44 2012 -0500 Anticipatory patch for PR middle-end/38756 Do not truncate to

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #2 from Richard Guenther 2012-06-21 12:01:14 UTC --- I can't see where you would place this change from looking at the function.

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread bigotp at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 Peter A. Bigot changed: What|Removed |Added CC||bigotp at acm dot org --- Comment #1 fro