[ https://issues.apache.org/jira/browse/STDCXX-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Sebor closed STDCXX-650. ------------------------------- Fix verified in nightly builds. Merged to 4.2.1 in http://svn.apache.org/viewvc?view=rev&revision=603470 Closing... > 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.