public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/8877: x86_function_profiler too many arguments for format
@ 2002-12-08 23:16 mrjay123
  0 siblings, 0 replies; only message in thread
From: mrjay123 @ 2002-12-08 23:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8877
>Category:       c
>Synopsis:       x86_function_profiler too many arguments for format
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 08 23:16:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     mrjay123@hotmail.com
>Release:        self built gcc version 3.3 20021205 (experimental)
>Organization:
>Environment:
cygwin nt4
>Description:
/cvs/gcc/gcc/config/i386/i386.c: In function `x86_function_profiler':
/cvs/gcc/gcc/config/i386/i386.c:14312: warning: too many arguments for format
>How-To-Repeat:
build gcc with itself
>Fix:
$ cvs diff -c i386.c
Index: i386.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/config/i386/i386.c,v
retrieving revision 1.494
diff -c -r1.494 i386.c
*** i386.c      8 Dec 2002 14:03:40 -0000       1.494
--- i386.c      9 Dec 2002 07:04:29 -0000
***************
*** 14308,14314 ****
    else
      {
  #ifndef NO_PROFILE_COUNTERS
!       fprintf (file, "\tmovl\t$%sP%d,%%$s\n", LPREFIX, labelno,
               PROFILE_COUNT_REGISTER);
  #endif
        fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);
--- 14308,14314 ----
    else
      {
  #ifndef NO_PROFILE_COUNTERS
!       fprintf (file, "\tmovl\t$%sP%d,%%%s\n", LPREFIX, labelno,
               PROFILE_COUNT_REGISTER);
  #endif
        fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-09  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-08 23:16 c/8877: x86_function_profiler too many arguments for format mrjay123

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