public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/42374]  New: 23_containers/map/operators/1_neg.cc fails test for errors on darwin10
@ 2009-12-15  4:04 howarth at nitro dot med dot uc dot edu
  2009-12-15  8:54 ` [Bug libstdc++/42374] " chris at bubblescope dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-12-15  4:04 UTC (permalink / raw)
  To: gcc-bugs

The new 23_containers/map/operators/1_neg.cc test case fails...

FAIL: 23_containers/map/operators/1_neg.cc  (test for errors, line 212)
FAIL: 23_containers/map/operators/1_neg.cc  (test for errors, line 216)
FAIL: 23_containers/map/operators/1_neg.cc (test for excess errors)
FAIL: 23_containers/set/operators/1_neg.cc  (test for errors, line 287)
FAIL: 23_containers/set/operators/1_neg.cc  (test for errors, line 291)
FAIL: 23_containers/set/operators/1_neg.cc (test for excess errors)

on x86_64-apple-darwin10. These appear as...

Executing on host:
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/./gcc/g++
-shared-libgcc -B/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/src
-L/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/src/.libs
-B/sw/lib/gcc4.5/x86_64-apple-darwin10.2.0/bin/
-B/sw/lib/gcc4.5/x86_64-apple-darwin10.2.0/lib/ -isystem
/sw/lib/gcc4.5/x86_64-apple-darwin10.2.0/include -isystem
/sw/lib/gcc4.5/x86_64-apple-darwin10.2.0/sys-include -g -O2 -D_GLIBCXX_ASSERT
-fmessage-length=0 -ffunction-sections -fdata-sections -g -O2 -g -O2
-DLOCALEDIR="." -nostdinc++
-I/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/x86_64-apple-darwin10.2.0
-I/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include
-I/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/util
 -include bits/stdc++.h -c  -o config80787.o config80787.cc    (timeout = 600)
Executing on host:
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/./gcc/g++
-shared-libgcc -B/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstd...skipping...
Executing on host:
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/./gcc/g++
-shared-libgcc -B/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/src
-L/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/src/.libs
-B/sw/lib/gcc4.5/x86_64-apple-darwin10.2.0/bin/
-B/sw/lib/gcc4.5/x86_64-apple-darwin10.2.0/lib/ -isystem
/sw/lib/gcc4.5/x86_64-apple-darwin10.2.0/include -isystem
/sw/lib/gcc4.5/x86_64-apple-darwin10.2.0/sys-include -g -O2 -D_GLIBCXX_ASSERT
-fmessage-length=0 -ffunction-sections -fdata-sections -g -O2 -g -O2
-DLOCALEDIR="." -nostdinc++
-I/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/x86_64-apple-darwin10.2.0
-I/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include
-I/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/util
/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc
   -include bits/stdc++.h -S  -o 1_neg.s    (timeout = 600)
/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc:
In function 'void test01()':
/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc:40:32:
error: no match for 'operator!=' in 'itr != mapByName.std::map<_Key, _Tp,
_Compare, _Alloc>::end [with _Key = std::basic_string<char>, _Tp = unsigned
int, _Compare = std::less<std::basic_string<char> >, _Alloc =
std::allocator<std::pair<const std::basic_string<char>, unsigned int> >,
std::map<_Key, _Tp, _Compare, _Alloc>::iterator =
std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, unsigned int>
>]()'
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/bits/stl_tree.h:216:7:
note: candidate is: bool std::_Rb_tree_iterator<_Tp>::operator!=(const
std::_Rb_tree_iterator<_Tp>::_Self&) const [with _Tp = std::pair<const unsigned
int, int>, std::_Rb_tree_iterator<_Tp>::_Self =
std::_Rb_tree_iterator<std::pair<const unsigned int, int> >]
/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc:41:32:
error: no match for 'operator==' in 'itr == mapByName.std::map<_Key, _Tp,
_Compare, _Alloc>::end [with _Key = std::basic_string<char>, _Tp = unsigned
int, _Compare = std::less<std::basic_string<char> >, _Alloc =
std::allocator<std::pair<const std::basic_string<char>, unsigned int> >,
std::map<_Key, _Tp, _Compare, _Alloc>::iterator =
std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, unsigned int>
>]()'
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/bits/stl_tree.h:212:7:
note: candidate is: bool std::_Rb_tree_iterator<_Tp>::operator==(const
std::_Rb_tree_iterator<_Tp>::_Self&) const [with _Tp = std::pair<const unsigned
int, int>, std::_Rb_tree_iterator<_Tp>::_Self =
std::_Rb_tree_iterator<std::pair<const unsigned int, int> >]
compiler exited with status 1
output is:
/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc:
In function 'void test01()':
/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc:40:32:
error: no match for 'operator!=' in 'itr != mapByName.std::map<_Key, _Tp,
_Compare, _Alloc>::end [with _Key = std::basic_string<char>, _Tp = unsigned
int, _Compare = std::less<std::basic_string<char> >, _Alloc =
std::allocator<std::pair<const std::basic_string<char>, unsigned int> >,
std::map<_Key, _Tp, _Compare, _Alloc>::iterator =
std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, unsigned int>
>]()'
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/bits/stl_tree.h:216:7:
note: candidate is: bool std::_Rb_tree_iterator<_Tp>::operator!=(const
std::_Rb_tree_iterator<_Tp>::_Self&) const [with _Tp = std::pair<const unsigned
int, int>, std::_Rb_tree_iterator<_Tp>::_Self =
std::_Rb_tree_iterator<std::pair<const unsigned int, int> >]
/sw/src/fink.build/gcc45-4.4.999-20091214/gcc-4.5-20091214/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc:41:32:
error: no match for 'operator==' in 'itr == mapByName.std::map<_Key, _Tp,
_Compare, _Alloc>::end [with _Key = std::basic_string<char>, _Tp = unsigned
int, _Compare = std::less<std::basic_string<char> >, _Alloc =
std::allocator<std::pair<const std::basic_string<char>, unsigned int> >,
std::map<_Key, _Tp, _Compare, _Alloc>::iterator =
std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, unsigned int>
>]()'
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/bits/stl_tree.h:212:7:
note: candidate is: bool std::_Rb_tree_iterator<_Tp>::operator==(const
std::_Rb_tree_iterator<_Tp>::_Self&) const [with _Tp = std::pair<const unsigned
int, int>, std::_Rb_tree_iterator<_Tp>::_Self =
std::_Rb_tree_iterator<std::pair<const unsigned int, int> >]

PASS: 23_containers/map/operators/1_neg.cc  (test for errors, line 40)
PASS: 23_containers/map/operators/1_neg.cc  (test for errors, line 41)
FAIL: 23_containers/map/operators/1_neg.cc  (test for errors, line 212)
FAIL: 23_containers/map/operators/1_neg.cc  (test for errors, line 216)
FAIL: 23_containers/map/operators/1_neg.cc (test for excess errors)
Excess errors:
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/bits/stl_tree.h:216:7:
note: candidate is: bool std::_Rb_tree_iterator<_Tp>::operator!=(const
std::_Rb_tree_iterator<_Tp>::_Self&) const [with _Tp = std::pair<const unsigned
int, int>, std::_Rb_tree_iterator<_Tp>::_Self =
std::_Rb_tree_iterator<std::pair<const unsigned int, int> >]
/sw/src/fink.build/gcc45-4.4.999-20091214/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/bits/stl_tree.h:212:7:
note: candidate is: bool std::_Rb_tree_iterator<_Tp>::operator==(const
std::_Rb_tree_iterator<_Tp>::_Self&) const [with _Tp = std::pair<const unsigned
int, int>, std::_Rb_tree_iterator<_Tp>::_Self =
std::_Rb_tree_iterator<std::pair<const unsigned int, int> >]

extra_tool_flags are:
  -include bits/stdc++.h

Using built-in specs.
COLLECT_GCC=g++-4
COLLECT_LTO_WRAPPER=/sw/lib/gcc4.5/libexec/gcc/x86_64-apple-darwin10.2.0/4.5.0/lto-wrapper
Target: x86_64-apple-darwin10.2.0
Configured with: ../gcc-4.5-20091214/configure --prefix=/sw
--prefix=/sw/lib/gcc4.5 --mandir=/sw/share/man --infodir=/sw/share/info
--enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw
--with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw
--with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
--disable-libjava-multilib
Thread model: posix
gcc version 4.5.0 20091215 (experimental) (GCC)


-- 
           Summary: 23_containers/map/operators/1_neg.cc fails test for
                    errors on darwin10
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: x86_64-apple-darwin10
  GCC host triplet: x86_64-apple-darwin10
GCC target triplet: x86_64-apple-darwin10


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


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

* [Bug libstdc++/42374] 23_containers/map/operators/1_neg.cc fails test for errors on darwin10
  2009-12-15  4:04 [Bug libstdc++/42374] New: 23_containers/map/operators/1_neg.cc fails test for errors on darwin10 howarth at nitro dot med dot uc dot edu
@ 2009-12-15  8:54 ` chris at bubblescope dot net
  2009-12-15  9:12 ` [Bug target/42374] " paolo dot carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: chris at bubblescope dot net @ 2009-12-15  8:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from chris at bubblescope dot net  2009-12-15 08:54 -------
I see you are building with fink. Looking on the fink website, they do not seem
to have a gcc45 package. Where did you get it from? Or has it just not made it
to the website yet?


-- 

chris at bubblescope dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bubblescope dot net


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


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

* [Bug target/42374] 23_containers/map/operators/1_neg.cc fails test for errors on darwin10
  2009-12-15  4:04 [Bug libstdc++/42374] New: 23_containers/map/operators/1_neg.cc fails test for errors on darwin10 howarth at nitro dot med dot uc dot edu
  2009-12-15  8:54 ` [Bug libstdc++/42374] " chris at bubblescope dot net
@ 2009-12-15  9:12 ` paolo dot carlini at oracle dot com
  2009-12-15 13:53 ` howarth at nitro dot med dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-15  9:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2009-12-15 09:12 -------
And these can only be either target or, maybe, c++ front-end, certainly not
libstdc++ proper


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libstdc++                   |target


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


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

* [Bug target/42374] 23_containers/map/operators/1_neg.cc fails test for errors on darwin10
  2009-12-15  4:04 [Bug libstdc++/42374] New: 23_containers/map/operators/1_neg.cc fails test for errors on darwin10 howarth at nitro dot med dot uc dot edu
  2009-12-15  8:54 ` [Bug libstdc++/42374] " chris at bubblescope dot net
  2009-12-15  9:12 ` [Bug target/42374] " paolo dot carlini at oracle dot com
@ 2009-12-15 13:53 ` howarth at nitro dot med dot uc dot edu
  2009-12-15 15:16 ` dominiq at lps dot ens dot fr
  2009-12-15 15:42 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-12-15 13:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from howarth at nitro dot med dot uc dot edu  2009-12-15 13:53 -------
I am building with custom fink packaging for the gcc45 pre-releases. All the
important build information should be in the specs output of the compiler.


-- 


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


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

* [Bug target/42374] 23_containers/map/operators/1_neg.cc fails test for errors on darwin10
  2009-12-15  4:04 [Bug libstdc++/42374] New: 23_containers/map/operators/1_neg.cc fails test for errors on darwin10 howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2009-12-15 13:53 ` howarth at nitro dot med dot uc dot edu
@ 2009-12-15 15:16 ` dominiq at lps dot ens dot fr
  2009-12-15 15:42 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-12-15 15:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dominiq at lps dot ens dot fr  2009-12-15 15:16 -------
See also http://gcc.gnu.org/ml/gcc-testresults/2009-12/msg01308.html for
i686-pc-linux-gnu.


-- 


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


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

* [Bug target/42374] 23_containers/map/operators/1_neg.cc fails test for errors on darwin10
  2009-12-15  4:04 [Bug libstdc++/42374] New: 23_containers/map/operators/1_neg.cc fails test for errors on darwin10 howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2009-12-15 15:16 ` dominiq at lps dot ens dot fr
@ 2009-12-15 15:42 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-12-15 15:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-12-15 15:42 -------


*** This bug has been marked as a duplicate of 42379 ***


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2009-12-15 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-15  4:04 [Bug libstdc++/42374] New: 23_containers/map/operators/1_neg.cc fails test for errors on darwin10 howarth at nitro dot med dot uc dot edu
2009-12-15  8:54 ` [Bug libstdc++/42374] " chris at bubblescope dot net
2009-12-15  9:12 ` [Bug target/42374] " paolo dot carlini at oracle dot com
2009-12-15 13:53 ` howarth at nitro dot med dot uc dot edu
2009-12-15 15:16 ` dominiq at lps dot ens dot fr
2009-12-15 15:42 ` rguenth at gcc dot gnu dot org

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