RE: minor gcc 3.4 issue

2004-09-04 Thread LiQuiD
Please forgive me if there was an easy way to find this out and I'm retarded, but uhm... how can I know if the issue brought forward in the post last month by the person below applies to the 4.x or 5.x branch? I have a FreeBSD system that was cvsup'd to -STABLE on jul. 24th and I'd like to do so

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

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