This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: C++: -fvtable-gc and -fforce-addr don't go well together
- To: Hans-Peter Nilsson <hp at axis dot com>
- Subject: Re: C++: -fvtable-gc and -fforce-addr don't go well together
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 6 Sep 2000 01:00:14 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <200009011340.PAA22725@ignucius.axis.se>
On Fri, Sep 01, 2000 at 03:40:47PM +0200, Hans-Peter Nilsson wrote:
> For example, add -fforce-addr to
> testsuite/g++.old-deja/g++.other/crash18.C, and you'll see
> an error "inconsistent operand constraints in an `asm'",
The only correct fix for this is to not abuse asm in this way.
We should attach some sort of note to the call insn, and have
final do something with it directly.
r~