Bug 26242 - [4.1/4.2 Regression] VRP is not documented in passes.texi
Summary: [4.1/4.2 Regression] VRP is not documented in passes.texi
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.2.0
: P5 normal
Target Milestone: 4.1.2
Assignee: Not yet assigned to anyone
URL:
Keywords: documentation
Depends on:
Blocks: 951
  Show dependency treegraph
 
Reported: 2006-02-12 19:40 UTC by Andrew Pinski
Modified: 2006-05-29 14:57 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-05-28 09:50:22


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2006-02-12 19:40:53 UTC
Again another missing documention in passes.texi.
Comment 1 Andrew Pinski 2006-02-12 19:41:21 UTC
A regression as the documention is not up todate.
Comment 2 Mark Mitchell 2006-02-14 09:05:27 UTC
This will never be release-critical.
Comment 3 Mark Mitchell 2006-05-25 02:36:41 UTC
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.
Comment 4 Steven Bosscher 2006-05-28 09:50:22 UTC
It is sad that this is not release critical, and even worse that the contributor of vrp apparently can't miss half an hour to document his work as he is required to do.
Comment 5 Diego Novillo 2006-05-29 14:57:47 UTC
Fixed.  Also documented other missing passes.
Comment 6 Diego Novillo 2006-05-29 14:58:09 UTC
Subject: Bug 26242

Author: dnovillo
Date: Mon May 29 14:57:39 2006
New Revision: 114200

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114200
Log:

	PR 26242
	* doc/passes.texi: Add documentation for pass_vrp, pass_ipa_pta,
	pass_fre, pass_store_ccp, pass_copy_prop,
	pass_store_copy_prop, pass_merge_phi, pass_nrv,
	pass_return_slot, pass_object_size, pass_lim,
	pass_linear_transform, pass_empty_loop, pass_complete_unroll,
	pass_loop_prefetch and pass_stdarg.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/passes.texi

Comment 7 Diego Novillo 2006-05-29 15:28:46 UTC
Subject: Bug 26242

Author: dnovillo
Date: Mon May 29 15:28:33 2006
New Revision: 114202

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114202
Log:

	PR 26242
	* passes.texi: Add documentation for pass_vrp,
	pass_fre, pass_store_ccp, pass_copy_prop,
	pass_store_copy_prop, pass_merge_phi, pass_nrv,
	pass_return_slot, pass_object_sizes, pass_lim,
	pass_linear_transform, pass_empty_loop, pass_complete_unroll,
	and pass_stdarg.


Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/doc/passes.texi