public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/41046]  New: decNumber leaves printf call in libgcc
@ 2009-08-12 17:16 janis at gcc dot gnu dot org
  2009-08-13 16:55 ` [Bug c/41046] " janis at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-08-12 17:16 UTC (permalink / raw)
  To: gcc-bugs

The decNumber package has debugging code with calls to printf.  Most of those
calls are protected by DECCHECK or DECTRACE, but a couple of them are not.  The
printf calls should not be in the normal build of libgcc.

I'm about to submit a fix but want a PR to keep track of this issue.


-- 
           Summary: decNumber leaves printf call in libgcc
           Product: gcc
           Version: 4.3.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: janis at gcc dot gnu dot org
        ReportedBy: janis at gcc dot gnu dot org


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


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

* [Bug c/41046] decNumber leaves printf call in libgcc
  2009-08-12 17:16 [Bug c/41046] New: decNumber leaves printf call in libgcc janis at gcc dot gnu dot org
@ 2009-08-13 16:55 ` janis at gcc dot gnu dot org
  2009-08-13 16:58 ` janis at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-08-13 16:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from janis at gcc dot gnu dot org  2009-08-13 16:54 -------
Subject: Bug 41046

Author: janis
Date: Thu Aug 13 16:54:28 2009
New Revision: 150720

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150720
Log:
        PR c/41046
        * decContext.c (decContextTestEndian): Call printf only if DECCHECK.
        * decCommon.c ( decFloatShow): Define function only for DECCHECK
        or DECTRACE.

Modified:
    trunk/libdecnumber/ChangeLog
    trunk/libdecnumber/decCommon.c
    trunk/libdecnumber/decContext.c


-- 


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


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

* [Bug c/41046] decNumber leaves printf call in libgcc
  2009-08-12 17:16 [Bug c/41046] New: decNumber leaves printf call in libgcc janis at gcc dot gnu dot org
  2009-08-13 16:55 ` [Bug c/41046] " janis at gcc dot gnu dot org
@ 2009-08-13 16:58 ` janis at gcc dot gnu dot org
  2009-08-13 17:01 ` janis at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-08-13 16:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from janis at gcc dot gnu dot org  2009-08-13 16:58 -------
Subject: Bug 41046

Author: janis
Date: Thu Aug 13 16:58:06 2009
New Revision: 150721

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150721
Log:
        PR c/41046
        * decCommon.c ( decFloatShow): Define function only for DECCHECK
        or DECTRACE.

Modified:
    branches/gcc-4_4-branch/libdecnumber/ChangeLog
    branches/gcc-4_4-branch/libdecnumber/decCommon.c


-- 


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


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

* [Bug c/41046] decNumber leaves printf call in libgcc
  2009-08-12 17:16 [Bug c/41046] New: decNumber leaves printf call in libgcc janis at gcc dot gnu dot org
  2009-08-13 16:55 ` [Bug c/41046] " janis at gcc dot gnu dot org
  2009-08-13 16:58 ` janis at gcc dot gnu dot org
@ 2009-08-13 17:01 ` janis at gcc dot gnu dot org
  2009-08-14 19:50 ` janis at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-08-13 17:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from janis at gcc dot gnu dot org  2009-08-13 17:01 -------
Subject: Bug 41046

Author: janis
Date: Thu Aug 13 17:00:49 2009
New Revision: 150722

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150722
Log:
        PR c/41046
        * decCommon.c ( decFloatShow): Define function only for DECCHECK
        or DECTRACE.

Modified:
    branches/gcc-4_3-branch/libdecnumber/ChangeLog
    branches/gcc-4_3-branch/libdecnumber/decCommon.c


-- 


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


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

* [Bug c/41046] decNumber leaves printf call in libgcc
  2009-08-12 17:16 [Bug c/41046] New: decNumber leaves printf call in libgcc janis at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-08-13 17:01 ` janis at gcc dot gnu dot org
@ 2009-08-14 19:50 ` janis at gcc dot gnu dot org
  2009-08-18 14:13 ` jessiecute13 at aol dot com
  2009-11-22 20:02 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-08-14 19:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2009-08-14 19:49 -------
Subject: Bug 41046

Author: janis
Date: Fri Aug 14 19:49:17 2009
New Revision: 150775

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150775
Log:
        PR c/41046
        * decCommon.c ( decFloatShow): Define function only for DECCHECK
        or DECTRACE.

Added:
    branches/ibm/gcc-4_3-branch/libdecnumber/ChangeLog.ibm
Modified:
    branches/ibm/gcc-4_3-branch/gcc/REVISION
    branches/ibm/gcc-4_3-branch/libdecnumber/decCommon.c


-- 


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


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

* [Bug c/41046] decNumber leaves printf call in libgcc
  2009-08-12 17:16 [Bug c/41046] New: decNumber leaves printf call in libgcc janis at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-08-14 19:50 ` janis at gcc dot gnu dot org
@ 2009-08-18 14:13 ` jessiecute13 at aol dot com
  2009-11-22 20:02 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jessiecute13 at aol dot com @ 2009-08-18 14:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jessiecute13 at aol dot com  2009-08-18 14:13 -------
Needs tickets for the race in oct9-10


-- 

jessiecute13 at aol dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |4210
OtherBugsDependingO|                            |4112
              nThis|                            |


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


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

* [Bug c/41046] decNumber leaves printf call in libgcc
  2009-08-12 17:16 [Bug c/41046] New: decNumber leaves printf call in libgcc janis at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-08-18 14:13 ` jessiecute13 at aol dot com
@ 2009-11-22 20:02 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-11-22 20:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jsm28 at gcc dot gnu dot org  2009-11-22 20:01 -------
The PR logs indicate this is fixed.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to work|                            |4.3.5 4.4.2 4.5.0
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.5


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


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

end of thread, other threads:[~2009-11-22 20:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-12 17:16 [Bug c/41046] New: decNumber leaves printf call in libgcc janis at gcc dot gnu dot org
2009-08-13 16:55 ` [Bug c/41046] " janis at gcc dot gnu dot org
2009-08-13 16:58 ` janis at gcc dot gnu dot org
2009-08-13 17:01 ` janis at gcc dot gnu dot org
2009-08-14 19:50 ` janis at gcc dot gnu dot org
2009-08-18 14:13 ` jessiecute13 at aol dot com
2009-11-22 20:02 ` jsm28 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).