public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/63972] New: shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64
@ 2014-11-19 17:24 pinskia at gcc dot gnu.org
  2014-11-19 17:25 ` [Bug middle-end/63972] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-11-19 17:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63972

            Bug ID: 63972
           Summary: shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on
                    aarch64
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
            Target: aarch64

shrink_wrap_symbol_ref_1.c fails due to lo_sum not being able to remove.  It
was decided that we should special case lo_sum in the shrink wrapping code.

I have a patch to fix this which I will be submitting this weekend.


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

* [Bug middle-end/63972] shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64
  2014-11-19 17:24 [Bug middle-end/63972] New: shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64 pinskia at gcc dot gnu.org
@ 2014-11-19 17:25 ` pinskia at gcc dot gnu.org
  2014-11-19 17:27 ` jiwang at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-11-19 17:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63972

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-11-19
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug middle-end/63972] shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64
  2014-11-19 17:24 [Bug middle-end/63972] New: shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64 pinskia at gcc dot gnu.org
  2014-11-19 17:25 ` [Bug middle-end/63972] " pinskia at gcc dot gnu.org
@ 2014-11-19 17:27 ` jiwang at gcc dot gnu.org
  2014-11-23  4:10 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jiwang at gcc dot gnu.org @ 2014-11-19 17:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63972

Jiong Wang <jiwang at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jiwang at gcc dot gnu.org

--- Comment #1 from Jiong Wang <jiwang at gcc dot gnu.org> ---
good, thanks.


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

* [Bug middle-end/63972] shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64
  2014-11-19 17:24 [Bug middle-end/63972] New: shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64 pinskia at gcc dot gnu.org
  2014-11-19 17:25 ` [Bug middle-end/63972] " pinskia at gcc dot gnu.org
  2014-11-19 17:27 ` jiwang at gcc dot gnu.org
@ 2014-11-23  4:10 ` pinskia at gcc dot gnu.org
  2014-11-24 15:40 ` pinskia at gcc dot gnu.org
  2014-11-24 15:40 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-11-23  4:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63972

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization, patch
                URL|                            |https://gcc.gnu.org/ml/gcc-
                   |                            |patches/2014-11/msg02920.ht
                   |                            |ml

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Patch was submitted:
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02920.html


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

* [Bug middle-end/63972] shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64
  2014-11-19 17:24 [Bug middle-end/63972] New: shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64 pinskia at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-11-24 15:40 ` pinskia at gcc dot gnu.org
@ 2014-11-24 15:40 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-11-24 15:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63972

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |5.0

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed.


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

* [Bug middle-end/63972] shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64
  2014-11-19 17:24 [Bug middle-end/63972] New: shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64 pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-11-23  4:10 ` pinskia at gcc dot gnu.org
@ 2014-11-24 15:40 ` pinskia at gcc dot gnu.org
  2014-11-24 15:40 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-11-24 15:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63972

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Author: pinskia
Date: Mon Nov 24 15:40:19 2014
New Revision: 218023

URL: https://gcc.gnu.org/viewcvs?rev=218023&root=gcc&view=rev
Log:
2014-11-24  Andrew Pinski  <apinski@cavium.com>

        PR rtl-opt/63972
        * shrink-wrap.c (move_insn_for_shrink_wrap): Allow LO_SUM also.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/shrink-wrap.c


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

end of thread, other threads:[~2014-11-24 15:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-19 17:24 [Bug middle-end/63972] New: shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on aarch64 pinskia at gcc dot gnu.org
2014-11-19 17:25 ` [Bug middle-end/63972] " pinskia at gcc dot gnu.org
2014-11-19 17:27 ` jiwang at gcc dot gnu.org
2014-11-23  4:10 ` pinskia at gcc dot gnu.org
2014-11-24 15:40 ` pinskia at gcc dot gnu.org
2014-11-24 15:40 ` 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).