This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 2/2] OpenMP parallel region scope tests


>>>>> "Kevin" == Kevin Buettner <kevinb@redhat.com> writes:

Kevin> Add tests which check for accessibility of variables from within
Kevin> various OpenMP parallel regions.

I don't know anything about OpenMP, so I didn't read new .c file.
I'm not especially concerned about it though.

Kevin> +if {[gdb_compile_openmp "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != ""} {

Over-long line.

Kevin> +if {[info procs openmp_setup] != ""} {
Kevin> +    if {[openmp_setup $binfile] != ""} {
Kevin> +	return -1

Does this need a call to "untested"?

The rest seemed fine to me.

Tom


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