[ https://issues.apache.org/jira/browse/STDCXX-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-836: -------------------------------- Summary: [Windows] rw_fnmatch("?", "", 0) returns 0, 1 expected (was: [Intel C++] rw_fnmatch("?", "", 0) returns 0, 1 expected) Sounds like this affects all of Windows. > [Windows] rw_fnmatch("?", "", 0) returns 0, 1 expected > ------------------------------------------------------ > > Key: STDCXX-836 > URL: https://issues.apache.org/jira/browse/STDCXX-836 > Project: C++ Standard Library > Issue Type: Bug > Components: Test Driver > Affects Versions: trunk > Environment: all versions of Intel C++ on both Linux and Windows > Reporter: Martin Sebor > Priority: Minor > Fix For: 4.2.2 > > Original Estimate: 2h > Remaining Estimate: 2h > > When compiled with Intel C++ (all tested versions on both Linux and Windows), the test [0.fnmatch.cpp|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/self/0.fnmatch.cpp] fails one subtest -- see below: > {noformat} > $ icc -V && make 0.fnmatch && ./0.fnmatch > Intel(R) C Compiler for Intel(R) EM64T-based applications, Version 9.1 Build 20070320 Package ID: l_cc_c_9.1.049 > Copyright (C) 1985-2007 Intel Corporation. All rights reserved. > icc -cxxlib-nostd -O2 -w1 -I/amd/devco/sebor/stdcxx/include/ansi -D_REENTRANT -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-icc-9.1.049-12D/include -I/amd/devco/sebor/stdcxx/tests/include -L/build/sebor/stdcxx-icc-9.1.049-12D/rwtest -lrwtest12D -cxxlib-nostd -lpthread -L/build/sebor/stdcxx-icc-9.1.049-12D/lib -Wl,-R/build/sebor/stdcxx-icc-9.1.049-12D/lib:/build/sebor/stdcxx-icc-9.1.049-12D/rwtest /amd/devco/sebor/stdcxx/tests/self/0.fnmatch.cpp /build/sebor/stdcxx-icc-9.1.049-12D/lib/libstd12D.so /build/sebor/stdcxx-icc-9.1.049-12D/rwtest/librwtest12D.a -lstd12D -lcxaguard -lsupc++ -lm -o 0.fnmatch > 99. rw_fnmatch("?", "", 0) ==> 0, expected (native:own) 1:1 > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.