aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2015-11-12 11:55:11 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2015-11-12 11:55:11 +0000
commitc892ccd49211ec57b732463342b5806bdf68e254 (patch)
treef6308717efc15b2e2bb6041ee140231fc6305e12 /gcc/config
parentdf9ad6bc4901bf25c40b136fa6c1b39a78d76f41 (diff)
downloadgcc-c892ccd49211ec57b732463342b5806bdf68e254.zip
gcc-c892ccd49211ec57b732463342b5806bdf68e254.tar.gz
gcc-c892ccd49211ec57b732463342b5806bdf68e254.tar.bz2
re PR target/67265 ([x86] 'asm' operand has impossible constraints with -fstack-check)
PR target/67265 * config/i386/i386.c (ix86_adjust_stack_and_probe): Remove obsolete assertion on the CFA register. From-SVN: r230245
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/i386.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index d048b19..1a6b2fd 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -12246,8 +12246,6 @@ ix86_adjust_stack_and_probe (const HOST_WIDE_INT size)
release_scratch_register_on_entry (&sr);
}
- gcc_assert (cfun->machine->fs.cfa_reg != stack_pointer_rtx);
-
/* Even if the stack pointer isn't the CFA register, we need to correctly
describe the adjustments made to it, in particular differentiate the
frame-related ones from the frame-unrelated ones. */