public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/46869] New: FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev
@ 2010-12-09 16:44 danglin at gcc dot gnu.org
  2010-12-09 16:46 ` [Bug libstdc++/46869] " dave at hiauly1 dot hia.nrc.ca
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: danglin at gcc dot gnu.org @ 2010-12-09 16:44 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FAIL:
                    20_util/enable_shared_from_this/cons/constexpr.cc
                    scan-assembler-not
                    _ZNSt23enable_shared_from_thisIiEC2Ev
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/./gcc/g++ -shared-libgcc
-B/test/gnu/gcc
/objdir/./gcc -nostdinc++
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++
-v3/src -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs
-B/o
pt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.11/bin/
-B/opt/gnu/gcc/gcc-4.6/hppa2.0w-hp
-hpux11.11/lib/ -isystem /opt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.11/include
-isy
stem /opt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.11/sys-include
-B/test/gnu/gcc/objd
ir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs -g -O2 -D_GLIBCXX_ASSERT
-fmes
sage-length=0 -g -O2 -g -O2 -DLOCALEDIR="." -nostdinc++
-I/test/gnu/gcc/objdir/h
ppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/
objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/gcc/gcc/libstdc++-
v3/libsupc++ -I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gcc/g
cc/libstdc++-v3/testsuite/util
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/20_util/
enable_shared_from_this/cons/constexpr.cc   -std=gnu++0x -fno-inline
-save-temps
 -S  -o constexpr.s    (timeout = 600)
PASS: 20_util/enable_shared_from_this/cons/constexpr.cc (test for excess
errors)
FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not
_ZNSt23enable_shared_from_thisIiEC2Ev
FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not
_ZN7derivedC2Ev

The symbols appear in .stabs directives:

        .stabs 
"enable_shared_from_this:Tt3736=s8_M_weak_this:/03729,0,64;__bas
e_ctor
::3737=#3736,3,3738=*3736,3;:_ZNSt23enable_shared_from_thisIiEC2Ev;1A.;__
comp_ctor ::3737:_ZNSt23enable_shared_from_thisIiEC1Ev;1A.;__base_ctor
::3739=#3
736,3,3738,3740=&3741=k3742=3736,3;:_ZNSt23enable_shared_from_thisIiEC2ERKS0_;1A
.;__comp_ctor
::3739:_ZNSt23enable_shared_from_thisIiEC1ERKS0_;1A.;operator=::37
43=#3736,3744=&3742,3738,3740,3;:_ZNSt23enable_shared_from_thisIiEaSERKS0_;1A.;_
_base_dtor ::3737:_ZNSt23enable_shared_from_thisIiED2Ev;1A.;__comp_dtor
::3737:_
ZNSt23enable_shared_from_thisIiED1Ev;1A.;shared_from_this::3745=#3736,3733,3738,
3;:_ZNSt23enable_shared_from_thisIiE16shared_from_thisEv;2A.3746=#3736,3747=xssh
ared_ptr:,3748=*3749=k3736,3;:_ZNKSt23enable_shared_from_thisIiE16shared_from_th
isEv;2B.;;",128,0,472,0

        .stabs  "derived:Tt3750=s8!1,020,3736;__base_ctor
::3751=#3750,3,3752=*3
750,3;:_ZN7derivedC2Ev;2A.;__comp_ctor ::3751:_ZN7derivedC1Ev;2A.;;",128,0,26,0

Based on test results, I would guess the fail was introduced by this change:

2010-11-23  Benjamin Kosnik  <bkoz@redhat.com>
            Jason Merrill  <jason@redhat.com>

        * testsuite/lib/libstdc++.exp: Use scanasm.
        * testsuite/util/testsuite_common_types.h
        (constexpr_default_constructible): Add support for non-literal types.
        (constexpr_single_value_constructible): Same.
        * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc:
        Remove xfail.
        * testsuite/20_util/shared_ptr/cons/constexpr.cc: Add.
        * testsuite/20_util/unique_ptr/cons/constexpr.cc: Add.
        * testsuite/20_util/weak_ptr/cons/constexpr.cc: Add.
        * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust line number.

The following also fail:

FAIL: 20_util/shared_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt10shared_ptrI
iEC2Ev
FAIL: 20_util/shared_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt10shared_ptrI
iEC2EDn
FAIL: 20_util/unique_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt10unique_ptrI
iSt14default_deleteIiEEC2Ev
FAIL: 20_util/unique_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt10unique_ptrI
iSt14default_deleteIiEEC2EDn
FAIL: 20_util/weak_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt8weak_ptrIiEC2E
v


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

end of thread, other threads:[~2010-12-19 16:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-09 16:44 [Bug libstdc++/46869] New: FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev danglin at gcc dot gnu.org
2010-12-09 16:46 ` [Bug libstdc++/46869] " dave at hiauly1 dot hia.nrc.ca
2010-12-12 11:38 ` paolo.carlini at oracle dot com
2010-12-15 10:23 ` ro at gcc dot gnu.org
2010-12-15 12:20 ` paolo.carlini at oracle dot com
2010-12-15 17:08 ` ro at CeBiTec dot Uni-Bielefeld.DE
2010-12-16 22:49 ` bkoz at gcc dot gnu.org
2010-12-16 22:52 ` bkoz at gcc dot gnu.org
2010-12-17 16:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
2010-12-17 17:01 ` paolo.carlini at oracle dot com
2010-12-17 17:03 ` ro at CeBiTec dot Uni-Bielefeld.DE
2010-12-17 17:07 ` paolo.carlini at oracle dot com
2010-12-17 17:51 ` redi at gcc dot gnu.org
2010-12-18 21:25 ` dave at hiauly1 dot hia.nrc.ca
2010-12-19 16:20 ` paolo at gcc dot gnu.org
2010-12-19 16:23 ` paolo.carlini at oracle dot com

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