This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/46869] FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev


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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |alpha-dec-osf5.1b
                 CC|                            |ro at gcc dot gnu.org
               Host|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |alpha-dec-osf5.1b
              Build|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |alpha-dec-osf5.1b

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> 2010-12-15 10:23:25 UTC ---
I'm seeing the same failure on Tru64 UNIX V5.1B, together with a few other
newly
failing tests:

+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
+FAIL: 20_util/shared_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt10shared_ptrIiEC2Ev
+FAIL: 20_util/shared_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt10shared_ptrIiEC2EDn
+FAIL: 20_util/unique_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt10unique_ptrIiSt14default_deleteIiEEC2Ev
+FAIL: 20_util/unique_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt10unique_ptrIiSt14default_deleteIiEEC2EDn
+FAIL: 20_util/weak_ptr/cons/constexpr.cc scan-assembler-not
_ZNSt8weak_ptrIiEC2Ev

I can provide more details if necessary.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]