[Bug libfortran/31880] silent data corruption in gfortran read statement

2007-05-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-05-10 04:22 --- Subject: Bug 31880 Author: jvdelisle Date: Thu May 10 03:22:40 2007 New Revision: 124591 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124591 Log: 2007-05-09 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/31880] silent data corruption in gfortran read statement

2007-05-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-05-10 02:14 --- Russel, thanks for finding this and reporting it. I assume you do not have copyright assignment. I committed the patch because it is very small and simple. Thanks much! -- http://gcc.gnu.org/bugzilla/show_

[Bug libfortran/31880] silent data corruption in gfortran read statement

2007-05-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-05-10 02:10 --- Subject: Bug 31880 Author: jvdelisle Date: Thu May 10 01:09:57 2007 New Revision: 124590 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124590 Log: 2007-05-09 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/31880] silent data corruption in gfortran read statement

2007-05-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-05-10 02:01 --- Subject: Bug 31880 Author: jvdelisle Date: Thu May 10 01:01:27 2007 New Revision: 124588 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124588 Log: 2007-05-09 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/31880] silent data corruption in gfortran read statement

2007-05-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-05-10 01:07 --- I am regression testing the patch. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libfortran/31880] silent data corruption in gfortran read statement

2007-05-09 Thread roconnor2 at tampabay dot rr dot com
--- Comment #3 from roconnor2 at tampabay dot rr dot com 2007-05-10 01:02 --- (In reply to comment #2) > (In reply to comment #1) > > Confirmed on i686-linux, for all active branches. > > > > I'm not sure how you can confirm this. The program is invalid. > a,b,c, and e are undefined

[Bug libfortran/31880] silent data corruption in gfortran read statement

2007-05-09 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2007-05-10 00:47 --- (In reply to comment #1) > Confirmed on i686-linux, for all active branches. > I'm not sure how you can confirm this. The program is invalid. a,b,c, and e are undefined in the write statement, so gfortran can do wh

[Bug libfortran/31880] silent data corruption in gfortran read statement

2007-05-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-05-09 19:18 --- Confirmed on i686-linux, for all active branches. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --