[cfe-users] 3.5, C++14, and -g

David Blaikie dblaikie at gmail.com
Tue Nov 11 13:13:53 PST 2014


On Tue, Nov 11, 2014 at 12:42 PM, Akim Demaille <akim at lrde.epita.fr> wrote:

>
> Le 11 nov. 2014 à 21:37, David Blaikie <dblaikie at gmail.com> a écrit :
>
> > Fixed in r221704 - again, apologies for the breakage... :/
>
> Great, thanks!
>
> But...
>
> >> On Mon, Nov 3, 2014 at 8:32 AM, Akim Demaille <akim at lrde.epita.fr>
> wrote:
> >>
> >> Is there some work around, such as asking for less accurate
> >> debugging symbols with some magic compiler flags?
>
> Would you know such a means for pre-r221704?
>

Unfortunately not... :( Really sorry about that. You would have to avoid
this construct (in any context where the type might not be deduced
immediately - so any class template or an out of line definition of an auto
return type function). In those places you can still use a late return type
specification ("auto x() -> foo").
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20141111/f1d4c652/attachment.html>


More information about the cfe-users mailing list