diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-11 16:58:48 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-11 16:58:48 +0000 |
commit | d58a421465bcc127c16a15061868758baf362bb2 (patch) | |
tree | 760ad390a178c094378f5a63225a13d981a6ef99 /gcc/fortran | |
parent | 6ed93c8688828c20fe15b1353fef5ed825940ea0 (diff) | |
download | gcc-d58a421465bcc127c16a15061868758baf362bb2.tar.gz |
fortran/
PR fortran/15754
* expr.c (gfc_check_assign): Print ranks if incompatible. Issue
warning if assigning NULL().
testsuite/
PR fortran/17574
* gfortran.dg/pr15754.f90: New test.
the changes to expr.c were accidentally committed previously
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84521 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 966221c932a..c3007b7cb81 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -17,6 +17,10 @@ * primary.c (match_boz_constant): Call gfc_notify_std only if we actually have a non-standard boz-literal-constant. + PR fortran/15754 + * expr.c (gfc_check_assign): Print ranks if incompatible. Issue + warning if assigning NULL(). + 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk> * f95-lang.c (set_block): Remove. |