From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14672 invoked by alias); 30 Jul 2006 13:37:40 -0000 Received: (qmail 14655 invoked by uid 48); 30 Jul 2006 13:37:33 -0000 Date: Sun, 30 Jul 2006 13:37:00 -0000 Message-ID: <20060730133733.14654.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/28417] suboptimal 'division by constant' optimization In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "vda dot linux at googlemail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg02285.txt.bz2 List-Id: ------- Comment #5 from vda dot linux at googlemail dot com 2006-07-30 13:37 ------- Created an attachment (id=11972) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11972&action=view) Test program Compile with -O2 -S to see the assembly. Compile with -Os and run to check the correctness. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28417