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 <cstddef>
> 
> 
> int main ( int argc, char * argv[] )
> {
>         int * i = new int (100);
>         int j = (*i) + 4;
>         delete i;
> 
>         return j;
> }
> ---8<---
> 
> causes clang to crash in the lexer complaining about the execution
> of an "Illegal instruction" and suggesting to file a report with
> 
>   http://llvm.org/bugs/.
FWIW it doesn't crash on amd64 sid and i386 wheezy.

-- 
WBR, wRAR

Attachment: signature.asc
Description: Digital signature

Reply via email to