IPA ICF fallout: fox for libasan and pr43077-1.c
* gcc.dg/guality/pr43077-1.c: IPA ICF disabled to match defined expectations. * asan/Makefile.am: IPA ICF pass is disabled. * asan/Makefile.in: Likewise. From-SVN: r216339
This commit is contained in:
parent
8368551493
commit
d13fc1ed98
@ -1,3 +1,8 @@
|
||||
2014-10-16 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* gcc.dg/guality/pr43077-1.c: IPA ICF disabled
|
||||
to match defined expectations.
|
||||
|
||||
2014-10-16 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* g++.dg/plugin/pragma_plugin.c: Adjust include files.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* PR debug/43077 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-g" } */
|
||||
/* { dg-options "-g -fno-ipa-icf" } */
|
||||
|
||||
int varb;
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2014-10-16 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* asan/Makefile.am: IPA ICF pass is disabled.
|
||||
* asan/Makefile.in: Likewise.
|
||||
|
||||
2014-10-14 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sanitizer_common/sanitizer_platform_limits_linux.cc (time_t):
|
||||
|
@ -7,7 +7,7 @@ DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D
|
||||
if USING_MAC_INTERPOSE
|
||||
DEFS += -DMAC_INTERPOSE_FUNCTIONS -DMISSING_BLOCKS_SUPPORT
|
||||
endif
|
||||
AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros
|
||||
AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf
|
||||
AM_CXXFLAGS += $(LIBSTDCXX_RAW_CXX_CXXFLAGS)
|
||||
ACLOCAL_AMFLAGS = -I $(top_srcdir) -I $(top_srcdir)/config
|
||||
|
||||
|
@ -269,7 +269,8 @@ gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
|
||||
AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
|
||||
-Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
|
||||
-fomit-frame-pointer -funwind-tables -fvisibility=hidden \
|
||||
-Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS)
|
||||
-Wno-variadic-macros -fno-ipa-icf \
|
||||
$(LIBSTDCXX_RAW_CXX_CXXFLAGS)
|
||||
ACLOCAL_AMFLAGS = -I $(top_srcdir) -I $(top_srcdir)/config
|
||||
toolexeclib_LTLIBRARIES = libasan.la
|
||||
nodist_toolexeclib_HEADERS = libasan_preinit.o
|
||||
|
Loading…
Reference in New Issue
Block a user