[ 
https://issues.apache.org/jira/browse/STDCXX-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Sebor reopened STDCXX-532:
---------------------------------


The attached test has some C++ conformance issues and doesn't compile with gcc. 
See the errors below. Reopened until the problems have been resolved and until 
the corrected test has been committed.

22.locale.codecvt.mt.cpp: In function `void test_codecvt(const std::locale&, 
const MyBuffer<internT>&, const MyBuffer<char>&, const 
MyCodecvtData_T<internT>&, MyCodecvtData::CvtId)':
22.locale.codecvt.mt.cpp:211: error: expected initializer before "result"
22.locale.codecvt.mt.cpp:217: error: `result' was not declared in this scope
22.locale.codecvt.mt.cpp:235: error: expected initializer before "result"
22.locale.codecvt.mt.cpp:242: error: `result' was not declared in this scope
22.locale.codecvt.mt.cpp:264: error: expected initializer before "result"
22.locale.codecvt.mt.cpp:270: error: `result' was not declared in this scope
22.locale.codecvt.mt.cpp: In function `void test_codecvt(const std::locale&, 
const MyBuffer<internT>&, const MyBuffer
<char>&, const MyCodecvtData_T<internT>&, MyCodecvtData::CvtId) [with internT = 
char]':22.locale.codecvt.mt.cpp:331:   instantiated from here
22.locale.codecvt.mt.cpp:201: warning: unused variable 'from'
22.locale.codecvt.mt.cpp:202: warning: unused variable 'from_end'
22.locale.codecvt.mt.cpp:203: warning: unused variable 'from_next'
22.locale.codecvt.mt.cpp:206: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:230: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:254: warning: unused variable 'from'
22.locale.codecvt.mt.cpp:255: warning: unused variable 'from_end'
22.locale.codecvt.mt.cpp:256: warning: unused variable 'from_next'
22.locale.codecvt.mt.cpp:259: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:289: warning: comparison between signed and unsigned 
integer expressions
22.locale.codecvt.mt.cpp: In function `void test_codecvt(const std::locale&, 
const MyBuffer<internT>&, const MyBuffer
<char>&, const MyCodecvtData_T<internT>&, MyCodecvtData::CvtId) [with internT = 
wchar_t]':
22.locale.codecvt.mt.cpp:336:   instantiated from here
22.locale.codecvt.mt.cpp:201: warning: unused variable 'from'
22.locale.codecvt.mt.cpp:202: warning: unused variable 'from_end'
22.locale.codecvt.mt.cpp:203: warning: unused variable 'from_next'
22.locale.codecvt.mt.cpp:206: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:336:   instantiated from here
22.locale.codecvt.mt.cpp:230: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:254: warning: unused variable 'from'
22.locale.codecvt.mt.cpp:255: warning: unused variable 'from_end'
22.locale.codecvt.mt.cpp:256: warning: unused variable 'from_next'
22.locale.codecvt.mt.cpp:259: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:289: warning: comparison between signed and unsigned 
integer expressions


> create test 22.locale.codecvt.mt.cpp 
> -------------------------------------
>
>                 Key: STDCXX-532
>                 URL: https://issues.apache.org/jira/browse/STDCXX-532
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>         Attachments: 22.locale.codecvt.mt.cpp
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to