public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix documentation of dg-do assemble/compile
@ 2007-08-05 18:49 Rask Ingemann Lambertsen
  2007-08-06 19:43 ` Janis Johnson
  0 siblings, 1 reply; 2+ messages in thread
From: Rask Ingemann Lambertsen @ 2007-08-05 18:49 UTC (permalink / raw)
  To: gcc-patches

   I'll commit this as obvious if nobody complains within a few days.

2007-08-05  Rask Ingemann Lambertsen  <rask@sygehus.dk>

	* doc/sourcebuild.texi (Test Directives): Fix "compile" and
	  "assemble" descriptions which were swapped.

Index: gcc/doc/sourcebuild.texi
===================================================================
--- gcc/doc/sourcebuild.texi	(revision 127179)
+++ gcc/doc/sourcebuild.texi	(working copy)
@@ -944,9 +944,9 @@
 @table @code
 @item preprocess
 Compile with @option{-E} to run only the preprocessor.
+@item compile
+Compile with @option{-S} to produce an assembly code file.
 @item assemble
-Compile with @option{-S} to produce an assembly code file.
-@item compile
 Compile with @option{-c} to produce a relocatable object file.
 @item link
 Compile, assemble, and link to produce an executable file.

-- 
Rask Ingemann Lambertsen

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

* Re: [PATCH] Fix documentation of dg-do assemble/compile
  2007-08-05 18:49 [PATCH] Fix documentation of dg-do assemble/compile Rask Ingemann Lambertsen
@ 2007-08-06 19:43 ` Janis Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Janis Johnson @ 2007-08-06 19:43 UTC (permalink / raw)
  To: Rask Ingemann Lambertsen; +Cc: gcc-patches

On Sun, 2007-08-05 at 20:48 +0200, Rask Ingemann Lambertsen wrote:
>    I'll commit this as obvious if nobody complains within a few days.
> 
> 2007-08-05  Rask Ingemann Lambertsen  <rask@sygehus.dk>
> 
> 	* doc/sourcebuild.texi (Test Directives): Fix "compile" and
> 	  "assemble" descriptions which were swapped.
> 

Yes, this is obvious.

Janis

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

end of thread, other threads:[~2007-08-06 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-05 18:49 [PATCH] Fix documentation of dg-do assemble/compile Rask Ingemann Lambertsen
2007-08-06 19:43 ` Janis Johnson

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