public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/14003] New: Fix typos/wording in invoke.texi
@ 2004-02-03 16:48 bangerth at dealii dot org
  2004-02-03 16:49 ` [Bug other/14003] " bangerth at dealii dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2004-02-03 16:48 UTC (permalink / raw)
  To: gcc-bugs

Attached are a patch against the 3.3 tree and one against both 3.4 branch 
and mainline, that fix a few misspellings etc. I think they could be 
applied as obvious, but I don't presently have any tree checked out 
with CVS write access. Maybe someone can take care of that for me? 
 
Thanks 
  W. 
 
ChangeLog entry: 
 
2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org> 
 
	* doc/invoke.texi (x86 options): Fix spelling/wording.

-- 
           Summary: Fix typos/wording in invoke.texi
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Keywords: patch
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at dealii dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
  2004-02-03 16:49 ` [Bug other/14003] " bangerth at dealii dot org
@ 2004-02-03 16:49 ` bangerth at dealii dot org
  2004-02-03 16:51 ` reichelt at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2004-02-03 16:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-03 16:49 -------
Created an attachment (id=5665)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5665&action=view)
Patch against 3.4 branch and mainline


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
@ 2004-02-03 16:49 ` bangerth at dealii dot org
  2004-02-03 16:49 ` bangerth at dealii dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2004-02-03 16:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-03 16:49 -------
Created an attachment (id=5664)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5664&action=view)
Patch against 3.3 branch


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
  2004-02-03 16:49 ` [Bug other/14003] " bangerth at dealii dot org
  2004-02-03 16:49 ` bangerth at dealii dot org
@ 2004-02-03 16:51 ` reichelt at gcc dot gnu dot org
  2004-02-03 16:52 ` bangerth at dealii dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-02-03 16:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-02-03 16:51 -------
Wolfgang, you hosed the copyright sections in both patches, could you
please repost corrected ones?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (2 preceding siblings ...)
  2004-02-03 16:51 ` reichelt at gcc dot gnu dot org
@ 2004-02-03 16:52 ` bangerth at dealii dot org
  2004-02-03 16:53 ` bangerth at dealii dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2004-02-03 16:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-03 16:52 -------
Actually, emacs did :-) 
 
I'll just delete the respective hunks from the diffs and repost. 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (3 preceding siblings ...)
  2004-02-03 16:52 ` bangerth at dealii dot org
@ 2004-02-03 16:53 ` bangerth at dealii dot org
  2004-02-03 16:54 ` bangerth at dealii dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2004-02-03 16:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-03 16:53 -------
Created an attachment (id=5666)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5666&action=view)
New 3.3 patch


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #5664 is|0                           |1
           obsolete|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (4 preceding siblings ...)
  2004-02-03 16:53 ` bangerth at dealii dot org
@ 2004-02-03 16:54 ` bangerth at dealii dot org
  2004-02-03 16:54 ` bangerth at dealii dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2004-02-03 16:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-03 16:54 -------
Created an attachment (id=5667)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5667&action=view)
New 3.4/mainline patch


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #5665 is|0                           |1
           obsolete|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (5 preceding siblings ...)
  2004-02-03 16:54 ` bangerth at dealii dot org
@ 2004-02-03 16:54 ` bangerth at dealii dot org
  2004-02-03 20:12 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2004-02-03 16:54 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #5667 is|0                           |1
              patch|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (6 preceding siblings ...)
  2004-02-03 16:54 ` bangerth at dealii dot org
@ 2004-02-03 20:12 ` pinskia at gcc dot gnu dot org
  2004-02-03 23:35 ` steven at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-03 20:12 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (7 preceding siblings ...)
  2004-02-03 20:12 ` pinskia at gcc dot gnu dot org
@ 2004-02-03 23:35 ` steven at gcc dot gnu dot org
  2004-02-03 23:46 ` steven at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-02-03 23:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-02-03 23:35 -------
Fixed for 3.4. 
http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00254.html 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-03 23:35:04
               date|                            |
   Target Milestone|3.4.0                       |3.3.3
            Version|3.4.0                       |3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (8 preceding siblings ...)
  2004-02-03 23:35 ` steven at gcc dot gnu dot org
@ 2004-02-03 23:46 ` steven at gcc dot gnu dot org
  2004-02-04  0:26 ` bangerth at dealii dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-02-03 23:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-02-03 23:46 -------
Fixed for mainline too: 
http://gcc.gnu.org/ml/gcc-cvs/2004-02/msg00140.html 
 
I just realized I should have added PR numbers to the ChangeLog, but I guess 
it's no big deal for such trivial patches... 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (9 preceding siblings ...)
  2004-02-03 23:46 ` steven at gcc dot gnu dot org
@ 2004-02-04  0:26 ` bangerth at dealii dot org
  2004-02-04  7:05 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2004-02-04  0:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-04 00:26 -------
Thanks, guys. The PR-in-Changelog is probably really unimportant, I just wanted to 
have it in bugzilla since I had the patch around and no CVS-writable version. 
 
The question for Gaby, as I get it, was: can you apply the patch yourself? Nobody seemed to 
have a checked-out tree around. 
 
Thanks again 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (10 preceding siblings ...)
  2004-02-04  0:26 ` bangerth at dealii dot org
@ 2004-02-04  7:05 ` pinskia at gcc dot gnu dot org
  2004-02-04  7:11 ` pinskia at gcc dot gnu dot org
  2004-02-04  7:11 ` cvs-commit at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-04  7:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-04 07:05 -------
Mine, I will apply it as it was approved.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (11 preceding siblings ...)
  2004-02-04  7:05 ` pinskia at gcc dot gnu dot org
@ 2004-02-04  7:11 ` pinskia at gcc dot gnu dot org
  2004-02-04  7:11 ` cvs-commit at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-04  7:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-04 07:11 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

* [Bug other/14003] Fix typos/wording in invoke.texi
  2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
                   ` (12 preceding siblings ...)
  2004-02-04  7:11 ` pinskia at gcc dot gnu dot org
@ 2004-02-04  7:11 ` cvs-commit at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-04  7:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-04 07:11 -------
Subject: Bug 14003

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	pinskia@gcc.gnu.org	2004-02-04 07:11:00

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : invoke.texi 

Log message:
	2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org>
	
	PR other/14003
	* doc/invoke.texi (x86 options): Fix spelling/wording.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.898&r2=1.16114.2.899
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.209.2.52&r2=1.209.2.53



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14003


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

end of thread, other threads:[~2004-02-04  7:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-03 16:48 [Bug other/14003] New: Fix typos/wording in invoke.texi bangerth at dealii dot org
2004-02-03 16:49 ` [Bug other/14003] " bangerth at dealii dot org
2004-02-03 16:49 ` bangerth at dealii dot org
2004-02-03 16:51 ` reichelt at gcc dot gnu dot org
2004-02-03 16:52 ` bangerth at dealii dot org
2004-02-03 16:53 ` bangerth at dealii dot org
2004-02-03 16:54 ` bangerth at dealii dot org
2004-02-03 16:54 ` bangerth at dealii dot org
2004-02-03 20:12 ` pinskia at gcc dot gnu dot org
2004-02-03 23:35 ` steven at gcc dot gnu dot org
2004-02-03 23:46 ` steven at gcc dot gnu dot org
2004-02-04  0:26 ` bangerth at dealii dot org
2004-02-04  7:05 ` pinskia at gcc dot gnu dot org
2004-02-04  7:11 ` pinskia at gcc dot gnu dot org
2004-02-04  7:11 ` cvs-commit at gcc dot gnu dot org

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