<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 12, 2014 at 11:54 AM, Marshall Clow <span dir="ltr"><<a href="mailto:mclow.lists@gmail.com" target="_blank">mclow.lists@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><blockquote type="cite"><div>On Dec 12, 2014, at 8:25 AM, David Blaikie <<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>> wrote:</div><br><div><p dir="ltr"><br>
On Dec 12, 2014 5:27 AM, "Gonzalo BG" <<a href="mailto:gonzalobg88@gmail.com" target="_blank">gonzalobg88@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> Debug information (-g) is not required for C++14 compliance but I consider it a very important compiler feature nevertheless.<br>
><br>
> Is there a plan to provide debug information for C++14 mode? If the answer is yes, could anyone provide a time estimate about when it will be supported? <br>
><br>
> The bugzilla issue is from May 2013 and AFAIK it hasn't seen much progress (I still get the compiler "error: debug information for auto is not yet supported").  </p><p dir="ltr">I'm pretty sure I fixed that... Are you testing on top-of-tree?</p></div></blockquote><br></div></span><div>I was using debug information with C++14 on Wednesday. (on t-o-t)</div></div></blockquote><div><br>The specific issue is auto return type specifications in a class - either a class template, or a class with function defined out of line (so you have a member function declaration with an auto return type that hasn't been resolved). I'd half-assedly 'fixed' the crash for this over a year ago by making it an error in debug info. I fixed it properly recently, if I recall correctly.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class="HOEnZb"><font color="#888888"><div><br></div><div>— Marshall</div><div><br></div><br></font></span></div></blockquote></div></div></div>