<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>I suggest we replace "gcc" with "g++".</div><div>In all the config files (and in the bootstrap archives).</div><div>And similar for Sun CC, and Visual C++ use -TP.</div><div><br></div><div><br></div><div>rationale:</div><div> It will likely cleanup our LLVM stuff, which currently</div><div> uses a custom Makefile and drops derived files into the src directory.</div><div> </div><div> It will ease/allow using C++ exception handling in the C backend.</div><div> </div><div> I've been using g++ for months/years on Darwin.</div><div> </div><div>counter-rationale:</div><div> Not all C code is valid C++, and sometimes the meanings are different.</div><div> I converted the coverage code only recently.</div><div><br></div><div><br></div><div> - Jay</div><br><br>                                          </div></body>
</html>