This is the mail archive of the gcc-prs@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


The following reply was made to PR optimization/3715; it has been noted by GNATS.

From: Andreas Schwab <schwab@suse.de>
To: Richard Henderson <rth@redhat.com>
Cc: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org
Subject: Re: optimization/3715: abort in verify_wide_reg_1
Date: 22 Jul 2001 16:56:49 +0200

 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]