From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2752 invoked by alias); 7 Apr 2008 01:18:49 -0000 Received: (qmail 2648 invoked by uid 48); 7 Apr 2008 01:18:06 -0000 Date: Mon, 07 Apr 2008 01:18:00 -0000 Subject: [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-04/txt/msg00505.txt.bz2 When I noticed PR 35843, I saw that some -dletter was still referenced in some cases: -dv For each of the other indicated dump files (either with -d or -fdump-rtl-pass), dump a representation of the control flow graph suitable for viewing with VCG to file.pass.vcg. -dx Just generate RTL for a function instead of compiling it. Usually used with `r' (-fdump-rtl-expand). Also the sentence above this list is incorrect as the long options don't have a -d letter any more: Most debug dumps can be enabled either passing a letter to the -d option, or with a long -fdump-rtl switch; here are the possible letters for use in letters and pass, and their meanings: -- Summary: [4.4 Regression] -d is still referenced in some cases (documentation) Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: documentation Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35853