public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/6793: varargs constructor inlined inappropriately.
@ 2002-06-16 21:46 rth
  0 siblings, 0 replies; 3+ messages in thread
From: rth @ 2002-06-16 21:46 UTC (permalink / raw)
  To: andrea.latina, gcc-bugs, gcc-prs, rth

Synopsis: varargs constructor inlined inappropriately.

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Sun Jun 16 17:35:36 2002
State-Changed-Why:
    http://gcc.gnu.org/ml/gcc-patches/2002-06/msg01396.html

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


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

* Re: optimization/6793: varargs constructor inlined inappropriately.
@ 2002-06-16 17:35 rth
  0 siblings, 0 replies; 3+ messages in thread
From: rth @ 2002-06-16 17:35 UTC (permalink / raw)
  To: andrea.latina, gcc-bugs, gcc-prs, nobody, rth

Synopsis: varargs constructor inlined inappropriately.

Responsible-Changed-From-To: unassigned->rth
Responsible-Changed-By: rth
Responsible-Changed-When: Sun Jun 16 17:08:29 2002
Responsible-Changed-Why:
    .

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


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

* Re: optimization/6793: varargs constructor inlined inappropriately.
@ 2002-06-03 13:26 Kevin Nomura
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Nomura @ 2002-06-03 13:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Kevin Nomura <nomura@netapp.com>
To: andrea.latina@to.infn.it, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: optimization/6793: varargs constructor inlined inappropriately.
Date: Mon, 03 Jun 2002 13:19:06 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6793
 
 I hit the same problem with a simpler, plain C testcase.
 Compile the following at -O2.  Fails with gcc 3.1, passes
 with 3.0.4 and earlier.
 
 
 static void inline chdebug(const char *fmt, ... )
 {
 	__builtin_next_arg(fmt);
 }
 
 
 extern void foo(void);
 void foo(void)
 {
 	chdebug("ch_monitor: verifying connection ");
 }


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

end of thread, other threads:[~2002-06-17  0:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-16 21:46 optimization/6793: varargs constructor inlined inappropriately rth
  -- strict thread matches above, loose matches on Subject: below --
2002-06-16 17:35 rth
2002-06-03 13:26 Kevin Nomura

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