From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27834 invoked by alias); 12 Mar 2006 19:32:21 -0000 Received: (qmail 27811 invoked by uid 48); 12 Mar 2006 19:32:19 -0000 Date: Sun, 12 Mar 2006 19:32:00 -0000 Message-ID: <20060312193219.27810.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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-03/txt/msg01312.txt.bz2 List-Id: ------- Comment #6 from pinskia at gcc dot gnu dot org 2006-03-12 19:32 ------- Confirmed, not a regression, short testcase: typedef unsigned long long int uint64_t; uint64_t read_time(void) { uint64_t a, d; asm volatile( "rdtsc\n\t" : "=a" (a), "=d" (d) ); } -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu | Known to fail| |3.3.3 4.1.0 4.0.0 3.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26655