[Bug fortran/29410] [Optimization] bug with TRANSFER() and -O2

2006-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-30 16:15 --- Subject: Bug 29410 Author: pinskia Date: Mon Oct 30 16:15:09 2006 New Revision: 118186 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118186 Log: 2006-10-30 Andrew Pinski <[EMAIL PROTECTED]> PR fo

[Bug fortran/29410] [Optimization] bug with TRANSFER() and -O2

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-29 22:36 --- Here is the fix which I am testing right now: Index: trans-intrinsic.c === --- trans-intrinsic.c (revision 118159) +++ trans-intrinsic.c (working co

[Bug fortran/29410] [Optimization] bug with TRANSFER() and -O2

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-29 22:15 --- The problem is that gfc_conv_intrinsic_transfer does *(int*)&float_var which causes a violation of aliasing rules. -- pinskia at gcc dot gnu dot org changed: What|Removed |Adde

[Bug fortran/29410] [Optimization] bug with TRANSFER() and -O2

2006-10-18 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/29410] [Optimization] bug with TRANSFER() and -O2

2006-10-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-10-18 20:50 --- Confirmed, and Andrew will soon have a patch for this. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added -