This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Transactional memory test case reduction failure
On 8/27/18 12:13 PM, sameeran joshi wrote:
> On 8/27/18, Peter Bergner <bergner@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