From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1875 invoked by alias); 18 Jul 2012 14:15:31 -0000 Received: (qmail 1847 invoked by uid 22791); 18 Jul 2012 14:15:26 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-lb0-f175.google.com (HELO mail-lb0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Jul 2012 14:15:11 +0000 Received: by lbol5 with SMTP id l5so2402997lbo.20 for ; Wed, 18 Jul 2012 07:15:10 -0700 (PDT) Received: by 10.112.42.41 with SMTP id k9mr1875640lbl.90.1342620909920; Wed, 18 Jul 2012 07:15:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.4.229 with HTTP; Wed, 18 Jul 2012 07:14:49 -0700 (PDT) In-Reply-To: <1342617885.4590.2.camel@oc2474580526.ibm.com> References: <1342538095.3470.59.camel@gnopaine> <1342617885.4590.2.camel@oc2474580526.ibm.com> From: Steven Bosscher Date: Wed, 18 Jul 2012 14:15:00 -0000 Message-ID: Subject: Re: [PATCH] Add flag to control straight-line strength reduction To: "William J. Schmidt" Cc: Richard Guenther , gcc-patches@gcc.gnu.org, bergner@vnet.ibm.com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-07/txt/msg00824.txt.bz2 On Wed, Jul 18, 2012 at 3:24 PM, William J. Schmidt wrote: > It turns out I was looking at a very old copy of the manual, and the > -ftree... stuff is not as prevalent now as it once was. I'll just go > with -fslsr to be consistent with -fgcse, -fipa-sra, etc. Sadly, it is more prevalent than it ever was! It's IMHO very unfortunate that such an internal detail is exposed to the user... Ciao! Steven