public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/17135] New: -freorder-functions mis-documented
@ 2004-08-22  8:47 jwm at csua dot berkeley dot edu
  2004-08-22  8:51 ` [Bug other/17135] " jwm at csua dot berkeley dot edu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jwm at csua dot berkeley dot edu @ 2004-08-22  8:47 UTC (permalink / raw)
  To: gcc-bugs

The manual reads:
-freorder-functions
    Reorder basic blocks in the compiled function in order to reduce number of
taken branches and improve code locality. 

This is the description of -freorder-blocks, and I believe -freorder-functions
should be something like: 
-freorder-functions

-- 
           Summary: -freorder-functions mis-documented
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jwm at csua dot berkeley dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug other/17135] -freorder-functions mis-documented
  2004-08-22  8:47 [Bug other/17135] New: -freorder-functions mis-documented jwm at csua dot berkeley dot edu
@ 2004-08-22  8:51 ` jwm at csua dot berkeley dot edu
  2004-08-22 14:15 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jwm at csua dot berkeley dot edu @ 2004-08-22  8:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jwm at csua dot berkeley dot edu  2004-08-22 08:50 -------
Sorry about that, accidentally commited too early.
I believe it should be:
-freorder-functions
      Reorder functions in the produced executable in order to improve code
locality. 

-- 


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


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

* [Bug other/17135] -freorder-functions mis-documented
  2004-08-22  8:47 [Bug other/17135] New: -freorder-functions mis-documented jwm at csua dot berkeley dot edu
  2004-08-22  8:51 ` [Bug other/17135] " jwm at csua dot berkeley dot edu
@ 2004-08-22 14:15 ` pinskia at gcc dot gnu dot org
  2005-02-07 11:28 ` cvs-commit at gcc dot gnu dot org
  2005-02-07 13:26 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-22 14:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-22 14:15 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |documentation
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-22 14:15:55
               date|                            |


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


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

* [Bug other/17135] -freorder-functions mis-documented
  2004-08-22  8:47 [Bug other/17135] New: -freorder-functions mis-documented jwm at csua dot berkeley dot edu
  2004-08-22  8:51 ` [Bug other/17135] " jwm at csua dot berkeley dot edu
  2004-08-22 14:15 ` pinskia at gcc dot gnu dot org
@ 2005-02-07 11:28 ` cvs-commit at gcc dot gnu dot org
  2005-02-07 13:26 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-07 11:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-07 01:52 -------
Subject: Bug 17135

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jsm28@gcc.gnu.org	2005-02-07 01:52:27

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

Log message:
	PR other/17135
	* doc/invoke.texi: Correct documentation of -freorder-functions.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7400&r2=2.7401
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&r1=1.575&r2=1.576



-- 


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


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

* [Bug other/17135] -freorder-functions mis-documented
  2004-08-22  8:47 [Bug other/17135] New: -freorder-functions mis-documented jwm at csua dot berkeley dot edu
                   ` (2 preceding siblings ...)
  2005-02-07 11:28 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-07 13:26 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-07 13:26 UTC (permalink / raw)
  To: gcc-bugs


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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-02-07  2:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-22  8:47 [Bug other/17135] New: -freorder-functions mis-documented jwm at csua dot berkeley dot edu
2004-08-22  8:51 ` [Bug other/17135] " jwm at csua dot berkeley dot edu
2004-08-22 14:15 ` pinskia at gcc dot gnu dot org
2005-02-07 11:28 ` cvs-commit at gcc dot gnu dot org
2005-02-07 13:26 ` pinskia 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).