This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: optimization/3715: abort in verify_wide_reg_1


Richard Henderson <rth@redhat.com> writes:

|> On Tue, Jul 17, 2001 at 08:58:03PM +0200, Andreas Schwab wrote:
|> > 	    register long d0 __asm__ ("%d0");
|> > 
|> > 	    asm ("move%.l %2, %%d1\n"
|> > 		 "trap #0"
|> > 		 : "=d" (d0)
|> > 		 : "0" (45), "g" (addr)
|> > 		 : "%d0", "%d1");
|> 
|> Tsk, tsk.  Don't clobber asm inputs or outputs.

Thanks, I'll fix glibc.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]