From owner-freebsd-alpha Mon Jun 4 6:38:34 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 9CC6D37B401 for ; Mon, 4 Jun 2001 06:38:31 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA12143; Mon, 4 Jun 2001 09:38:31 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f54Dc1q82752; Mon, 4 Jun 2001 09:38:01 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15131.36664.854626.740288@grasshopper.cs.duke.edu> Date: Mon, 4 Jun 2001 09:38:00 -0400 (EDT) To: Riccardo.Veraldi@fi.infn.it Cc: Subject: Re: make.conf In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Riccardo.Veraldi@fi.infn.it writes: > > I wanted to change the make.conf options in: > > cc -mcup=ev56 -O3 -funroll-loops -fexpensive-optimizations -fschedule-insns2 > > Can I do it safely for compiling ports ?? or d o usuggest me to use the > default gcc options cc -O -pipe only ?? > > thanks > > Rick Have you tried -O3 and seen this message? cc1: warning: *** *** The -O3 flag TRIGGERS KNOWN OPTIMIZER BUGS ON THIS PLATFORM *** Which part of this message do you not understand? It seems rather clear to me. You can try to build something with -O3 -- The executable may work fine, or it may crash. It might even crash the compiler during compilation. So use non-standard optimization flags at your own risk. And don't report any "problems" you find after compiling with anything but the standard optimization flags. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message