[Bug fortran/35960] run time abort with assignment of RESHAPEd zero sized array

2008-04-25 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2008-04-25 20:12 --- Subject: Bug 35960 Author: tkoenig Date: Fri Apr 25 20:11:19 2008 New Revision: 134677 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134677 Log: 2008-04-25 Thomas Koenig <[EMAIL PROTECTED]> PR li

[Bug fortran/35960] run time abort with assignment of RESHAPEd zero sized array

2008-04-20 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2008-04-20 20:07 --- Fixed on trunk (no need to backport this to 4.3). Closing. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/35960] run time abort with assignment of RESHAPEd zero sized array

2008-04-20 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2008-04-20 19:56 --- Subject: Bug 35960 Author: tkoenig Date: Sun Apr 20 19:56:07 2008 New Revision: 134490 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134490 Log: 2008-04-20 Thomas Koenig <[EMAIL PROTECTED]> PR li

[Bug fortran/35960] run time abort with assignment of RESHAPEd zero sized array

2008-04-19 Thread tkoenig at gcc dot gnu dot org
--- Comment #3 from tkoenig at gcc dot gnu dot org 2008-04-19 14:11 --- Created an attachment (id=15496) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15496&action=view) proposed patch Here's a patch. I'll regression-test and commit tomorrow, probably. -- http://gcc.gnu.org/

[Bug fortran/35960] run time abort with assignment of RESHAPEd zero sized array

2008-04-19 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2008-04-19 11:29 --- We don't check for empty arrays in reshape. Should be fairly straightforward. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35960

[Bug fortran/35960] run time abort with assignment of RESHAPEd zero sized array

2008-04-17 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2008-04-17 21:58 --- Confirmed. I'll take a look at this. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added ---