From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32663 invoked by alias); 13 Aug 2009 12:32:38 -0000 Received: (qmail 32021 invoked by uid 48); 13 Aug 2009 12:32:16 -0000 Date: Thu, 13 Aug 2009 12:32:00 -0000 Message-ID: <20090813123216.32020.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/41019] Variate_generator with mt19937 and normal_distribution produces wrong sequence for "-O3". In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-08/txt/msg01123.txt.bz2 ------- Comment #14 from rguenth at gcc dot gnu dot org 2009-08-13 12:32 ------- ix86_expand_int_vcond fails because the operation is not supported with SSE2, but gen_vcondv2di doesn't handle the failure, but ignores it. The vcond patterns are not properly reflecting the restrictions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41019