Bug 26207 - [4.2 Regression] file names in rtl dumps don't match reality
Summary: [4.2 Regression] file names in rtl dumps don't match reality
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: rtl-optimization (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords: documentation
Depends on:
Blocks:
 
Reported: 2006-02-10 03:13 UTC by Andrew Pinski
Modified: 2006-03-13 14:07 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-02-13 12:46:48


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2006-02-10 03:13:50 UTC
I noticed today that the file names in the documention don't match what the names are in reality.
For an example:
t.c.102r.expand
 
From the doc's:
-dr
-fdump-rtl-expand
Dump after RTL generation, to file.00.expand.
Comment 1 Paolo Bonzini 2006-02-10 07:10:07 UTC
I would like to change .00. to .*. (it becomes unmaintainable, otherwise).

I doubt any GCC release (except maybe 4.1) has the correct names for every single dump.

Paolo
Comment 2 Andrew Pinski 2006-03-13 14:07:16 UTC
Fixed by:
2006-03-13  Kazu Hirata  <kazu@codesourcery.com>

	* doc/invoke.texi: Update dump file names.