public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/4448: make bootstrap failed: gthr-win32.h erroneous
@ 2001-11-12 19:52 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-12 19:52 UTC (permalink / raw)
  To: arthur_i_schwarz, gcc-bugs, gcc-gnats, gcc-prs, nobody, rodrigc

Synopsis: make bootstrap failed: gthr-win32.h erroneous

Responsible-Changed-From-To: unassigned->rodrigc
Responsible-Changed-By: rodrigc
Responsible-Changed-When: Sun Nov 18 16:50:37 2001
Responsible-Changed-Why:
    Applying patch.
State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Nov 18 16:50:37 2001
State-Changed-Why:
    Patch applied.
    2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
     
            PR c/4448
            * gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
            name __objc_thread_exit_status so that it matches the
            variable defined in objc/thr.h.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4448&database=gcc


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

* Re: bootstrap/4448: make bootstrap failed: gthr-win32.h erroneous
@ 2001-11-12 20:10 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-12 20:10 UTC (permalink / raw)
  To: rodrigc; +Cc: gcc-prs

The following reply was made to PR bootstrap/4448; it has been noted by GNATS.

From: rodrigc@gcc.gnu.org
To: arthur_i_schwarz@west.raytheon.com, gcc-bugs@gcc.gnu.org,
  gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org,
  rodrigc@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/4448: make bootstrap failed: gthr-win32.h erroneous
Date: 19 Nov 2001 00:50:38 -0000

 Synopsis: make bootstrap failed: gthr-win32.h erroneous
 
 Responsible-Changed-From-To: unassigned->rodrigc
 Responsible-Changed-By: rodrigc
 Responsible-Changed-When: Sun Nov 18 16:50:37 2001
 Responsible-Changed-Why:
     Applying patch.
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Sun Nov 18 16:50:37 2001
 State-Changed-Why:
     Patch applied.
     2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
      
             PR c/4448
             * gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
             name __objc_thread_exit_status so that it matches the
             variable defined in objc/thr.h.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4448&database=gcc


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

* bootstrap/4448: make bootstrap failed: gthr-win32.h erroneous
@ 2001-10-02 17:26 arthur_i_schwarz
  0 siblings, 0 replies; 3+ messages in thread
From: arthur_i_schwarz @ 2001-10-02 17:26 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4448
>Category:       bootstrap
>Synopsis:       make bootstrap failed: gthr-win32.h erroneous
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 02 17:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     arthur schwarz
>Release:        gcc-3.0.1
>Organization:
>Environment:
cygwin under WinNT
>Description:
/gcc-3.0.1/gcc/gthr-win32.h:  ExitThread(__gthread_objc_thread_exit_status);

__gthread_objc_thread_exit_status: undefined
>How-To-Repeat:
[1] configure --enable-threads=win32
[2] make bootstrap
>Fix:
/* Terminate the current thread. */
int
__gthread_objc_thread_exit(void)
{
  DWORD __gthread_objc_thread_exit_status; /* <== fix */
  /* exit the thread */
  ExitThread( __gthread_objc_thread_exit_status);

  /* Failed if we reached here */
  return -1;
}
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-11-19  0:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-12 19:52 bootstrap/4448: make bootstrap failed: gthr-win32.h erroneous rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-11-12 20:10 rodrigc
2001-10-02 17:26 arthur_i_schwarz

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