public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: matthew green <mrg@cygnus.com>
To: sid@sources.redhat.com
Subject: SID & GCC 3.0 should be now happy.
Date: Thu, 02 Aug 2001 23:08:00 -0000	[thread overview]
Message-ID: <22852.996818901@cygnus.com> (raw)

hi folks.


i've just commited the changes necessary to build sid with GCC 3.0 and
newer compilers.  things to look out for:

	- components & busses need dtors that have a throw() specifier.

	- cerr, min, hex, etc., are all in namespace std:: by default,
	and must be explictly used.

	- writing `&(Class::MemberFn)' makes GCC 3.0 to lose type info
	about this expression, causing it to be unable to match function
	calls with prototypes.  the result is that you get errors with
	`<unknown type>' in them, not the type of `MemberFn' above.  just
	remove the parens and write `&Class::MemberFn.'


.mrg.

             reply	other threads:[~2001-08-02 23:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-02 23:08 matthew green [this message]
2001-08-03  5:00 ` Frank Ch. Eigler

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=22852.996818901@cygnus.com \
    --to=mrg@cygnus.com \
    --cc=sid@sources.redhat.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).