Commit f320fdfd by Rainer Orth Committed by Rainer Orth

Fix libgomp.oacc-c-c++-common/pr84217.c for C++

	* testsuite/libgomp.oacc-c-c++-common/pr84217.c (abort)
	[__cplusplus]: Declare extern "C".

From-SVN: r257457
parent 0d7d8e66
2018-02-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* testsuite/libgomp.oacc-c-c++-common/pr84217.c (abort)
[__cplusplus]: Declare extern "C".
2018-02-07 Tom de Vries <tom@codesourcery.com>
PR libgomp/84217
......
extern void abort (void);
extern
#ifdef __cplusplus
"C"
#endif
void abort (void);
#define N 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment