This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, fortran] PR30084 - segmentation falut when compiling certain code


Erratum:
Index: gcc/testsuite/gfortran.dg/nested_modules_6.f90
===================================================================
*** gcc/testsuite/gfortran.dg/nested_modules_6.f90	(revision 0)
--- gcc/testsuite/gfortran.dg/nested_modules_6.f90	(revision 0)

...............
+ real :: x(2, 2) = reshape ([1.,2.,3.,4.], [2,2])
should have ! { dg-warning "nonstandard" }
+ print *, s_last
+ print *, diag (x)
+ end
+ ! { dg-final { cleanup-modules "tao_random_numbers linalg vamp_rest" } }
Sorry about that - I had f95 constructors right up to the last moment.

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]