[patch, libfortran] Fix PR 34980

2008-01-27 Thread Thomas Koenig
dding something that's obviously (to me) correct to a library function than to do this in the front end. Regression-tested on i686-pc-linux-gnu. OK for trunk? Thomas 2008-01-27 Thomas Koenig <[EMAIL PROTECTED]> PR libfortran/34980 * m4/shape.m4: If return array

Fix PR 34305 - ICE on invalid real array bound

2007-12-16 Thread Thomas Koenig
Hello world, this straightforward patch removes an unneeded ICE when we already had emitted a perfectly valid error message. OK for trunk? Thomas 2007-12-16 Thomas Koenig <[EMAIL PROTECTED]> PR fortran/34305 * resolve.c (compare_bound): If either of the ty

[patch, libfortran] Fix PR 31196

2007-03-24 Thread Thomas Koenig
:ADDPATCH fortran: Hello world, this one-liner fixes PR 31196, where reshape of a transposed array led to silent wrong results. Currently regtesting on i686-pc-linux-gnu. OK for 4.3 if this passes? OK for 4.2? Thomas 2007-03-24 Thomas Koenig <[EMAIL PROTECTED]> * int