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++/70694] New: 50 experimental/filesystem/* failures on x86_64-apple-darwin10


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694

            Bug ID: 70694
           Summary: 50 experimental/filesystem/* failures on
                    x86_64-apple-darwin10
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: iains at gcc dot gnu.org, redi at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-apple-darwin10
            Target: x86_64-apple-darwin10
             Build: x86_64-apple-darwin10

The following tests

FAIL: experimental/filesystem/iterators/directory_iterator.cc (test for excess
errors)
FAIL: experimental/filesystem/iterators/recursive_directory_iterator.cc (test
for excess errors)
FAIL: experimental/filesystem/operations/absolute.cc (test for excess errors)
FAIL: experimental/filesystem/operations/canonical.cc (test for excess errors)
FAIL: experimental/filesystem/operations/copy.cc (test for excess errors)
FAIL: experimental/filesystem/operations/create_directories.cc (test for excess
errors)
FAIL: experimental/filesystem/operations/current_path.cc (test for excess
errors)
FAIL: experimental/filesystem/operations/exists.cc (test for excess errors)
FAIL: experimental/filesystem/operations/file_size.cc (test for excess errors)
FAIL: experimental/filesystem/operations/status.cc (test for excess errors)
FAIL: experimental/filesystem/operations/temp_directory_path.cc (test for
excess errors)
FAIL: experimental/filesystem/path/append/path.cc (test for excess errors)
FAIL: experimental/filesystem/path/assign/assign.cc (test for excess errors)
FAIL: experimental/filesystem/path/assign/copy.cc (test for excess errors)
FAIL: experimental/filesystem/path/compare/compare.cc (test for excess errors)
FAIL: experimental/filesystem/path/compare/path.cc (test for excess errors)
FAIL: experimental/filesystem/path/compare/strings.cc (test for excess errors)
FAIL: experimental/filesystem/path/concat/path.cc (test for excess errors)
FAIL: experimental/filesystem/path/concat/strings.cc (test for excess errors)
FAIL: experimental/filesystem/path/construct/copy.cc (test for excess errors)
FAIL: experimental/filesystem/path/construct/default.cc (test for excess
errors)
FAIL: experimental/filesystem/path/construct/locale.cc (test for excess errors)
FAIL: experimental/filesystem/path/construct/range.cc (test for excess errors)
FAIL: experimental/filesystem/path/decompose/extension.cc (test for excess
errors)
FAIL: experimental/filesystem/path/decompose/filename.cc (test for excess
errors)
FAIL: experimental/filesystem/path/decompose/parent_path.cc (test for excess
errors)
FAIL: experimental/filesystem/path/decompose/relative_path.cc (test for excess
errors)
FAIL: experimental/filesystem/path/decompose/root_directory.cc (test for excess
errors)
FAIL: experimental/filesystem/path/decompose/root_name.cc (test for excess
errors)
FAIL: experimental/filesystem/path/decompose/root_path.cc (test for excess
errors)
FAIL: experimental/filesystem/path/decompose/stem.cc (test for excess errors)
FAIL: experimental/filesystem/path/generic/generic_string.cc (test for excess
errors)
FAIL: experimental/filesystem/path/itr/traversal.cc (test for excess errors)
FAIL: experimental/filesystem/path/modifiers/clear.cc (test for excess errors)
FAIL: experimental/filesystem/path/modifiers/make_preferred.cc (test for excess
errors)
FAIL: experimental/filesystem/path/modifiers/remove_filename.cc (test for
excess errors)
FAIL: experimental/filesystem/path/modifiers/replace_extension.cc (test for
excess errors)
FAIL: experimental/filesystem/path/modifiers/replace_filename.cc (test for
excess errors)
FAIL: experimental/filesystem/path/modifiers/swap.cc (test for excess errors)
FAIL: experimental/filesystem/path/nonmember/hash_value.cc (test for excess
errors)
FAIL: experimental/filesystem/path/query/empty.cc (test for excess errors)
FAIL: experimental/filesystem/path/query/has_extension.cc (test for excess
errors)
FAIL: experimental/filesystem/path/query/has_filename.cc (test for excess
errors)
FAIL: experimental/filesystem/path/query/has_parent_path.cc (test for excess
errors)
FAIL: experimental/filesystem/path/query/has_relative_path.cc (test for excess
errors)
FAIL: experimental/filesystem/path/query/has_root_directory.cc (test for excess
errors)
FAIL: experimental/filesystem/path/query/has_root_name.cc (test for excess
errors)
FAIL: experimental/filesystem/path/query/has_root_path.cc (test for excess
errors)
FAIL: experimental/filesystem/path/query/has_stem.cc (test for excess errors)
FAIL: experimental/filesystem/path/query/is_relative.cc (test for excess
errors)

fail on x86_64-apple-darwin10 with

ld: warning: std::experimental::filesystem::v1::__cxx11::path::~path() has
different visibility (hidden) in
/opt/gcc/build_c/x86_64-apple-darwin10.8.0/i386/libstdc++-v3/src/filesystem/.libs/libstdc++fs.a(path.o)
and (default) in
/var/folders/LW/LW1oufkMGIqlLpjYn45fBU+++TI/-Tmp-//ccCpCvPF.o^M

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