public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* SID & GCC 3.0 should be now happy.
@ 2001-08-02 23:08 matthew green
  2001-08-03  5:00 ` Frank Ch. Eigler
  0 siblings, 1 reply; 2+ messages in thread
From: matthew green @ 2001-08-02 23:08 UTC (permalink / raw)
  To: sid

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.

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

* Re: SID & GCC 3.0 should be now happy.
  2001-08-02 23:08 SID & GCC 3.0 should be now happy matthew green
@ 2001-08-03  5:00 ` Frank Ch. Eigler
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Ch. Eigler @ 2001-08-03  5:00 UTC (permalink / raw)
  To: matthew green; +Cc: sid

Hi -

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

Thanks for your cleanup efforts.

- FChE
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7apJLVZbdDOm/ZT0RAlKiAJ4mWtwhXEHRDyuLZcujHbo3n4+CoQCdF+ev
KcQJR+wUKVKEyx/b8UH2j5s=
=/iLx
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2001-08-03  5:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-02 23:08 SID & GCC 3.0 should be now happy matthew green
2001-08-03  5:00 ` Frank Ch. Eigler

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