This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49866] [4.6 Regression] -mcmodel=large tail call fails to assemble
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 27 Jul 2011 12:15:07 +0000
- Subject: [Bug target/49866] [4.6 Regression] -mcmodel=large tail call fails to assemble
- Auto-submitted: auto-generated
- References: <bug-49866-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49866
--- Comment #3 from Uros Bizjak <ubizjak at gmail dot com> 2011-07-27 12:14:49 UTC ---
(In reply to comment #2)
> Wouldn't it be safer to just introduce the z constraint and replace all s
> constraints with z constraints in *call_insn_operand predicated operands?
It depends whether you miss a "s" or not. ;)
As said, it is your call...