public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/43739]  New: FAIL: gcc.dg/pr43643.c (test for excess errors)
@ 2010-04-13  0:58 danglin at gcc dot gnu dot org
  2010-04-13 10:40 ` [Bug testsuite/43739] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-04-13  0:58 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /mnt/gnu/gcc/objdir/gcc/xgcc -B/mnt/gnu/gcc/objdir/gcc/
/mnt/
gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr43643.c   -O2 -pg  -lm   -o ./pr43643.exe    
(timeout = 300)
Warning: consider linking with `-static' as system libraries with
  profiling support are only provided in archive format
ld: Unsatisfied symbol "pthread_attr_setdetachstate" in file
/mnt/gnu/gcc/objdir
/gcc/libgcc_eh.a[unwind-dw2-fde.o]
ld: Unsatisfied symbol "pthread_mutex_unlock" in file
/mnt/gnu/gcc/objdir/gcc/li
bgcc_eh.a[unwind-dw2-fde.o]
ld: Unsatisfied symbol "pthread_attr_destroy" in file
/mnt/gnu/gcc/objdir/gcc/li
bgcc_eh.a[unwind-dw2-fde.o]
ld: Unsatisfied symbol "pthread_mutex_lock" in file
/mnt/gnu/gcc/objdir/gcc/libg
cc_eh.a[unwind-dw2-fde.o]
4 errors.
collect2: ld returned 1 exit status


-- 
           Summary: FAIL: gcc.dg/pr43643.c (test for excess errors)
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


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


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

* [Bug testsuite/43739] [4.5 Regression] FAIL: gcc.dg/pr43643.c (test for excess errors)
  2010-04-13  0:58 [Bug testsuite/43739] New: FAIL: gcc.dg/pr43643.c (test for excess errors) danglin at gcc dot gnu dot org
@ 2010-04-13 10:40 ` rguenth at gcc dot gnu dot org
  2010-04-14 10:58 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-13 10:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu dot org
            Summary|FAIL: gcc.dg/pr43643.c (test|[4.5 Regression] FAIL:
                   |for excess errors)          |gcc.dg/pr43643.c (test for
                   |                            |excess errors)
   Target Milestone|---                         |4.5.0


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


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

* [Bug testsuite/43739] [4.5 Regression] FAIL: gcc.dg/pr43643.c (test for excess errors)
  2010-04-13  0:58 [Bug testsuite/43739] New: FAIL: gcc.dg/pr43643.c (test for excess errors) danglin at gcc dot gnu dot org
  2010-04-13 10:40 ` [Bug testsuite/43739] [4.5 Regression] " rguenth at gcc dot gnu dot org
@ 2010-04-14 10:58 ` rguenth at gcc dot gnu dot org
  2010-04-14 16:47 ` sje at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-14 10:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.0                       |4.5.1


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


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

* [Bug testsuite/43739] [4.5 Regression] FAIL: gcc.dg/pr43643.c (test for excess errors)
  2010-04-13  0:58 [Bug testsuite/43739] New: FAIL: gcc.dg/pr43643.c (test for excess errors) danglin at gcc dot gnu dot org
  2010-04-13 10:40 ` [Bug testsuite/43739] [4.5 Regression] " rguenth at gcc dot gnu dot org
  2010-04-14 10:58 ` rguenth at gcc dot gnu dot org
@ 2010-04-14 16:47 ` sje at gcc dot gnu dot org
  2010-04-14 16:49 ` sje at cup dot hp dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sje at gcc dot gnu dot org @ 2010-04-14 16:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from sje at gcc dot gnu dot org  2010-04-14 16:47 -------
Subject: Bug 43739

Author: sje
Date: Wed Apr 14 16:47:15 2010
New Revision: 158351

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158351
Log:
2010-04-14  Steve Ellcey  <sje@cup.hp.com>

        PR testsuite/43739
        * gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr43643.c


-- 


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


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

* [Bug testsuite/43739] [4.5 Regression] FAIL: gcc.dg/pr43643.c (test for excess errors)
  2010-04-13  0:58 [Bug testsuite/43739] New: FAIL: gcc.dg/pr43643.c (test for excess errors) danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-04-14 16:47 ` sje at gcc dot gnu dot org
@ 2010-04-14 16:49 ` sje at cup dot hp dot com
  2010-06-18 22:35 ` danglin at gcc dot gnu dot org
  2010-06-18 22:39 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: sje at cup dot hp dot com @ 2010-04-14 16:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sje at cup dot hp dot com  2010-04-14 16:49 -------
Fixed by adding -static to link like other tests already do.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug testsuite/43739] [4.5 Regression] FAIL: gcc.dg/pr43643.c (test for excess errors)
  2010-04-13  0:58 [Bug testsuite/43739] New: FAIL: gcc.dg/pr43643.c (test for excess errors) danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2010-04-14 16:49 ` sje at cup dot hp dot com
@ 2010-06-18 22:35 ` danglin at gcc dot gnu dot org
  2010-06-18 22:39 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-06-18 22:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2010-06-18 22:35 -------
Subject: Bug 43739

Author: danglin
Date: Fri Jun 18 22:34:42 2010
New Revision: 161012

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161012
Log:
        Backport from mainline
        2010-04-14  Steve Ellcey  <sje@cup.hp.com>

        PR testsuite/43739
        * gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.


Modified:
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr43643.c


-- 


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


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

* [Bug testsuite/43739] [4.5 Regression] FAIL: gcc.dg/pr43643.c (test for excess errors)
  2010-04-13  0:58 [Bug testsuite/43739] New: FAIL: gcc.dg/pr43643.c (test for excess errors) danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2010-06-18 22:35 ` danglin at gcc dot gnu dot org
@ 2010-06-18 22:39 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-06-18 22:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2010-06-18 22:39 -------
Subject: Bug 43739

Author: danglin
Date: Fri Jun 18 22:38:32 2010
New Revision: 161013

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161013
Log:
        Backport from mainline
        2010-04-14  Steve Ellcey  <sje@cup.hp.com>

        PR testsuite/43739
        * gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.


Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr43643.c


-- 


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


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

end of thread, other threads:[~2010-06-18 22:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-13  0:58 [Bug testsuite/43739] New: FAIL: gcc.dg/pr43643.c (test for excess errors) danglin at gcc dot gnu dot org
2010-04-13 10:40 ` [Bug testsuite/43739] [4.5 Regression] " rguenth at gcc dot gnu dot org
2010-04-14 10:58 ` rguenth at gcc dot gnu dot org
2010-04-14 16:47 ` sje at gcc dot gnu dot org
2010-04-14 16:49 ` sje at cup dot hp dot com
2010-06-18 22:35 ` danglin at gcc dot gnu dot org
2010-06-18 22:39 ` danglin 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).