From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16797 invoked by alias); 15 Oct 2003 00:09:37 -0000 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 Received: (qmail 16784 invoked by uid 48); 15 Oct 2003 00:09:37 -0000 Date: Wed, 15 Oct 2003 00:09:00 -0000 Message-ID: <20031015000937.16783.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031001034618.12472.pinskia@gcc.gnu.org> References: <20031001034618.12472.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/12472] [tree-ssa] miscompiles stage-2's gengtype X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg01029.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12472 ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-15 00:09 ------- This is caused by one of the following two options: flag_loop_optimize = 1; flag_crossjumping = 1; Both are RTL based optimizers, if I have some more time to work on this I will.