This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2006 19:32:19 -0000
- Subject: [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
- References: <bug-26655-1064@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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