public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/60169] New: ICE ARM thumb1 handles far jump
@ 2014-02-13  5:42 joey.ye at arm dot com
  2014-02-13  5:43 ` [Bug target/60169] " joey.ye at arm dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: joey.ye at arm dot com @ 2014-02-13  5:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60169
           Summary: ICE ARM thumb1 handles far jump
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: joey.ye at arm dot com

Created attachment 32119
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32119&action=edit
testcase

Trunk gcc 20140210:

arm-none-eabi-gcc -mthumb -fomit-frame-pointer -mthumb -fPIC -mcpu=cortex-m0
-mno-lra png.c -c

png.c: In function 'png_do_read_swap_alpha':
png.c:104:1: internal compiler error: in reload, at reload1.c:1058
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug target/60169] ICE ARM thumb1 handles far jump
  2014-02-13  5:42 [Bug target/60169] New: ICE ARM thumb1 handles far jump joey.ye at arm dot com
@ 2014-02-13  5:43 ` joey.ye at arm dot com
  2014-02-13  9:18 ` [Bug target/60169] [4.8/4.9 Regression] " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joey.ye at arm dot com @ 2014-02-13  5:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Joey Ye <joey.ye at arm dot com> ---
Caused by http://gcc.gnu.org/ml/gcc-patches/2012-12/msg01229.html, reason is
that stack layout shouldn't change during and after reload.

I have a patch fixing it under testing.


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

* [Bug target/60169] [4.8/4.9 Regression] ICE ARM thumb1 handles far jump
  2014-02-13  5:42 [Bug target/60169] New: ICE ARM thumb1 handles far jump joey.ye at arm dot com
  2014-02-13  5:43 ` [Bug target/60169] " joey.ye at arm dot com
@ 2014-02-13  9:18 ` rguenth at gcc dot gnu.org
  2014-02-27  9:33 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-02-13  9:18 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.3
            Summary|ICE ARM thumb1 handles far  |[4.8/4.9 Regression] ICE
                   |jump                        |ARM thumb1 handles far jump


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

* [Bug target/60169] [4.8/4.9 Regression] ICE ARM thumb1 handles far jump
  2014-02-13  5:42 [Bug target/60169] New: ICE ARM thumb1 handles far jump joey.ye at arm dot com
  2014-02-13  5:43 ` [Bug target/60169] " joey.ye at arm dot com
  2014-02-13  9:18 ` [Bug target/60169] [4.8/4.9 Regression] " rguenth at gcc dot gnu.org
@ 2014-02-27  9:33 ` rguenth at gcc dot gnu.org
  2014-02-28  2:12 ` joey.ye at arm dot com
  2014-03-02  9:00 ` joey.ye at arm dot com
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-02-27  9:33 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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

* [Bug target/60169] [4.8/4.9 Regression] ICE ARM thumb1 handles far jump
  2014-02-13  5:42 [Bug target/60169] New: ICE ARM thumb1 handles far jump joey.ye at arm dot com
                   ` (2 preceding siblings ...)
  2014-02-27  9:33 ` rguenth at gcc dot gnu.org
@ 2014-02-28  2:12 ` joey.ye at arm dot com
  2014-03-02  9:00 ` joey.ye at arm dot com
  4 siblings, 0 replies; 6+ messages in thread
From: joey.ye at arm dot com @ 2014-02-28  2:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Joey Ye <joey.ye at arm dot com> ---
A fix is available here:
http://gcc.gnu.org/ml/gcc-patches/2014-02/msg01306.html


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

* [Bug target/60169] [4.8/4.9 Regression] ICE ARM thumb1 handles far jump
  2014-02-13  5:42 [Bug target/60169] New: ICE ARM thumb1 handles far jump joey.ye at arm dot com
                   ` (3 preceding siblings ...)
  2014-02-28  2:12 ` joey.ye at arm dot com
@ 2014-03-02  9:00 ` joey.ye at arm dot com
  4 siblings, 0 replies; 6+ messages in thread
From: joey.ye at arm dot com @ 2014-03-02  9:00 UTC (permalink / raw)
  To: gcc-bugs

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

Joey Ye <joey.ye at arm dot com> changed:

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

--- Comment #3 from Joey Ye <joey.ye at arm dot com> ---
Fixed in http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=208217


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

end of thread, other threads:[~2014-03-02  9:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-13  5:42 [Bug target/60169] New: ICE ARM thumb1 handles far jump joey.ye at arm dot com
2014-02-13  5:43 ` [Bug target/60169] " joey.ye at arm dot com
2014-02-13  9:18 ` [Bug target/60169] [4.8/4.9 Regression] " rguenth at gcc dot gnu.org
2014-02-27  9:33 ` rguenth at gcc dot gnu.org
2014-02-28  2:12 ` joey.ye at arm dot com
2014-03-02  9:00 ` joey.ye at arm dot com

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).