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]: Fix PR32765


Okay for gcc trunk?

As a general rule: you need to say what testing you did, and on which platforms.


The patch is OK provided you checked that:

Index: libgomp/testsuite/libgomp.fortran/crayptr2.f90
===================================================================
--- libgomp/testsuite/libgomp.fortran/crayptr2.f90 (revision 127385)
+++ libgomp/testsuite/libgomp.fortran/crayptr2.f90 (working copy)
@@ -1,4 +1,5 @@
! { dg-do run }
+! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *- *-darwin* } }
! { dg-options "-fopenmp -fcray-pointer" }

has the expected behaviour, i.e. it does not break on non-darwin platforms.


Thanks,
FX


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