Re: [PATCH][regression][OpenMP][PR120286] Double free detected when using openmp

Tobias Burnus <[email protected]>
Newsgroups gmane.comp.gcc.patches,gmane.comp.gcc.fortran
Message-ID <[email protected]>
Hi Jerry,

Jerry Delisle wrote:
> Sorry about that Tobias, I only try to move things along.

Thanks for taking care of this. For the commit: I think it would help if
- either state that you plan to just commit it (i.e. you reviewed the
   patch of someone else or because it is trivial); you can also state
   that you do so after some grace period.
- or that you are requesting a review.
If you do the second but change your mind, and move from option two to one,
please send at least an email that you have now committed it.
This will avoid some confusion.

* * *

> Is there any specific way to invoke the testsuite other that make 
> check-fortran?

Depends where you run the command:

If you run "make check-fortran" in the main build directory, it runs (cf. Makefile):

check-fortran: check-gcc-fortran … check-target-libgomp-fortran

Namely, the gcc/testsuite/'s Fortran testsuite and the one in libgomp as well.

If you only want to run either of those, you can either run the make target
listed above or directly:

cd $build-dir/gcc; make check-fortran  (to run only gcc/testsuite)

cd $build-dir/x86_64-pc-linux-gnu/libgomp/; make check RUNTESTFLAGS="fortran.exp"

(where the x86... has to be replaced by a different triplet as applicable).

Tobias
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.