public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [doc,committed] Fix missing ':' in inline asm example
@ 2013-01-25 18:18 Georg-Johann Lay
  2013-01-28 15:18 ` Georg-Johann Lay
  0 siblings, 1 reply; 2+ messages in thread
From: Georg-Johann Lay @ 2013-01-25 18:18 UTC (permalink / raw)
  To: gcc-patches

Applied as obvious:

http://gcc.gnu.org/r195471


	* doc/extend.texi (Example of asm with clobbered asm reg): Fix
	missing ':' in asm example.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [doc,committed] Fix missing ':' in inline asm example
  2013-01-25 18:18 [doc,committed] Fix missing ':' in inline asm example Georg-Johann Lay
@ 2013-01-28 15:18 ` Georg-Johann Lay
  0 siblings, 0 replies; 2+ messages in thread
From: Georg-Johann Lay @ 2013-01-28 15:18 UTC (permalink / raw)
  To: gcc-patches

Georg-Johann Lay wrote:
> Applied as obvious:
> 
> http://gcc.gnu.org/r195471
> 
> 
> 	* doc/extend.texi (Example of asm with clobbered asm reg): Fix
> 	missing ':' in asm example.
> 

The patch:


--- trunk/gcc/doc/extend.texi	2013/01/25 17:55:09	195470
+++ trunk/gcc/doc/extend.texi	2013/01/25 18:11:53	195471
@@ -6062,7 +6062,7 @@
   int *y = &x;
   int result;
   asm ("magic stuff accessing an 'int' pointed to by '%1'"
-        "=&d" (r) : "a" (y), "m" (*y));
+       : "=&d" (r) : "a" (y), "m" (*y));
   return result;
 @}
 @end smallexample

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-28 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-25 18:18 [doc,committed] Fix missing ':' in inline asm example Georg-Johann Lay
2013-01-28 15:18 ` Georg-Johann Lay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).