On 8/27/18 12:13 PM, sameeran joshi wrote:
> On 8/27/18, Peter Bergner <berg...@linux.ibm.com> wrote:
>> Well what does:
>>
>>   linux% gcc -I/home/swamimauli/upload/csmith/runtime/ -Wall bug.c
> 
> running above command on terminal,gives many warnings and asks for the
> -fgnu-tm option.
> 
> bug.c:1091:2: error: ‘__transaction_relaxed ’ without transactional
> memory support enabled
>   __transaction_relaxed {

Well there's your problem then, meaning your compile command doesn't
result in the "internal compiler error: ...." message you're expecting
to see.

Peter

Reply via email to