From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31173 invoked by alias); 17 Jan 2004 06:38:46 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 31166 invoked from network); 17 Jan 2004 06:38:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Jan 2004 06:38:45 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i0H6cgl18234; Sat, 17 Jan 2004 01:38:42 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i0H6cgg14111; Sat, 17 Jan 2004 01:38:42 -0500 Received: from dnovillo.cipe.redhat.com (dnovillo.cipe.redhat.com [10.0.0.106]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i0H6ceXd031642; Sat, 17 Jan 2004 01:38:40 -0500 Subject: Re: [RFC] Contributing tree-ssa to mainline From: Diego Novillo To: Jeff Law Cc: "Joseph S. Myers" , Gerald Pfeifer , "gcc@gcc.gnu.org" In-Reply-To: <200401170613.i0H6Dkq2027085@speedy.slc.redhat.com> References: <200401170613.i0H6Dkq2027085@speedy.slc.redhat.com> Content-Type: text/plain Organization: Red Hat Canada Message-Id: <1074321515.5368.19.camel@frodo.toronto.redhat.com> Mime-Version: 1.0 Date: Sat, 17 Jan 2004 06:38:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg01034.txt.bz2 On Sat, 2004-01-17 at 01:13, law@redhat.com wrote: > >> I take it you believe that all the coding conventions are properly > >> followed on tree-ssa? For example, all command-line options added are > >> documented, including the details of what is enabled at what -O levels > >> (listed both under the options themselves and under the -O options); > >> > >Yes. > Err, no they aren't. For example we have a host of -f options which control > debugging dumps rather than code generation. That's wrong. > So does mainline and all the releases that have included -fdump-tree... We didn't invent that. Diego.