public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/41313]  New: g++.dg/tree-prof/partition1.C compilation and execution test failures on *-apple-darwin*
@ 2009-09-09  2:22 howarth at nitro dot med dot uc dot edu
  2009-09-10  3:49 ` [Bug c++/41313] " howarth at nitro dot med dot uc dot edu
                   ` (44 more replies)
  0 siblings, 45 replies; 46+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-09-09  2:22 UTC (permalink / raw)
  To: gcc-bugs

Current on all *-apple-darwin* targets were seeing the following
g++.dg/tree-prof/partition1.C tests fail...

FAIL: g++.dg/tree-prof/partition1.C compilation,  -g  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -g  -fprofile-use
FAIL: g++.dg/tree-prof/partition1.C compilation,  -O0  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -O0  -fprofile-use
FAIL: g++.dg/tree-prof/partition1.C compilation,  -O1  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -O1  -fprofile-use
FAIL: g++.dg/tree-prof/partition1.C compilation,  -O2  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -O2  -fprofile-use
FAIL: g++.dg/tree-prof/partition1.C compilation,  -O3  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -O3  -fprofile-use
FAIL: g++.dg/tree-prof/partition1.C compilation,  -O3 -g  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -O3 -g  -fprofile-use
FAIL: g++.dg/tree-prof/partition1.C compilation,  -Os  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -Os  -fprofile-use

On x86_64-apple-darwin10, these appear in the form...

Executing on host:
/sw/src/fink.build/gcc45-4.4.999-20090908/darwin_objdir/gcc/testsuite/g++/../../g++
-B/sw/src/fink.build/gcc45-4.4.999-20090908/darwin_objdir/gcc/testsuite/g++/../../
/sw/src/fink.build/gcc45-4.4.999-20090908/gcc-4.5-20090908/gcc/testsuite/g++.dg/tree-prof/partition1.C
 -nostdinc++
-I/sw/src/fink.build/gcc45-4.4.999-20090908/darwin_objdir/x86_64-apple-darwin10/libstdc++-v3/include/x86_64-apple-darwin10
-I/sw/src/fink.build/gcc45-4.4.999-20090908/darwin_objdir/x86_64-apple-darwin10/libstdc++-v3/include
-I/sw/src/fink.build/gcc45-4.4.999-20090908/gcc-4.5-20090908/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc45-4.4.999-20090908/gcc-4.5-20090908/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc45-4.4.999-20090908/gcc-4.5-20090908/libstdc++-v3/testsuite/util
-fmessage-length=0  -g  -O2 -freorder-blocks-and-partition -fprofile-use   
-L/sw/src/fink.build/gcc45-4.4.999-20090908/darwin_objdir/x86_64-apple-darwin10/./libstdc++-v3/src/.libs

-L/sw/src/fink.build/gcc45-4.4.999-20090908/darwin_objdir/x86_64-apple-darwin10/./libstdc++-v3/src/.libs
-L/sw/src/fink.build/gcc45-4.4.999-20090908/darwin_objdir/x86_64-apple-darwin10/./libiberty
 -multiply_defined suppress -lm   -o
/sw/src/fink.build/gcc45-4.4.999-20090908/darwin_objdir/gcc/testsuite/g++/partition1.x02
   (timeout = 300)
/var/tmp//ccXmTU1f.s:1132:FATAL:Symbol __Z3bari.eh already defined.
compiler exited with status 1
output is:
/var/tmp//ccXmTU1f.s:1132:FATAL:Symbol __Z3bari.eh already defined.

FAIL: g++.dg/tree-prof/partition1.C compilation,  -g  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -g  -fprofile-use


-- 
           Summary: g++.dg/tree-prof/partition1.C compilation and execution
                    test failures on *-apple-darwin*
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: *-apple-darwin*
  GCC host triplet: *-apple-darwin*
GCC target triplet: *-apple-darwin*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41313


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

end of thread, other threads:[~2009-10-22 12:57 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-09  2:22 [Bug c++/41313] New: g++.dg/tree-prof/partition1.C compilation and execution test failures on *-apple-darwin* howarth at nitro dot med dot uc dot edu
2009-09-10  3:49 ` [Bug c++/41313] " howarth at nitro dot med dot uc dot edu
2009-09-10  3:50 ` howarth at nitro dot med dot uc dot edu
2009-09-10  3:51 ` howarth at nitro dot med dot uc dot edu
2009-09-10  3:53 ` howarth at nitro dot med dot uc dot edu
2009-09-26 18:14 ` howarth at nitro dot med dot uc dot edu
2009-09-26 19:10 ` dominiq at lps dot ens dot fr
2009-09-26 20:20 ` hjl dot tools at gmail dot com
2009-09-26 20:43 ` rguenth at gcc dot gnu dot org
2009-09-30 20:26 ` howarth at nitro dot med dot uc dot edu
2009-09-30 20:54 ` mrs at apple dot com
2009-09-30 22:36 ` howarth at nitro dot med dot uc dot edu
2009-09-30 22:46 ` jakub at gcc dot gnu dot org
2009-10-01  0:18 ` howarth at nitro dot med dot uc dot edu
2009-10-01  0:29 ` howarth at nitro dot med dot uc dot edu
2009-10-01  0:54 ` mrs at apple dot com
2009-10-01 15:42 ` howarth at nitro dot med dot uc dot edu
2009-10-01 15:55 ` howarth at nitro dot med dot uc dot edu
2009-10-01 19:14 ` mrs at apple dot com
2009-10-01 23:54 ` howarth at nitro dot med dot uc dot edu
2009-10-02  2:03 ` mrs at apple dot com
2009-10-02  2:36 ` howarth at nitro dot med dot uc dot edu
2009-10-02  2:44 ` howarth at nitro dot med dot uc dot edu
2009-10-02  5:00 ` howarth at nitro dot med dot uc dot edu
2009-10-02  5:12 ` howarth at nitro dot med dot uc dot edu
2009-10-02  5:34 ` howarth at nitro dot med dot uc dot edu
2009-10-02  5:40 ` howarth at nitro dot med dot uc dot edu
2009-10-02  5:45 ` howarth at nitro dot med dot uc dot edu
2009-10-02 14:08 ` [Bug c++/41313] r150553 causes " howarth at nitro dot med dot uc dot edu
2009-10-02 22:10 ` howarth at nitro dot med dot uc dot edu
2009-10-04 16:38 ` howarth at nitro dot med dot uc dot edu
2009-10-05 18:06 ` howarth at nitro dot med dot uc dot edu
2009-10-05 20:55 ` mrs at apple dot com
2009-10-05 21:16 ` mrs at apple dot com
2009-10-05 23:25 ` howarth at nitro dot med dot uc dot edu
2009-10-06  0:52 ` howarth at nitro dot med dot uc dot edu
2009-10-06  2:03 ` howarth at nitro dot med dot uc dot edu
2009-10-06  2:06 ` howarth at nitro dot med dot uc dot edu
2009-10-06  2:18 ` howarth at nitro dot med dot uc dot edu
2009-10-06  2:19 ` howarth at nitro dot med dot uc dot edu
2009-10-08 15:17 ` howarth at nitro dot med dot uc dot edu
2009-10-08 15:17 ` howarth at nitro dot med dot uc dot edu
2009-10-11  1:12 ` howarth at nitro dot med dot uc dot edu
2009-10-11  1:13 ` howarth at nitro dot med dot uc dot edu
2009-10-21 15:08 ` pogma at gcc dot gnu dot org
2009-10-22 12:57 ` howarth at nitro dot med dot uc dot edu

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