This is the mail archive of the gcc-bugs@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]

[Bug libfortran/68115] [6 Regression] Unsatisfied symbol "__sync_lock_test_and_set_4" in file /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp/../libgfortran/.libs/libgfortran.sl


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68115

--- Comment #6 from dave.anglin at bell dot net ---
On 2015-11-15, at 10:46 AM, ian at airs dot com wrote:

> The HAVE_SYNC_FUNCTIONS test is in libbacktrace/internal.h, and it #define's
> the functions.  You can see that that is happening because the warning is about
> a macro expansion.  It looks like we just need to add some sort of cast to
> disable the warning in this specific case.

What about using "#pragma GCC diagnostic"?

--
John David Anglin       dave.anglin@bell.net

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