public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joe Buck <jbuck@synopsys.com>
To: jason@cygnus.com (Jason Merrill)
Cc: jbuck@synopsys.com, egcs@cygnus.com
Subject: Re: 970929 test results: libstdc++ test failures! (sparc-solaris251)
Date: Thu, 02 Oct 1997 10:46:00 -0000	[thread overview]
Message-ID: <199710021746.KAA21629@atrus.synopsys.com> (raw)
In-Reply-To: <u9yb4d0xq0.fsf@yorick.cygnus.com>

Jason writes:

> Arrgh.  This is a bug in the mangling code; that should be __F1Z, not
> __g1Z.  However, I don't understand why it's failing; it seems to be a
> miscompilation of build_decl_overload_real.  Does this patch fix
> the problem?

No, in fact, with this patch, *all* the libstdc++ tests fail to compile.

Patch is below.

> Tue Sep 30 08:51:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
> 
>         * method.c (build_decl_overload_real): Reformat.
> 
> Index: method.c
> ===================================================================
> RCS file: /cvs/cvsfiles/devo/gcc/cp/method.c,v
> retrieving revision 1.158
> retrieving revision 1.159
> diff -c -r1.158 -r1.159
> *** method.c	1997/09/30 07:20:51	1.158
> --- method.c	1997/09/30 15:54:09	1.159
> ***************
> *** 1157,1164 ****
>   				  TREE_CHAIN (parms));
>         }
>       }
>     else
> !     OB_PUTC ((tparms != NULL_TREE) ? 'H' : 'F');
>   
>     if (tparms)
>       {
> --- 1157,1166 ----
>   				  TREE_CHAIN (parms));
>         }
>       }
> +   else if (tparms)
> +     OB_PUTC ('H');
>     else
> !     OB_PUTC ('F');
>   
>     if (tparms)
>       {
> 


  parent reply	other threads:[~1997-10-02 10:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199710012211.PAA28962.cygnus.egcs@atrus.synopsys.com>
1997-10-01 18:18 ` Jason Merrill
1997-10-02  1:59   ` Torbjorn Lindgren
1997-10-02  6:31   ` 970929 test results: libstdc++ test failures! Torbjorn Lindgren
1997-10-02 10:46   ` Joe Buck [this message]
1997-10-02 11:08     ` 970929 test results: libstdc++ test failures! (sparc-solaris251) Jason Merrill
1997-10-02 11:25       ` Joe Buck
1997-10-02 14:40       ` Joe Buck
1997-10-02 15:02         ` Joe Buck
1997-10-02 11:23     ` Chip Salzenberg
1997-10-02 13:23       ` H.J. Lu
1997-10-02 13:28         ` Chip Salzenberg
1997-10-02 13:30           ` H.J. Lu
1997-10-02 13:40           ` Joe Buck
1997-10-02 13:49             ` H.J. Lu
1997-10-01 15:11 Joe Buck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199710021746.KAA21629@atrus.synopsys.com \
    --to=jbuck@synopsys.com \
    --cc=egcs@cygnus.com \
    --cc=jason@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).