[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2006-05-05 Thread sje at cup dot hp dot com
--- Comment #13 from sje at cup dot hp dot com 2006-05-05 22:21 --- Dave, it looks like this defect has been fixed. Is there any reason not to close the defect? -- sje at cup dot hp dot com changed: What|Removed |Added

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2006-05-05 Thread danglin at gcc dot gnu dot org
--- Comment #14 from danglin at gcc dot gnu dot org 2006-05-05 22:50 --- Fixed by patch 3.4 and leter. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-29 Thread danglin at gcc dot gnu dot org
--- Comment #9 from danglin at gcc dot gnu dot org 2005-12-30 05:44 --- Subject: Bug 25586 Author: danglin Date: Fri Dec 30 05:44:16 2005 New Revision: 109166 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109166 Log: PR fortran/25586 * pa.md: Remove REG_POINTER

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-29 Thread danglin at gcc dot gnu dot org
--- Comment #10 from danglin at gcc dot gnu dot org 2005-12-30 05:47 --- Subject: Bug 25586 Author: danglin Date: Fri Dec 30 05:47:53 2005 New Revision: 109167 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109167 Log: PR fortran/25586 * pa.md: Remove REG_POINTER

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-29 Thread danglin at gcc dot gnu dot org
--- Comment #11 from danglin at gcc dot gnu dot org 2005-12-30 05:50 --- Subject: Bug 25586 Author: danglin Date: Fri Dec 30 05:50:44 2005 New Revision: 109168 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109168 Log: PR fortran/25586 * pa.md: Remove REG_POINTER

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-29 Thread danglin at gcc dot gnu dot org
--- Comment #12 from danglin at gcc dot gnu dot org 2005-12-30 05:54 --- Subject: Bug 25586 Author: danglin Date: Fri Dec 30 05:54:17 2005 New Revision: 109169 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109169 Log: PR fortran/25586 * pa.md: Remove REG_POINTER

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-28 00:37 --- (In reply to comment #6) It I'm reading this correctly, we appear to have the sum of two real4* pointers in the MEM. You are reading this correctly. PRE is only run at -O2 but I don't think this is a PRE bug.

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-28 04:18 --- Subject: Re: FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above (In reply to comment #6) It I'm reading this correctly, we appear to have the sum of two real4* pointers in the MEM. You are