public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/31076]  New: ICE with double and unsigned long long with -march=prescott
@ 2007-03-07 23:53 schnetter at aei dot mpg dot de
  2007-03-08 10:58 ` [Bug target/31076] " rguenth at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: schnetter at aei dot mpg dot de @ 2007-03-07 23:53 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

I use

$ ~/gcc/bin/gcc --version
gcc (GCC) 4.3.0 20070307 (experimental)

to compile

double rdtsc_cputick;

double
rdtsc ()
{
  unsigned long eax, edx;
  asm volatile ("rdtsc" : "=a" (eax), "=d" (edx));
  return rdtsc_cputick * ((unsigned long long) edx << 32 | eax);
}

and I receive the error

$ ~/gcc/bin/gcc -c rdtsc.c -march=prescott
rdtsc.c: In function ‘rdtsc’:
rdtsc.c:9: internal compiler error: in gen_split_1956, at
config/i386/sse.md:128


-- 
           Summary: ICE with double and unsigned long long with -
                    march=prescott
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
 GCC build triplet: i386-apple-darwin8.8.1
  GCC host triplet: i386-apple-darwin8.8.1
GCC target triplet: i386-apple-darwin8.8.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31076


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/31076] ICE with double and unsigned long long with -march=prescott
  2007-03-07 23:53 [Bug middle-end/31076] New: ICE with double and unsigned long long with -march=prescott schnetter at aei dot mpg dot de
@ 2007-03-08 10:58 ` rguenth at gcc dot gnu dot org
  2007-03-09  3:51 ` schnetter at aei dot mpg dot de
  2009-06-03 22:00 ` fxcoudert at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-03-08 10:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-03-08 10:57 -------
Works for me with 20070305 and 20070308.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31076


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/31076] ICE with double and unsigned long long with -march=prescott
  2007-03-07 23:53 [Bug middle-end/31076] New: ICE with double and unsigned long long with -march=prescott schnetter at aei dot mpg dot de
  2007-03-08 10:58 ` [Bug target/31076] " rguenth at gcc dot gnu dot org
@ 2007-03-09  3:51 ` schnetter at aei dot mpg dot de
  2009-06-03 22:00 ` fxcoudert at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: schnetter at aei dot mpg dot de @ 2007-03-09  3:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from schnetter at aei dot mpg dot de  2007-03-09 03:51 -------
After an svn update and a full bootstrap, it still breaks for me for gcc (GCC)
4.3.0 20070308, svn revision 122699.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31076


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/31076] ICE with double and unsigned long long with -march=prescott
  2007-03-07 23:53 [Bug middle-end/31076] New: ICE with double and unsigned long long with -march=prescott schnetter at aei dot mpg dot de
  2007-03-08 10:58 ` [Bug target/31076] " rguenth at gcc dot gnu dot org
  2007-03-09  3:51 ` schnetter at aei dot mpg dot de
@ 2009-06-03 22:00 ` fxcoudert at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-06-03 22:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2009-06-03 22:00 -------
Works for me on 4.3.2, 4.4.0 and 4.5.0. Suppose it's fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31076


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-03 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-07 23:53 [Bug middle-end/31076] New: ICE with double and unsigned long long with -march=prescott schnetter at aei dot mpg dot de
2007-03-08 10:58 ` [Bug target/31076] " rguenth at gcc dot gnu dot org
2007-03-09  3:51 ` schnetter at aei dot mpg dot de
2009-06-03 22:00 ` fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).