public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] fix typo in doc/extend.texi, committed as obvious
@ 2011-07-14 11:44 Matthias Klose
  2011-07-14 11:50 ` Richard Guenther
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Klose @ 2011-07-14 11:44 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

fix a typo in doc/extend.texi, committed as obvious.

  Matthias



[-- Attachment #2: doc.diff --]
[-- Type: text/plain, Size: 714 bytes --]

2011-07-14  Matthias Klose <doko@ubuntu.com>

	* doc/extend.texi (optimize attribute): Fix typo.

Index: doc/extend.texi
===================================================================
--- doc/extend.texi	(revision 176263)
+++ doc/extend.texi	(working copy)
@@ -3594,7 +3594,7 @@
 @item cpu=@var{CPU}
 @cindex @code{target("cpu=@var{CPU}")} attribute
 Specify the architecture to generate code for when compiling the
-function.  If you select the @code{"target("cpu=power7)"} attribute when
+function.  If you select the @code{"target("cpu=power7")} attribute when
 generating 32-bit code, VSX and Altivec instructions are not generated
 unless you use the @option{-mabi=altivec} option on the command line.
 

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

* Re: [patch] fix typo in doc/extend.texi, committed as obvious
  2011-07-14 11:44 [patch] fix typo in doc/extend.texi, committed as obvious Matthias Klose
@ 2011-07-14 11:50 ` Richard Guenther
  2011-07-14 11:55   ` Matthias Klose
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Guenther @ 2011-07-14 11:50 UTC (permalink / raw)
  To: Matthias Klose; +Cc: GCC Patches

On Thu, Jul 14, 2011 at 1:41 PM, Matthias Klose <doko@ubuntu.com> wrote:
> fix a typo in doc/extend.texi, committed as obvious.

 Specify the architecture to generate code for when compiling the
-function.  If you select the @code{"target("cpu=power7)"} attribute when
+function.  If you select the @code{"target("cpu=power7")} attribute when

still mismatched number of '"'s.  I suggest to drop the first one.

Richard.

>  Matthias
>
>
>

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

* Re: [patch] fix typo in doc/extend.texi, committed as obvious
  2011-07-14 11:50 ` Richard Guenther
@ 2011-07-14 11:55   ` Matthias Klose
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Klose @ 2011-07-14 11:55 UTC (permalink / raw)
  To: GCC Patches

On 07/14/2011 01:44 PM, Richard Guenther wrote:
> On Thu, Jul 14, 2011 at 1:41 PM, Matthias Klose <doko@ubuntu.com> wrote:
>> fix a typo in doc/extend.texi, committed as obvious.
> 
>  Specify the architecture to generate code for when compiling the
> -function.  If you select the @code{"target("cpu=power7)"} attribute when
> +function.  If you select the @code{"target("cpu=power7")} attribute when
> 
> still mismatched number of '"'s.  I suggest to drop the first one.

fixed as well.

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

end of thread, other threads:[~2011-07-14 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-14 11:44 [patch] fix typo in doc/extend.texi, committed as obvious Matthias Klose
2011-07-14 11:50 ` Richard Guenther
2011-07-14 11:55   ` Matthias Klose

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).