Re: fix for 48208 and 48260 on darwin

2011-03-30 Thread Mike Stump
On Mar 30, 2011, at 5:41 AM, gcchelp.5.ad...@0sg.net wrote: > Tests that now fail, but worked before: > > g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C (test for warnings, line 7) > > Tests that now work, but didn't before: > > g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C (test for warn

Re: fix for 48208 and 48260 on darwin

2011-03-30 Thread Christian Schüler
Ok so I needed to install dejagnu from macports. The comparison of the test results turned out empty except one output that made no sense: -- Tests that now fail, but worked before: g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C (test for warnings, line 7) Tests that now work, bu

Re: fix for 48208 and 48260 on darwin

2011-03-28 Thread Mike Stump
On Mar 27, 2011, at 8:55 PM, Christian Schüler wrote: > please review the following patch (and besides, bear with me as this is the > first patch proposal from me). For gcc 4.5 and earlier it was possible to > configure xcode via a modified xcplugin to use the newer gcc directly (yes, > the -arc

Re: fix for 48208 and 48260 on darwin

2011-03-28 Thread Joseph S. Myers
On Mon, 28 Mar 2011, Christian Schüler wrote: > PR 48208 > * config/c.opt: Added 'Driver' to -F option This part of the changes is OK with the ChangeLog entry fixed (it should go in c-family/ChangeLog): PR driver/48208 * c.opt (-F): Add Driver. -- Joseph S. Myers j

Re: fix for 48208 and 48260 on darwin

2011-03-28 Thread IainS
Hi Christian, On 28 Mar 2011, at 04:55, Christian Schüler wrote: F -C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs) +Driver C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after \ %qs) -F Add to the end of the main framework include path This l