public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/48501] New: 64bit-out.go, select5-out.go, tmp.go compilation times out
@ 2011-04-07 17:56 ro at gcc dot gnu.org
  2012-01-30 19:26 ` [Bug go/48501] " ubizjak at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2011-04-07 17:56 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: 64bit-out.go, select5-out.go, tmp.go compilation times
                    out
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: ro@gcc.gnu.org
              Host: sparc-sun-solaris2.*
            Target: sparc-sun-solaris2.*
             Build: sparc-sun-solaris2.*


3 go testcases time out while compiling on Solaris 2/SPARC:

FAIL: ./64bit-out.go compilation,  -O2 -g 
FAIL: ./select5-out.go compilation,  -O2 -g 
FAIL: ./tmp.go compilation,  -O2 -g 

E.g., compiling 64bit-out.go (an 1.3 MB source file) on an unloaded 1.35 GHz
UltraSPARC IV+ takes

real        4:13.59
user        4:12.51
sys            0.84

which is dangerously close to the default 300 s timeout.

It's way worse on a 250 MHz MIPS R10k:

real    17:17.42
user    17:12.24
sys         1.21

I thing such a test (haven't looked in more detail into the others) is way
over the top.


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

* [Bug go/48501] 64bit-out.go, select5-out.go, tmp.go compilation times out
  2011-04-07 17:56 [Bug go/48501] New: 64bit-out.go, select5-out.go, tmp.go compilation times out ro at gcc dot gnu.org
@ 2012-01-30 19:26 ` ubizjak at gmail dot com
  2012-01-30 22:12 ` uros at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ubizjak at gmail dot com @ 2012-01-30 19:26 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-01-30
     Ever Confirmed|0                           |1

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2012-01-30 18:49:46 UTC ---
Proposed testsuite patch at [1].

[1] http://gcc.gnu.org/ml/gcc-patches/2012-01/msg01664.html


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

* [Bug go/48501] 64bit-out.go, select5-out.go, tmp.go compilation times out
  2011-04-07 17:56 [Bug go/48501] New: 64bit-out.go, select5-out.go, tmp.go compilation times out ro at gcc dot gnu.org
  2012-01-30 19:26 ` [Bug go/48501] " ubizjak at gmail dot com
@ 2012-01-30 22:12 ` uros at gcc dot gnu.org
  2012-02-14 18:03 ` ian at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: uros at gcc dot gnu.org @ 2012-01-30 22:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from uros at gcc dot gnu.org 2012-01-30 21:31:45 UTC ---
Author: uros
Date: Mon Jan 30 21:31:38 2012
New Revision: 183741

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183741
Log:
    PR go/48501
    * lib/go.exp (go_target_compile): Append timeout= to options.
    * go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for
    select5-out.go test on alpha*-*-* targets.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/go.test/go-test.exp
    trunk/gcc/testsuite/lib/go.exp


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

* [Bug go/48501] 64bit-out.go, select5-out.go, tmp.go compilation times out
  2011-04-07 17:56 [Bug go/48501] New: 64bit-out.go, select5-out.go, tmp.go compilation times out ro at gcc dot gnu.org
  2012-01-30 19:26 ` [Bug go/48501] " ubizjak at gmail dot com
  2012-01-30 22:12 ` uros at gcc dot gnu.org
@ 2012-02-14 18:03 ` ian at gcc dot gnu.org
  2012-02-14 18:05 ` ian at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ian at gcc dot gnu.org @ 2012-02-14 18:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> 2012-02-14 18:02:23 UTC ---
Author: ian
Date: Tue Feb 14 18:02:09 2012
New Revision: 184218

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184218
Log:
    PR go/48501
runtime: Fix identity hash function for big-endian systems.

Modified:
    trunk/libgo/runtime/go-type-identity.c


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

* [Bug go/48501] 64bit-out.go, select5-out.go, tmp.go compilation times out
  2011-04-07 17:56 [Bug go/48501] New: 64bit-out.go, select5-out.go, tmp.go compilation times out ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-02-14 18:03 ` ian at gcc dot gnu.org
@ 2012-02-14 18:05 ` ian at gcc dot gnu.org
  2012-02-14 18:07 ` ian at airs dot com
  2012-02-16 19:39 ` ro at CeBiTec dot Uni-Bielefeld.DE
  5 siblings, 0 replies; 7+ messages in thread
From: ian at gcc dot gnu.org @ 2012-02-14 18:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> 2012-02-14 18:04:38 UTC ---
Author: ian
Date: Tue Feb 14 18:04:28 2012
New Revision: 184219

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184219
Log:
    PR go/48501
    * go.test/go-test.exp (go-gc-tests): Disable optimizations when
    compiling generated file for 64bit and index tests.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/go.test/go-test.exp


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

* [Bug go/48501] 64bit-out.go, select5-out.go, tmp.go compilation times out
  2011-04-07 17:56 [Bug go/48501] New: 64bit-out.go, select5-out.go, tmp.go compilation times out ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-02-14 18:05 ` ian at gcc dot gnu.org
@ 2012-02-14 18:07 ` ian at airs dot com
  2012-02-16 19:39 ` ro at CeBiTec dot Uni-Bielefeld.DE
  5 siblings, 0 replies; 7+ messages in thread
From: ian at airs dot com @ 2012-02-14 18:07 UTC (permalink / raw)
  To: gcc-bugs

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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Ian Lance Taylor <ian at airs dot com> 2012-02-14 18:06:55 UTC ---
Should be fixed now.  Let me know if you still see problems.


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

* [Bug go/48501] 64bit-out.go, select5-out.go, tmp.go compilation times out
  2011-04-07 17:56 [Bug go/48501] New: 64bit-out.go, select5-out.go, tmp.go compilation times out ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-02-14 18:07 ` ian at airs dot com
@ 2012-02-16 19:39 ` ro at CeBiTec dot Uni-Bielefeld.DE
  5 siblings, 0 replies; 7+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2012-02-16 19:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-02-16 19:25:56 UTC ---
> --- Comment #5 from Ian Lance Taylor <ian at airs dot com> 2012-02-14 18:06:55 UTC ---
> Should be fixed now.  Let me know if you still see problems.

Not with these three.  Only

Running target unix/-m64
FAIL: go.test/test/chan/doubleselect.go execution,  -O2 -g 
WARNING: program timed out.

times out consistently (64-bit only, Solaris 9 to 11).

    Rainer


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

end of thread, other threads:[~2012-02-16 19:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-07 17:56 [Bug go/48501] New: 64bit-out.go, select5-out.go, tmp.go compilation times out ro at gcc dot gnu.org
2012-01-30 19:26 ` [Bug go/48501] " ubizjak at gmail dot com
2012-01-30 22:12 ` uros at gcc dot gnu.org
2012-02-14 18:03 ` ian at gcc dot gnu.org
2012-02-14 18:05 ` ian at gcc dot gnu.org
2012-02-14 18:07 ` ian at airs dot com
2012-02-16 19:39 ` ro at CeBiTec dot Uni-Bielefeld.DE

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