Bug#749830: closed by Sylvestre Ledru (Re: Bug#749830: /usr/bin/clang: clang++ crash when -g option used on template with pointer to member in signature)

2014-06-11 Thread Ernie Ewert
Just FYIŠ (I just tried this with the ³new² Xcode6-DP version of Clang++ and it does indeed work on that version. /Users/ErnieE -> sudo xcode-select -s /Applications/Xcode6-Beta.app/ /Users/ErnieE -> clang++ -g -std=c++11 crash.cpp /Users/ErnieE -> The version in XCode5 causes the same issue. /

Bug#749830: /usr/bin/clang: clang++ crash when -g option used on template with pointer to member in signature

2014-05-29 Thread Ernie Ewert
Package: clang-3.5 Version: 1:3.5~svn198086-1~exp1 Severity: normal File: /usr/bin/clang Dear Maintainer, The following program below with the command line shown will cause a crash. // Save this program as crash.cpp and use the following command line. // clang++ -std=c++11 -g crash.cpp template