[Bug middle-end/52372] [4.7 Regression] gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_regno

2014-04-14 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52372

rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
Summary|[4.7/4.8/4.9/4.10   |[4.7 Regression]
   |regression] |gcc.target/mips/mips16-attr
   |gcc.target/mips/mips16-attr |ibutes{,-4}.c SEGV in
   |ibutes{,-4}.c SEGV in   |dwf_regno
   |dwf_regno   |

--- Comment #9 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 
---
Is this still failing for anyone?  I haven't seen any reports that the
patch didn't work and the failing target (IRIX) has since been removed.

I'll close this on the assumption that it has been fixed.  Please reopen
if I'm wrong.


[Bug middle-end/52372] [4.7 Regression] gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_regno

2014-04-14 Thread asolokha at gmx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52372

--- Comment #10 from Arseny Solokha asolokha at gmx dot com ---
It still fails, but indeed for different targets: PR60102, PR57933. I'm not
sure whether these are actually duplicates, though.


[Bug middle-end/52372] [4.7 Regression] gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_regno

2014-04-14 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52372

--- Comment #11 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 
---
(In reply to Arseny Solokha from comment #10)
 It still fails, but indeed for different targets: PR60102, PR57933. I'm not
 sure whether these are actually duplicates, though.

Yeah, despite dwf_regno appearing in all three backtraces, I think those
bugs are different from this one.  In this case the problem was with
SWITCHABLE_TARGET.  This bug was specifically about the failures
in the MIPS-specific mips16-attributes* tests.


[Bug middle-end/52372] [4.7 regression] gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_regno

2012-02-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52372

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

   Priority|P3  |P4

--- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2012-02-27 
10:40:29 UTC ---
Not a primary/secondary platform.


[Bug middle-end/52372] [4.7 regression] gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_regno

2012-02-25 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52372

rsand...@gcc.gnu.org rsandifo at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2012-02-25
  Component|target  |middle-end
 AssignedTo|unassigned at gcc dot   |rsandifo at gcc dot gnu.org
   |gnu.org |
 Ever Confirmed|0   |1

--- Comment #2 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 
2012-02-25 09:40:58 UTC ---
Doesn't segfault for me, even with a cross to
mips-sgi-irix6.5, but it would probably show
as an rtl checking failure if rtl checking was
enabled.  Will try that.

Testing a patch.