public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/51536] New: ICE on mips64 with -march=octeon -O2 -g -fno-omit-frame-pointer
@ 2011-12-13 21:49 pinskia at gcc dot gnu.org
  2011-12-13 21:53 ` [Bug debug/51536] [4.7 Regression] " pinskia at gcc dot gnu.org
  2011-12-14 20:30 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-12-13 21:49 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51536

             Bug #: 51536
           Summary: ICE on mips64 with -march=octeon -O2 -g
                    -fno-omit-frame-pointer
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pinskia@gcc.gnu.org


t.c: In function 'can_migrate_task':
t.c:11:1: internal compiler error: in maybe_record_trace_start, at
dwarf2cfi.c:2244
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
--- CUT ---
int can_migrate_task(int *p, int *sd)
{
 int tsk_cache_hot;
 if (p[1] == 5)
   tsk_cache_hot = 1;
 else
   tsk_cache_hot = p[0] < 500000ULL;
 if (!tsk_cache_hot || *sd > 1)
  return 1;
 return 0;
}
--- CUT ---
Branch delay slot is putting:
           (insn/f 52 10 11 (set (reg/f:DI 30 $fp)
                    (reg/f:DI 29 $sp)) 276 {*movdi_64bit}
                 (nil))

Which causes the ICE.  This is related to PR 51471 but slightly different.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug debug/51536] [4.7 Regression] ICE on mips64 with -march=octeon -O2 -g -fno-omit-frame-pointer
  2011-12-13 21:49 [Bug debug/51536] New: ICE on mips64 with -march=octeon -O2 -g -fno-omit-frame-pointer pinskia at gcc dot gnu.org
@ 2011-12-13 21:53 ` pinskia at gcc dot gnu.org
  2011-12-14 20:30 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-12-13 21:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51536

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |mips64-*-linux-gnu
   Target Milestone|---                         |4.7.0
            Summary|ICE on mips64 with          |[4.7 Regression] ICE on
                   |-march=octeon -O2 -g        |mips64 with -march=octeon
                   |-fno-omit-frame-pointer     |-O2 -g
                   |                            |-fno-omit-frame-pointer


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug debug/51536] [4.7 Regression] ICE on mips64 with -march=octeon -O2 -g -fno-omit-frame-pointer
  2011-12-13 21:49 [Bug debug/51536] New: ICE on mips64 with -march=octeon -O2 -g -fno-omit-frame-pointer pinskia at gcc dot gnu.org
  2011-12-13 21:53 ` [Bug debug/51536] [4.7 Regression] " pinskia at gcc dot gnu.org
@ 2011-12-14 20:30 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-12-14 20:30 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51536

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-14 20:28:34 UTC ---
The patch which I am working on for PR 51471 will also fix this one.  Closing
as a dup.

*** This bug has been marked as a duplicate of bug 51471 ***


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-14 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-13 21:49 [Bug debug/51536] New: ICE on mips64 with -march=octeon -O2 -g -fno-omit-frame-pointer pinskia at gcc dot gnu.org
2011-12-13 21:53 ` [Bug debug/51536] [4.7 Regression] " pinskia at gcc dot gnu.org
2011-12-14 20:30 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).