re PR target/66655 (miscompilation due to ipa-ra on MinGW)

PR target/66655
	* config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.

From-SVN: r232785
This commit is contained in:
Nick Clifton 2016-01-25 08:57:02 +00:00 committed by Nick Clifton
parent e6767af379
commit 7ff1503c73
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2016-01-25 Nick Clifton <nickc@redhat.com>
PR target/66655
* config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
2016-01-23 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/69426

View File

@ -433,10 +433,6 @@ do { \
} \
while (0)
/* Use the weak support for ONE_ONLY decls. */
#undef MAKE_DECL_ONE_ONLY
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
#endif /* HAVE_GAS_WEAK */
/* FIXME: SUPPORTS_WEAK && TARGET_HAVE_NAMED_SECTIONS is true,