RE: minor gcc 3.4 issue

2004-09-04 Thread LiQuiD
Sent: Friday, August 20, 2004 7:04 PM To: [EMAIL PROTECTED] Subject: minor gcc 3.4 issue According to UPDATING: 20040728: System compiler has been upgraded to GCC 3.4.2-pre. As with any major compiler upgrade, there are several issues to be aware of. GCC

Re: minor gcc 3.4 issue

2004-09-04 Thread Matthew Seaman
On Sat, Sep 04, 2004 at 11:36:30AM -0400, LiQuiD wrote: I have a FreeBSD system that was cvsup'd to -STABLE on jul. 24th and I'd like to do so again in the next few weeks. However, I'm reluctant to do so if this new compiler is an issue as this machine is a mail server and dns server for my

minor gcc 3.4 issue

2004-08-20 Thread Robert Huff
According to UPDATING: 20040728: System compiler has been upgraded to GCC 3.4.2-pre. As with any major compiler upgrade, there are several issues to be aware of. GCC 3.4.x has broken C++ ABI compatibility with previous releases yet again and users will

Re: minor gcc 3.4 issue

2004-08-20 Thread Kris Kennaway
On Fri, Aug 20, 2004 at 07:04:15PM -0400, Robert Huff wrote: According to UPDATING: 20040728: System compiler has been upgraded to GCC 3.4.2-pre. As with any major compiler upgrade, there are several issues to be aware of. GCC 3.4.x has broken C++ ABI

Re: minor gcc 3.4 issue

2004-08-20 Thread Chuck Swiger
Robert Huff wrote: [ ... ] Is there any way to determine which programs those would be, short of running them and watching them break? (I'm thinking something which looks at the source code or makefiles ) Consider something like: fgrep -l libstdc++ /usr/local/bin/* ...which