Re: [Patch debug] Fix PR60655 partially.

2014-04-06 Thread Andreas Schwab
Ramana Radhakrishnan writes: > diff --git a/gcc/testsuite/gcc.c-torture/compile/pr60655-1.c > b/gcc/testsuite/gcc.c-torture/compile/pr60655-1.c > new file mode 100644 > index 000..5f38701 > --- /dev/null > +++ b/gcc/testsuite/gcc.c-torture/compile/pr60655-1.c > @@ -0,0 +1,31 @@ > +/* { dg-op

Re: [Patch debug] Fix PR60655 partially.

2014-04-04 Thread Richard Biener
On Fri, Apr 4, 2014 at 12:27 PM, Ramana Radhakrishnan wrote: > On Thu, Mar 27, 2014 at 11:25 AM, Ramana Radhakrishnan > wrote: >> Hi, >> >>This is a partial fix for PR60655 where dwarf2out.c rejects NOT of a >> value in const_ok_for_output_1. There is still a problem with the testcase >> on

Re: [Patch debug] Fix PR60655 partially.

2014-04-04 Thread Ramana Radhakrishnan
On Thu, Mar 27, 2014 at 11:25 AM, Ramana Radhakrishnan wrote: > Hi, > >This is a partial fix for PR60655 where dwarf2out.c rejects NOT of a > value in const_ok_for_output_1. There is still a problem with the testcase > on armhf where we get operations of the form, const (minus (const_int) > (s

[Patch debug] Fix PR60655 partially.

2014-03-27 Thread Ramana Radhakrishnan
Thu Mar 27 10:47:50 2014 +0000 [Patch debug] Fix PR60655 partially. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 2b584a5..67b37eb 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -11325,8 +11325,18 @@ const_ok_for_output_1 (rtx *rtlp, void *data ATTRIBUTE_UNUSED)