[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 Status|WAITING |NEW

--- Comment #5 from Andrew Pinski pinskia at gcc dot gnu.org ---
I can reproduce it but I have other changes in my toolchain which could be
exposing it.


[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

--- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org ---
/data1/src/gcc-cavium/toolchain-thunder/scripts/../src/newlib/libc/stdlib/strtol.c:
In function ‘_strtol_r’:
/data1/src/gcc-cavium/toolchain-thunder/scripts/../src/newlib/libc/stdlib/strtol.c:213:1:
internal compiler error: in update_reg_eliminate, at lra-eliminations.c:1202
 }
 ^

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

--- Comment #7 from Andrew Pinski pinskia at gcc dot gnu.org ---
Note my testcase is with -mabi=ilp32 too.


[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

--- Comment #8 from Andrew Pinski pinskia at gcc dot gnu.org ---
(In reply to Andrew Pinski from comment #7)
 Note my testcase is with -mabi=ilp32 too.

And the reduced testcase needs -mcpu=thunderx too.  I am trying to see if this
fails on the trunk or only with my code changes.


[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

--- Comment #9 from Andrew Pinski pinskia at gcc dot gnu.org ---
I can't get a testcase that fails with the non-modified trunk.


[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |WAITING

--- Comment #10 from Andrew Pinski pinskia at gcc dot gnu.org ---
(In reply to Andrew Pinski from comment #9)
 I can't get a testcase that fails with the non-modified trunk.

My problem was just introduced.

The original problem should have been resolved with:
https://gcc.gnu.org/ml/gcc-patches/2013-12/msg00151.html

so still waiting.


[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

ktkachov at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2014-07-02
 CC||ktkachov at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #3 from ktkachov at gcc dot gnu.org ---
I can't reproduce this with current trunk either.
Tejas, do you think this can be closed?


[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-07-02 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

--- Comment #4 from Tejas Belagod belagod at gcc dot gnu.org ---
(In reply to ktkachov from comment #3)
 I can't reproduce this with current trunk either.
 Tejas, do you think this can be closed?

I remember the ICE was quite sensitive to any small change to the test case. If
you can't reproduce this, fair enough, it might have been fixed or gone latent.
I hope it's been fixed. :-)


[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-02-06 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

Vladimir Makarov vmakarov at gcc dot gnu.org changed:

   What|Removed |Added

 CC||vmakarov at gcc dot gnu.org

--- Comment #2 from Vladimir Makarov vmakarov at gcc dot gnu.org ---
(In reply to Tejas Belagod from comment #1)
 Created attachment 32053 [details]
 Reduced test case for LRA ICE.

Sorry, I can not reproduce it on the today trunk (I tried -O[0-3] including
-O2).


[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-02-05 Thread belagod at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079

--- Comment #1 from Tejas Belagod belagod at gcc dot gnu.org ---
Created attachment 32053
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32053action=edit
Reduced test case for LRA ICE.