On Mon, 27 Aug 2018 at 16:35, Shubham Narlawar wrote:
>
> Here is the file. I am getting some error in sending .sh file, so I send it
> as below.
>
> #!/bin/bash
> gcc -fgnu-tm testcase.c > out.txt 2>&1 &&\
> if
> grep 'internal compiler error' out.txt
> then
> exit 0
> else
> exit
Thank you people for your help and investing time.
I have successfully reduces file and filed bug.
Thanks,
Sameeran Joshi
On 8/27/18, Peter Bergner wrote:
> On 8/27/18 1:20 PM, sameeran joshi wrote:
>> On 8/27/18, Peter Bergner wrote:
>>> On 8/27/18 12:13 PM, sameeran joshi wrote:
On 8/27/
On 8/27/18 1:20 PM, sameeran joshi wrote:
> On 8/27/18, Peter Bergner wrote:
>> On 8/27/18 12:13 PM, sameeran joshi wrote:
>>> On 8/27/18, Peter Bergner wrote:
Well what does:
linux% gcc -I/home/swamimauli/upload/csmith/runtime/ -Wall bug.c
>>>
>>> running above command on termin
On 8/27/18, Peter Bergner wrote:
> On 8/27/18 12:13 PM, sameeran joshi wrote:
>> On 8/27/18, Peter Bergner 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
On 8/27/18 12:13 PM, sameeran joshi wrote:
> On 8/27/18, Peter Bergner 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: ‘__tran
On 8/27/18, Peter Bergner wrote:
> On 8/27/18 11:42 AM, sameeran joshi wrote:
>> It's still giving output as 1,I included the -squiggle option still,it
>> dosen't work for me? any Ideas?
>>
>> #!/bin/bash
>>
>> CC="-I/home/swamimauli/upload/csmith/runtime/"
>> OPTS="-Wall"
>> TEST="bug.c"
>> gcc $
On 8/27/18 11:42 AM, sameeran joshi wrote:
> It's still giving output as 1,I included the -squiggle option still,it
> dosen't work for me? any Ideas?
>
> #!/bin/bash
>
> CC="-I/home/swamimauli/upload/csmith/runtime/"
> OPTS="-Wall"
> TEST="bug.c"
> gcc ${CC} ${OPTS} ${TEST} 2>&1 | grep 'internal
running commands :
chmod u+x
bash check.sh
echo $?
It's still giving output as 1,I included the -squiggle option still,it
dosen't work for me? any Ideas?
#!/bin/bash
CC="-I/home/swamimauli/upload/csmith/runtime/"
OPTS="-Wall"
TEST="bug.c"
gcc ${CC} ${OPTS} ${TEST} 2>&1 | grep 'internal compiler
On 8/27/18 10:35 AM, Shubham Narlawar wrote:
> Here is the file. I am getting some error in sending .sh file, so I send it
> as below.
>
> #!/bin/bash
> gcc -fgnu-tm testcase.c > out.txt 2>&1 &&\
> if
> grep 'internal compiler error' out.txt
> then
> exit 0
> else
> exit 1
> fi
When I
: Transactional memory test case reduction failure
Here is the file. I am getting some error in sending .sh file, so I send it as
below.
#!/bin/bash
gcc -fgnu-tm testcase.c > out.txt 2>&1 &&\
if
grep 'internal compiler error' out.txt
then
exit 0
else
ex
sfully on the first line – I use timeout because sometimes
> the compiler goes into an infinite loop – the 2nd line requires the
> compiler to issue an internal error as the first line of output. Grep
> returns 0 if the pattern is found
>
>
>
>
>
>
>
> *From:* sameer
the
pattern is found
From: sameeran joshi [mailto:gsocsamee...@gmail.com]
Sent: Monday, August 27, 2018 11:13 AM
To: Blower, Melanie
Cc: gcc@gcc.gnu.org; Shubham Narlawar
Subject: Re: Transactional memory test case reduction failure
Hi,thanks for helping.
Below is the text file contain the shell
c: Shubham Narlawar
> Subject: Transactional memory test case reduction failure
>
> Hi,
> I have found an ICE in the transaction memory extension while compiling a
> program with gcc,but unfortunately for filing a bug in the gcc bugzilla I am
> unable to reduce the buggy file with
Hi,
I have found an ICE in the transaction memory extension while
compiling a program with gcc,but unfortunately for filing a bug in the
gcc bugzilla I am unable to reduce the buggy file with creduce .
I have included the command line option -fgnu-tm while compiling it.
Does creduce support transa
14 matches
Mail list logo