public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Peter Vermaas <Peter.Vermaas@dejongduke.nl>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: debug/3468: GCC 3.0 produces invalid .def directive for virtual template
Date: Tue, 26 Mar 2002 02:46:00 -0000	[thread overview]
Message-ID: <20020326104607.32240.qmail@sources.redhat.com> (raw)

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

From: Peter Vermaas <Peter.Vermaas@dejongduke.nl>
To: rose@acm.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: debug/3468: GCC 3.0 produces invalid .def directive for virtual
 template
Date: Tue, 26 Mar 2002 11:36:04 +0100

 This is a multi-part message in MIME format.
 --------------010005000404010809050504
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3468
 
 This patch against gcc-3.0.3/gcc/sdbout.c seems to solve this problem
 for me.
 
 --------------010005000404010809050504
 Content-Type: text/plain;
  name="sdbout.patch2"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="sdbout.patch2"
 
 *** sdbout.c.orig	Mon Mar 25 14:21:17 2002
 --- sdbout.c	Tue Mar 26 11:06:52 2002
 ***************
 *** 1226,1236 ****
   		&& host_integerp (DECL_SIZE (tem), 1)
   		&& host_integerp (bit_position (tem), 0))
   	      {
 - 		const char *name;
   
 ! 		CONTIN;
 ! 		name = IDENTIFIER_POINTER (DECL_NAME (tem));
 ! 		PUT_SDB_DEF (name);
   		if (DECL_BIT_FIELD_TYPE (tem))
   		  {
   		    PUT_SDB_INT_VAL (int_bit_position (tem));
 --- 1226,1238 ----
   		&& host_integerp (DECL_SIZE (tem), 1)
   		&& host_integerp (bit_position (tem), 0))
   	      {
   
 ! 		CONTIN;
 ! 		if (template_name_p (DECL_NAME (tem)))
 ! 			PUT_SDB_DEF (IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (tem)));
 ! 		else
 ! 			PUT_SDB_DEF (IDENTIFIER_POINTER (DECL_NAME (tem)));
 ! 
   		if (DECL_BIT_FIELD_TYPE (tem))
   		  {
   		    PUT_SDB_INT_VAL (int_bit_position (tem));
 
 --------------010005000404010809050504--
 


             reply	other threads:[~2002-03-26 10:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-26  2:46 Peter Vermaas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-12-10 14:31 wilson
2002-12-03 11:36 bangerth
2001-06-28 17:56 rose

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=20020326104607.32240.qmail@sources.redhat.com \
    --to=peter.vermaas@dejongduke.nl \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /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).