Skip to content
Snippets Groups Projects
Commit 6935bddd authored by Sandra Loosemore's avatar Sandra Loosemore
Browse files

OpenMP: Fix testsuite failure on x86 with -m32

The testcase decare-variant-duplicates.c added in commit
96246bff failed on 32-bit x86
because on that target "i386" is defined as a preprocessor macro
and cannot be used as an identifier.  Fixed by rewriting that test
not to do that.

gcc/testsuite/ChangeLog
	* c-c++-common/gomp/declare-variant-duplicates.c: Avoid using
	"i386" as an identifier.
parent 2d8392c4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment