mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 15:51:03 +08:00
re PR fortran/71860 ([OOP] ICE on pointing to null(mold), verify_gimple failed)
2019-02-06 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/71860 * gfortran.dg/null_10.f90: New test. From-SVN: r268590
This commit is contained in:
parent
aa9dc19314
commit
16e2bcd5b9
@ -1,3 +1,8 @@
|
||||
2019-02-06 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/71860
|
||||
* gfortran.dg/null_10.f90: New test.
|
||||
|
||||
2019-02-06 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR c++/71302
|
||||
|
7
gcc/testsuite/gfortran.dg/null_10.f90
Normal file
7
gcc/testsuite/gfortran.dg/null_10.f90
Normal file
@ -0,0 +1,7 @@
|
||||
! { dg-do compile }
|
||||
! PR 71860 - this used to ICE
|
||||
! Original test case by Gerhard Steinmetz
|
||||
program p
|
||||
class(*), pointer :: z
|
||||
z => null(z)
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user