public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18333] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator
@ 2004-11-07  2:21 hp at gcc dot gnu dot org
  2004-11-07  2:29 ` [Bug target/18333] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-07  2:21 UTC (permalink / raw)
  To: gcc-bugs

With LAST_UPDATED: "Sat Nov  6 19:25:03 GMT 2004" I get:
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator

With the message in the .log being:
/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c:44: #error Need 64-bit
long long

That's bogus; both long and long long are 64 bits on this newlib target.

This test seems never to have worked on this target.

-- 
           Summary: mmix-knuth-mmixware testsuite failure:
                    gcc.dg/compat/struct-layout-1 generator
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mmix-knuth-mmixware


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


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

* [Bug target/18333] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator
  2004-11-07  2:21 [Bug target/18333] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator hp at gcc dot gnu dot org
@ 2004-11-07  2:29 ` pinskia at gcc dot gnu dot org
  2004-11-07  6:39 ` hp at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07  2:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 02:29 -------
#if LLONG_MAX != 9223372036854775807LL && __LONG_LONG_MAX__ != 9223372036854775807LL
# error Need 64-bit long long
#endif

Seems something is wrong here.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


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

* [Bug target/18333] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator
  2004-11-07  2:21 [Bug target/18333] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator hp at gcc dot gnu dot org
  2004-11-07  2:29 ` [Bug target/18333] " pinskia at gcc dot gnu dot org
@ 2004-11-07  6:39 ` hp at gcc dot gnu dot org
  2004-11-11 15:24 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-07  6:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/18333] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator
  2004-11-07  2:21 [Bug target/18333] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator hp at gcc dot gnu dot org
  2004-11-07  2:29 ` [Bug target/18333] " pinskia at gcc dot gnu dot org
  2004-11-07  6:39 ` hp at gcc dot gnu dot org
@ 2004-11-11 15:24 ` pinskia at gcc dot gnu dot org
  2005-05-18 21:01 ` hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-11 15:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |---


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


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

* [Bug target/18333] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator
  2004-11-07  2:21 [Bug target/18333] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-11 15:24 ` pinskia at gcc dot gnu dot org
@ 2005-05-18 21:01 ` hp at gcc dot gnu dot org
  2005-06-08 12:50 ` hp at gcc dot gnu dot org
  2005-06-08 12:57 ` [Bug testsuite/18333] gcc.dg/compat/struct-layout-1 generator cannot be compiled with gcc 2.95 rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-05-18 21:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-05-18 21:01 -------
Habitual reconfirm.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-18 21:01:51
               date|                            |


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


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

* [Bug target/18333] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator
  2004-11-07  2:21 [Bug target/18333] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-18 21:01 ` hp at gcc dot gnu dot org
@ 2005-06-08 12:50 ` hp at gcc dot gnu dot org
  2005-06-08 12:57 ` [Bug testsuite/18333] gcc.dg/compat/struct-layout-1 generator cannot be compiled with gcc 2.95 rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-06-08 12:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-06-08 12:50 -------
I haven't mentioned before that the host gcc is 2.95.3.

-- 


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


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

* [Bug testsuite/18333] gcc.dg/compat/struct-layout-1 generator cannot be compiled with gcc 2.95
  2004-11-07  2:21 [Bug target/18333] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-06-08 12:50 ` hp at gcc dot gnu dot org
@ 2005-06-08 12:57 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-06-08 12:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-06-08 12:57 -------
The same happens on i686-pc-linux-gnu bootstrapping mainline with
gcc 2.95.4 (aka gcc-2.95.4-14 from Debian woody).

So it seems to be a host compiler bug or at least is host compiler
dependent.  From gcc 3.0 on it seems to work.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |testsuite
            Summary|mmix-knuth-mmixware         |gcc.dg/compat/struct-layout-
                   |testsuite failure:          |1 generator cannot be
                   |gcc.dg/compat/struct-layout-|compiled with gcc 2.95
                   |1 generator                 |


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


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

end of thread, other threads:[~2005-06-08 12:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-07  2:21 [Bug target/18333] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/struct-layout-1 generator hp at gcc dot gnu dot org
2004-11-07  2:29 ` [Bug target/18333] " pinskia at gcc dot gnu dot org
2004-11-07  6:39 ` hp at gcc dot gnu dot org
2004-11-11 15:24 ` pinskia at gcc dot gnu dot org
2005-05-18 21:01 ` hp at gcc dot gnu dot org
2005-06-08 12:50 ` hp at gcc dot gnu dot org
2005-06-08 12:57 ` [Bug testsuite/18333] gcc.dg/compat/struct-layout-1 generator cannot be compiled with gcc 2.95 rguenth 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).