Hello
Thanks for digging.
Could you report it upstream? Thanks
On 22 avril 2014 21:36:31 PDT, Richard Allen wrote:
>And a little more:
>
>//Works
>int x;
>typedef __typeof__(x) int2;
>
>//Works
>typedef __typeof__(0) int_t;
>
>//Dies
>typedef __typeof__((int*)0) intptr_t;
>
>//Dies
>//typedef
Hello,
It would be nice if you could report that upstream.
Thanks,
Sylvestre
On 22/04/2014 21:36, Richard Allen wrote:
> And a little more:
>
> //Works
> int x;
> typedef __typeof__(x) int2;
>
> //Works
> typedef __typeof__(0) int_t;
>
> //Dies
> typedef __typeof__((int*)0) intptr_t;
>
> //Dies
And a little more:
//Works
int x;
typedef __typeof__(x) int2;
//Works
typedef __typeof__(0) int_t;
//Dies
typedef __typeof__((int*)0) intptr_t;
//Dies
//typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;
On Tue, Apr 22, 2014 at 11:30 PM, Richard Allen wrote:
> Hey, got it narrowed down mor
Hey, got it narrowed down more.
typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;
This crashes clang 3.0, but it appears to be the same problem as was on 3.0
and 3.4.
On Sat, Feb 8, 2014 at 7:59 PM, Richard Allen wrote:
> 3.4 faults as well. I'm trying to find another Debian/SPARC user on th
On 31/01/2014 18:18, Richard Allen wrote:
> Package: clang
> Version: 1.3.0-6.2
> Invoking clang on any 'c' file including crashes the compiler with
> a "Bus Error" and a backtrace. Crash log is below.
clang 3.0 is starting to be very old. could you have a look to the 3.4
release ? (the lastest)
Package: clang
Version: 1.3.0-6.2
Invoking clang on any 'c' file including crashes the
compiler with a "Bus Error" and a backtrace. Crash log is below.
-Richard
rsaxvc@home:~/code$ cat test.c
#include
rsaxvc@home:~/code$ clang test.c
clang: warning: unknow
6 matches
Mail list logo