On 8/27/18, Peter Bergner <[email protected]> wrote:
> On 8/27/18 12:13 PM, sameeran joshi wrote:
>> On 8/27/18, Peter Bergner <[email protected]> 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.
>>
this shows me ICE if I include -fgnu-tm flag.
>> 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
>
>