public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/9376: Typo in libgcc2.c __subvdi3
@ 2003-03-30  4:56 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-03-30  4:56 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nobody

Synopsis: Typo in libgcc2.c __subvdi3

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Sun Mar 30 00:13:26 2003
State-Changed-Why:
    Patch was checked in on 2003-02-04. Thanks, Falk!
    W.

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


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

* Re: c/9376: Typo in libgcc2.c __subvdi3
@ 2003-02-02 22:40 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-02-02 22:40 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nobody

Synopsis: Typo in libgcc2.c __subvdi3

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Sun Feb  2 22:40:57 2003
State-Changed-Why:
    Can you try to send your patch for this to gcc-patches@gcc.gnu.org,
    with a description of the problem and a ChangeLog entry?
    
    Thanks
      Wolfgang

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


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

* c/9376: Typo in libgcc2.c __subvdi3
@ 2003-01-20 17:16 Falk Hueffner
  0 siblings, 0 replies; 3+ messages in thread
From: Falk Hueffner @ 2003-01-20 17:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9376
>Category:       c
>Synopsis:       Typo in libgcc2.c __subvdi3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 20 17:15:59 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Falk Hueffner
>Release:        3.4 20030116 (experimental)
>Organization:
>Environment:
System: Linux juist 2.5.59 #4 Sat Jan 18 12:46:41 CET 2003 alpha unknown unknown GNU/Linux
Architecture: alpha

	
host: alphaev68-unknown-linux-gnu
build: alphaev68-unknown-linux-gnu
target: alphaev68-unknown-linux-gnu
configured with: ../configure --enable-languages=c++ --disable-nls
>Description:
There seems to be a pasto in __subvdi3. The function call is
missing. This patch looks correct.

Index: libgcc2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/libgcc2.c,v
retrieving revision 1.156
diff -u -r1.156 libgcc2.c
--- libgcc2.c   18 Jan 2003 22:32:06 -0000      1.156
+++ libgcc2.c   20 Jan 2003 17:04:00 -0000
@@ -119,7 +119,7 @@
 __subvdi3 (DWtype a, DWtype b)
 {
 #ifdef L_addvdi3
-  return (a, (-b));
+  return __addvdi3 (a, (-b));
 #else
   DWtype w;
	
>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-03-30  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-30  4:56 c/9376: Typo in libgcc2.c __subvdi3 bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-02-02 22:40 bangerth
2003-01-20 17:16 Falk Hueffner

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