[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-12-03 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 Jack Howarth howarth at nitro dot med.uc.edu changed: What|Removed |Added CC||howarth at

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-12-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #13 from Iain Sandoe iains at gcc dot gnu.org 2011-12-03 18:36:07 UTC --- (In reply to comment #12) This still fails on darwin11 under Xcode 4.2.1 as Executing on host: /sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/xgcc

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-12-03 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #14 from Jack Howarth howarth at nitro dot med.uc.edu 2011-12-03 19:01:40 UTC --- Adding -Wl,-U,_Foo doesn't help on darwin11. Perhaps the darwin linker developer might have some insights?

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-12-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #15 from Iain Sandoe iains at gcc dot gnu.org 2011-12-03 19:05:30 UTC --- (In reply to comment #14) Adding -Wl,-U,_Foo doesn't help on darwin11. Perhaps the darwin linker developer might have some insights? regrettably, I think

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-14 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #11 from Iain Sandoe iains at gcc dot gnu.org 2011-11-14 11:53:36 UTC --- Author: iains Date: Mon Nov 14 11:53:33 2011 New Revision: 181350 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181350 Log: gcc/testsuite: PR

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-12 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #9 from Iain Sandoe iains at gcc dot gnu.org 2011-11-12 14:30:52 UTC --- Author: iains Date: Sat Nov 12 14:30:45 2011 New Revision: 181317 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181317 Log: gcc/testsuite: PR

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-12 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC||iains at

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-11 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #4 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-11-11 17:32:42 UTC --- Darwin's weak comes with a price flat namespace. try this: ... +/* { dg-options -O2 -fprofile-arcs -ftest-coverage -flat_namespace

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-11 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #5 from Iain Sandoe iains at gcc dot gnu.org 2011-11-11 19:37:00 UTC --- Having discussed this a bit with Mike, I think that my comment about flat_namespace is not 100% correct. However, in this specific case, it is probably the

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-11 Thread nathan at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #6 from Nathan Sidwell nathan at gcc dot gnu.org 2011-11-11 20:11:31 UTC --- great, who wants to commit the fix?

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-11 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #7 from Iain Sandoe iains at gcc dot gnu.org 2011-11-11 20:21:51 UTC --- (In reply to comment #6) great, who wants to commit the fix? I'll post it ..

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-11-11 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #8 from Iain Sandoe iains at gcc dot gnu.org 2011-11-11 20:37:39 UTC --- and ... to answer Nathan's question: Darwin's weak works the way you expect -- however the symbol does have to be present at link time. So - one would