[ https://issues.apache.org/jira/browse/STDCXX-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-650. --------------------------------- Resolution: Fixed Resolved thus: http://svn.apache.org/viewvc?rev=602770&view=rev Will close once the fix has been confirmed in nightly build results. > 22.locale.codecvt.out test fails to compile > ------------------------------------------- > > Key: STDCXX-650 > URL: https://issues.apache.org/jira/browse/STDCXX-650 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.0 > Reporter: Travis Vitek > Assignee: Martin Sebor > Fix For: 4.2.1 > > > There is actually nothing wrong with the test itself. The problem is the name of the test. The makefile has rules for .out files, and when trying to build the executable 22.locale.codecvt.out, it thinks you are talking about a .out file, not an executable, so it does nothing. Renaming the source file to 22.locale.codecvt.outx.cpp avoids the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.