public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/27034]  New: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails
@ 2006-04-04 19:16 jsm28 at gcc dot gnu dot org
  2006-04-04 19:26 ` [Bug target/27034] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-04-04 19:16 UTC (permalink / raw)
  To: gcc-bugs

FAIL: gcc.dg/20021014-1.c (test for excess errors)
appeared on hppa64-hp-hpux11.11 on trunk between revisions 112223 (20060320,
PASSes) and 112281 (20060322, FAILs).

ld: Unsatisfied symbol "pthread_mutex_unlock" in file
/scratch/gcc/nightly-2006-04-03-mainline/hppa64-hp-hpux11.11/build_gcc/install/lib/gcc/hppa64-hp-hpux11.11/4.2.0/libgcc_eh.a[unwind-dw2-fde.o]
ld: Unsatisfied symbol "pthread_mutex_lock" in file
/scratch/gcc/nightly-2006-04-03-mainline/hppa64-hp-hpux11.11/build_gcc/install/lib/gcc/hppa64-hp-hpux11.11/4.2.0/libgcc_eh.a[unwind-dw2-fde.o]


-- 
           Summary: [4.2 Regression] gcc.dg/20021014-1.c (test for excess
                    errors) fails
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org


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


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

* [Bug target/27034] [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails
  2006-04-04 19:16 [Bug target/27034] New: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails jsm28 at gcc dot gnu dot org
@ 2006-04-04 19:26 ` pinskia at gcc dot gnu dot org
  2006-04-09 16:54 ` danglin 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 @ 2006-04-04 19:26 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
 GCC target triplet|                            |hppa64-hp-hpux11.11
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/27034] [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails
  2006-04-04 19:16 [Bug target/27034] New: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails jsm28 at gcc dot gnu dot org
  2006-04-04 19:26 ` [Bug target/27034] " pinskia at gcc dot gnu dot org
@ 2006-04-09 16:54 ` danglin at gcc dot gnu dot org
  2006-04-09 18:32 ` danglin at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-04-09 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2006-04-09 16:54 -------
A typo "shatic' was introduced into the LIB_SPEC.


-- 


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


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

* [Bug target/27034] [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails
  2006-04-04 19:16 [Bug target/27034] New: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails jsm28 at gcc dot gnu dot org
  2006-04-04 19:26 ` [Bug target/27034] " pinskia at gcc dot gnu dot org
  2006-04-09 16:54 ` danglin at gcc dot gnu dot org
@ 2006-04-09 18:32 ` danglin at gcc dot gnu dot org
  2006-05-02 23:34 ` sje at cup dot hp dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-04-09 18:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2006-04-09 18:32 -------
Subject: Bug 27034

Author: danglin
Date: Sun Apr  9 18:32:16 2006
New Revision: 112807

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112807
Log:
        PR target/27034
        PR target/26508
        * config.gcc (hppa*64*-*-hpux11*): Add 'libgcc_stub.a' to extra_parts.
        * pa64-hpux.h (LIB_SPEC): Correct typo.  Don't append milli.a.
        (LINK_GCC_C_SEQUENCE_SPEC): Define.  Append milli.a here.
        (PA_CXA_FINALIZE_STUB, PA_JV_REGISTERCLASSES_STUB): Delete defines.
        (PA_INIT_FINI_HACK): Rename to PA_CRTBEGIN_HACK.
        (PA_CRTBEGIN_HACK): Ensure __do_global_ctors_aux is placed in text
        section.  Delete PA_CXA_FINALIZE_STUB and PA_JV_REGISTERCLASSES_STUB
        stubs.  Add ".align 8" directives before all ".dword" directives.
        (GTHREAD_USE_WEAK): Revise comment.
        (TARGET_ATTRIBUTE_WEAK): Define.
        * pa/t-pa64 (LIBGCCSTUB_OBJS): Add new rules for stublib.c, rfi-stub.o,
        dfi-stub.o, cxaf-stub.o and jvrc-stub.o.
        * stublib.c: New file.


Added:
    trunk/gcc/config/pa/stublib.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/pa/pa64-hpux.h
    trunk/gcc/config/pa/t-pa64


-- 


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


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

* [Bug target/27034] [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails
  2006-04-04 19:16 [Bug target/27034] New: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-04-09 18:32 ` danglin at gcc dot gnu dot org
@ 2006-05-02 23:34 ` sje at cup dot hp dot com
  2006-05-03  0:12 ` joseph at codesourcery dot com
  2006-05-03  0:45 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: sje at cup dot hp dot com @ 2006-05-02 23:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sje at cup dot hp dot com  2006-05-02 23:34 -------
I am not seeing this failure in my recent builds, should I go ahead and close
this  defect?


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com


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


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

* [Bug target/27034] [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails
  2006-04-04 19:16 [Bug target/27034] New: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails jsm28 at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-05-02 23:34 ` sje at cup dot hp dot com
@ 2006-05-03  0:12 ` joseph at codesourcery dot com
  2006-05-03  0:45 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: joseph at codesourcery dot com @ 2006-05-03  0:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from joseph at codesourcery dot com  2006-05-03 00:12 -------
Subject: Re:  [4.2 Regression] gcc.dg/20021014-1.c (test
 for excess errors) fails

On Tue, 2 May 2006, sje at cup dot hp dot com wrote:

> I am not seeing this failure in my recent builds, should I go ahead and close
> this  defect?

This failure has indeed gone away at some point.


-- 


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


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

* [Bug target/27034] [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails
  2006-04-04 19:16 [Bug target/27034] New: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails jsm28 at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-05-03  0:12 ` joseph at codesourcery dot com
@ 2006-05-03  0:45 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-03  0:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-05-03 00:44 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-05-03  0:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-04 19:16 [Bug target/27034] New: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails jsm28 at gcc dot gnu dot org
2006-04-04 19:26 ` [Bug target/27034] " pinskia at gcc dot gnu dot org
2006-04-09 16:54 ` danglin at gcc dot gnu dot org
2006-04-09 18:32 ` danglin at gcc dot gnu dot org
2006-05-02 23:34 ` sje at cup dot hp dot com
2006-05-03  0:12 ` joseph at codesourcery dot com
2006-05-03  0:45 ` pinskia 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).