Bug#699866: clang crashes while translating a trivial C++ program

2013-02-19 Thread Michael Gilbert
control: severity -1 important This doesn't make the package completely unusable. This is just a bug (although an important one). Best wishes, Mike -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#699866: clang crashes while translating a trivial C++ program

2013-02-07 Thread Andrey Rahmatullin
On Wed, Feb 06, 2013 at 02:08:10AM +0100, Christian Böhme wrote: > Package: clang > Version: 3.0-6 > Severity: grave > Justification: renders package unusable > > Dear Maintainer, > > compiling this program > > ---8<--- > #include > > > int main ( int argc, char * argv[] ) > { > int *

Bug#699866: clang crashes while translating a trivial C++ program

2013-02-05 Thread Christian Böhme
Package: clang Version: 3.0-6 Severity: grave Justification: renders package unusable Dear Maintainer, compiling this program ---8<--- #include int main ( int argc, char * argv[] ) { int * i = new int (100); int j = (*i) + 4; delete i; return j; } ---8<--- ca