public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/65717] New: 64-bit runtime FAILs with 32-bit compiler
@ 2015-04-09 15:18 ro at gcc dot gnu.org
  2015-04-10  7:39 ` [Bug go/65717] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2015-04-09 15:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65717

            Bug ID: 65717
           Summary: 64-bit runtime FAILs with 32-bit compiler
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: ro at gcc dot gnu.org
                CC: cmang at google dot com
              Host: i386-pc-solaris2.1[01], sparc-sun-solaris2.1[01],
                    i686-unknown-linux-gnu
            Target: *-*-solaris2.1[01], i686-unknown-linux-gnu

The 64-bit libgo runtime test FAILs on both Solaris and Linux when compiled
with
a 32-bit compiler:

gc_test.go:187:19: error: invalid array length
   hugeSink = new([n]*byte)
                   ^
gc_test.go:188:19: error: invalid array length
   hugeSink = new([n]uintptr)
                   ^
gc_test.go:191:7: error: invalid array length
    y [n]*byte
       ^
gc_test.go:196:7: error: invalid array length
    y [n]uintptr
       ^
FAIL: runtime

Everything is fine if using a 64-bit compiler instead.

  Rainer


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

* [Bug go/65717] 64-bit runtime FAILs with 32-bit compiler
  2015-04-09 15:18 [Bug go/65717] New: 64-bit runtime FAILs with 32-bit compiler ro at gcc dot gnu.org
@ 2015-04-10  7:39 ` rguenth at gcc dot gnu.org
  2015-04-10  8:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-04-10  7:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65717

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
You mean the target 64bit multilib on a 32bit host I suppose?


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

* [Bug go/65717] 64-bit runtime FAILs with 32-bit compiler
  2015-04-09 15:18 [Bug go/65717] New: 64-bit runtime FAILs with 32-bit compiler ro at gcc dot gnu.org
  2015-04-10  7:39 ` [Bug go/65717] " rguenth at gcc dot gnu.org
@ 2015-04-10  8:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2015-04-22 12:02 ` jakub at gcc dot gnu.org
  2015-07-16  9:15 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2015-04-10  8:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65717

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
> You mean the target 64bit multilib on a 32bit host I suppose?

Exactly.

    Rainer


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

* [Bug go/65717] 64-bit runtime FAILs with 32-bit compiler
  2015-04-09 15:18 [Bug go/65717] New: 64-bit runtime FAILs with 32-bit compiler ro at gcc dot gnu.org
  2015-04-10  7:39 ` [Bug go/65717] " rguenth at gcc dot gnu.org
  2015-04-10  8:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2015-04-22 12:02 ` jakub at gcc dot gnu.org
  2015-07-16  9:15 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-04-22 12:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65717

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.0                         |5.2

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 5.1 has been released.


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

* [Bug go/65717] 64-bit runtime FAILs with 32-bit compiler
  2015-04-09 15:18 [Bug go/65717] New: 64-bit runtime FAILs with 32-bit compiler ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-04-22 12:02 ` jakub at gcc dot gnu.org
@ 2015-07-16  9:15 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-16  9:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65717

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.2                         |5.3

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 5.2 is being released, adjusting target milestone to 5.3.


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

end of thread, other threads:[~2015-07-16  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-09 15:18 [Bug go/65717] New: 64-bit runtime FAILs with 32-bit compiler ro at gcc dot gnu.org
2015-04-10  7:39 ` [Bug go/65717] " rguenth at gcc dot gnu.org
2015-04-10  8:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
2015-04-22 12:02 ` jakub at gcc dot gnu.org
2015-07-16  9:15 ` rguenth at gcc dot gnu.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).