<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi Mehdi, my understanding is that Tim was on the hook for making the tests C++14 clean.  I'm not aware that the work is done yet.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">@Tim, if somebody else should pick this up, please let us know.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">--paulr<o:p></o:p></span></p>
<p class="MsoNormal"><a name="_MailEndCompose"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></a></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> cfe-dev [mailto:cfe-dev-bounces@lists.llvm.org]
<b>On Behalf Of </b>Mehdi AMINI via cfe-dev<br>
<b>Sent:</b> Sunday, October 15, 2017 12:29 PM<br>
<b>To:</b> Richard Smith<br>
<b>Cc:</b> clang developer list; Martin J. O'Riordan<br>
<b>Subject:</b> Re: [cfe-dev] Setting default dialect to C++11<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Hi,<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">This thread died 6 weeks ago and we're still using gnu++98 as a default as far as I can tell, what's the plan? Shall we make the switch in trunk? I suspect we would want this to happen early in the release cycle rather than late?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">-- <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Mehdi<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">2017-08-24 17:33 GMT-07:00 Richard Smith via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>>:<o:p></o:p></p>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">On 24 August 2017 at 15:18, Tim Northover via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>> wrote:<o:p></o:p></p>
<p class="MsoNormal">Hi Paul,<br>
<br>
On 24 August 2017 at 14:10, Robinson, Paul via cfe-dev<br>
<<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>> wrote:<br>
> It's clearly too late to make a change like this for 5.0.  Is there any<br>
> remaining roadblock to making the change for 6.0 (trunk)?<br>
<br>
I've been slowly trying to make Clang C++14 clean. I think most of the<br>
actual changes needed for Clang are in place now (the big one was<br>
making C++14 mode friendlier to imaginary constants) and the rest is<br>
fixing up tests.<br>
<br>
I think most of the test changes are because the wording on how the<br>
arguments to "operator new" get treated (promotion etc) was changed.<br>
I've attached a WiP diff here for reference. Unfortunately it's not<br>
even complete and these 4 tests still fail:<br>
<br>
    Clang :: CodeGenCXX/vtable-available-externally.cpp<br>
    Clang :: Lexer/cxx-features.cpp<br>
    Clang :: OpenMP/taskloop_reduction_codegen.cpp<br>
    Clang :: OpenMP/taskloop_simd_reduction_codegen.cpp<br>
<br>
I don't even think they're particularly difficult ones, just where I<br>
happened to stop when I last looked at it. I've also got to address<br>
some review comments from Richard (I haven't forgotten) to make sure<br>
we haven't decreased C-mode OpenMP coverage.<br>
<br>
There are also a handful of bits of the test-suite that need to<br>
explicitly specify c++98.<br>
<br>
So I think the actual work needed is pretty small (and I can find time<br>
to do it, probably even this weekend or something). We just need to<br>
make the decision: C++11 or C++14 and go or no-go. My vote is go and<br>
C++14.<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
<div>
<p class="MsoNormal">+1. I think it would also make sense to include in the Clang 5 release notes that we intend for this to be the last release that defaults to -std=gnu++98. <o:p></o:p></p>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
</body>
</html>