public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/44470]  New: [4.6 Regression] Failed to bootstrap with - -with-arch=atom
@ 2010-06-08 21:30 hjl dot tools at gmail dot com
  2010-06-08 22:00 ` [Bug bootstrap/44470] " hjl dot tools at gmail dot com
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-06-08 21:30 UTC (permalink / raw)
  To: gcc-bugs

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

Revision 160417 failed to compile libgcc:

[hjl@gnu-32 rrs]$ cat testcase.i
typedef int SItype __attribute__ ((mode (SI)));
typedef unsigned int USItype __attribute__ ((mode (SI)));
typedef int DItype __attribute__ ((mode (DI)));
  struct DWstruct {SItype low, high;};
typedef union
{
  struct DWstruct s;
  DItype ll;
} DWunion;
DItype
__negdi2 (DItype u)
{
  const DWunion uu = {.ll = u};
  const DWunion w = { {.low = -uu.s.low,
         .high = -uu.s.high - ((USItype) -uu.s.low > 0) } };
  return w.ll;
}
[hjl@gnu-32 rrs]$ /export/gnu/import/rrs/160417/usr/bin/gcc  -m32 -march=atom
-O2 -fPIC -S testcase.i   
testcase.i: In function ‘__negdi2’:
testcase.i:17:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-32 rrs]$


-- 
           Summary: [4.6 Regression] Failed to bootstrap with - -with-
                    arch=atom
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

end of thread, other threads:[~2010-08-18 20:13 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-08 21:30 [Bug bootstrap/44470] New: [4.6 Regression] Failed to bootstrap with - -with-arch=atom hjl dot tools at gmail dot com
2010-06-08 22:00 ` [Bug bootstrap/44470] " hjl dot tools at gmail dot com
2010-06-09  0:53 ` hjl dot tools at gmail dot com
2010-06-09  1:00 ` hjl dot tools at gmail dot com
2010-06-09  6:27 ` ubizjak at gmail dot com
2010-06-09  7:46 ` ubizjak at gmail dot com
2010-06-09  9:32 ` rguenth at gcc dot gnu dot org
2010-06-09 12:15 ` ubizjak at gmail dot com
2010-06-09 14:13 ` hjl dot tools at gmail dot com
2010-06-09 14:17 ` hjl dot tools at gmail dot com
2010-06-09 20:30 ` hjl dot tools at gmail dot com
2010-06-09 20:31 ` hjl dot tools at gmail dot com
2010-06-10  6:18 ` ubizjak at gmail dot com
2010-06-10 14:30 ` hjl dot tools at gmail dot com
2010-06-10 14:57 ` ubizjak at gmail dot com
2010-06-10 15:00 ` ubizjak at gmail dot com
2010-06-10 15:13 ` ubizjak at gmail dot com
2010-06-10 15:44 ` hjl dot tools at gmail dot com
2010-06-10 16:01 ` hjl at gcc dot gnu dot org
2010-06-10 19:16 ` hjl dot tools at gmail dot com
2010-08-16 23:50 ` bernds at gcc dot gnu dot org
2010-08-16 23:51 ` bernds at gcc dot gnu dot org
2010-08-17  0:10 ` hjl dot tools at gmail dot com
2010-08-17  0:11 ` hjl dot tools at gmail dot com
2010-08-17  0:17 ` bernds at gcc dot gnu dot org
2010-08-17  3:46 ` hjl dot tools at gmail dot com
2010-08-17  9:48 ` bernds at gcc dot gnu dot org
2010-08-17 14:48 ` hjl dot tools at gmail dot com
2010-08-18 20:13 ` ubizjak at gmail dot com

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).