public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related
@ 2011-05-01 22:05 hp at gcc dot gnu.org
  2011-05-01 22:05 ` [Bug target/48840] " hp at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: hp at gcc dot gnu.org @ 2011-05-01 22:05 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size
                    == get_frame_size ()) maybe fp/vis-related
           Product: gcc
           Version: 4.4.5
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hp@gcc.gnu.org


Created attachment 24159
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24159
Preprocessed, trivially reduced test-case

For gcc-4.4.0 and gcc-4.4.5, observe the following ICE for the attachment,
running "cc1 -fpreprocessed ~/rcf3.i -mptr64 -mstack-bias -mlong-double-128
-mcpu=ultrasparc -m64 -mvis -O2 -funroll-loops -fPIC -o rc_filter.s":

/home/hp/rcf3.i: In function 'rc_filter_sobel_3x3_horz_u8':
/home/hp/rcf3.i:26: internal compiler error: in reload, at reload1.c:1170
where that line has a "gcc_assert (old_frame_size == get_frame_size ())".

Similarly for trunk revision 172690 (same line, different number)
though not for revision 170836 (now the 4.6 branch) and not for gcc-4.3.5.


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

* [Bug target/48840] [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
@ 2011-05-01 22:05 ` hp at gcc dot gnu.org
  2011-05-01 23:46 ` hp at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hp at gcc dot gnu.org @ 2011-05-01 22:05 UTC (permalink / raw)
  To: gcc-bugs

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

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.05.01 22:02:32
      Known to work|                            |4.3.5
     Ever Confirmed|0                           |1
      Known to fail|                            |4.4.5


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

* [Bug target/48840] [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
  2011-05-01 22:05 ` [Bug target/48840] " hp at gcc dot gnu.org
@ 2011-05-01 23:46 ` hp at gcc dot gnu.org
  2011-05-02 10:34 ` [Bug target/48840] [4.4/4.5/4.7 Regression] assertion failure (old_frame_size == get_frame_size ()) in reload1.c rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hp at gcc dot gnu.org @ 2011-05-01 23:46 UTC (permalink / raw)
  To: gcc-bugs

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

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |sparc64-unknown-linux-gnu

--- Comment #1 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-05-01 23:45:57 UTC ---
Ouch, forgot target field...


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

* [Bug target/48840] [4.4/4.5/4.7 Regression] assertion failure (old_frame_size == get_frame_size ()) in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
  2011-05-01 22:05 ` [Bug target/48840] " hp at gcc dot gnu.org
  2011-05-01 23:46 ` hp at gcc dot gnu.org
@ 2011-05-02 10:34 ` rguenth at gcc dot gnu.org
  2011-06-01 20:52 ` ebotcazou at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-05-02 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.7


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

* [Bug target/48840] [4.4/4.5/4.7 Regression] assertion failure (old_frame_size == get_frame_size ()) in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-05-02 10:34 ` [Bug target/48840] [4.4/4.5/4.7 Regression] assertion failure (old_frame_size == get_frame_size ()) in reload1.c rguenth at gcc dot gnu.org
@ 2011-06-01 20:52 ` ebotcazou at gcc dot gnu.org
  2011-06-02 12:58 ` [Bug rtl-optimization/48840] " ebotcazou at gcc dot gnu.org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-06-01 20:52 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |ebotcazou at gcc dot
                   |gnu.org                     |gnu.org

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-06-01 20:51:57 UTC ---
Investigating.


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

* [Bug rtl-optimization/48840] [4.4/4.5/4.7 Regression] assertion failure (old_frame_size == get_frame_size ()) in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-06-01 20:52 ` ebotcazou at gcc dot gnu.org
@ 2011-06-02 12:58 ` ebotcazou at gcc dot gnu.org
  2011-06-02 13:05 ` ebotcazou at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-06-02 12:58 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |rtl-optimization

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-06-02 12:58:23 UTC ---
Recategorizing.


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

* [Bug rtl-optimization/48840] [4.4/4.5/4.7 Regression] assertion failure (old_frame_size == get_frame_size ()) in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-06-02 12:58 ` [Bug rtl-optimization/48840] " ebotcazou at gcc dot gnu.org
@ 2011-06-02 13:05 ` ebotcazou at gcc dot gnu.org
  2011-06-02 13:08 ` [Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure " ebotcazou at gcc dot gnu.org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-06-02 13:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-06-02 13:04:45 UTC ---
Author: ebotcazou
Date: Thu Jun  2 13:04:43 2011
New Revision: 174566

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174566
Log:
    PR rtl-optimization/48840
    * gcc.target/sparc/ultrasp13.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/sparc/ultrasp13.c
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2011-06-02 13:05 ` ebotcazou at gcc dot gnu.org
@ 2011-06-02 13:08 ` ebotcazou at gcc dot gnu.org
  2011-06-02 20:00 ` ebotcazou at gcc dot gnu.org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-06-02 13:08 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|sparc64-unknown-linux-gnu   |sparc64-*-*
            Summary|[4.4/4.5/4.7 Regression]    |[4.4/4.5 regression]
                   |assertion failure           |assertion failure in
                   |(old_frame_size ==          |reload1.c
                   |get_frame_size ()) in       |
                   |reload1.c                   |
      Known to fail|4.7.0                       |

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-06-02 13:07:38 UTC ---
Works on the mainline now.


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

* [Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2011-06-02 13:08 ` [Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure " ebotcazou at gcc dot gnu.org
@ 2011-06-02 20:00 ` ebotcazou at gcc dot gnu.org
  2011-07-25 14:21 ` ebotcazou at gcc dot gnu.org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-06-02 20:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-06-02 19:59:49 UTC ---
The problem is that reload chooses a FP reg as reload register for a V8QI value
coming in from a general register.  So a secondary memory is needed and this
increases the frame size.


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

* [Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2011-06-02 20:00 ` ebotcazou at gcc dot gnu.org
@ 2011-07-25 14:21 ` ebotcazou at gcc dot gnu.org
  2011-08-01 13:57 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-25 14:21 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
         AssignedTo|ebotcazou at gcc dot        |unassigned at gcc dot
                   |gnu.org                     |gnu.org


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

* [Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2011-07-25 14:21 ` ebotcazou at gcc dot gnu.org
@ 2011-08-01 13:57 ` rguenth at gcc dot gnu.org
  2012-02-22 14:01 ` xiaoyuanbo at yeah dot net
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-01 13:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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

* [Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2011-08-01 13:57 ` rguenth at gcc dot gnu.org
@ 2012-02-22 14:01 ` xiaoyuanbo at yeah dot net
  2012-03-13 15:41 ` [Bug rtl-optimization/48840] [4.5 " jakub at gcc dot gnu.org
  2012-07-02  9:55 ` rguenth at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: xiaoyuanbo at yeah dot net @ 2012-02-22 14:01 UTC (permalink / raw)
  To: gcc-bugs

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

xiaoyuanbo <xiaoyuanbo at yeah dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xiaoyuanbo at yeah dot net

--- Comment #7 from xiaoyuanbo <xiaoyuanbo at yeah dot net> 2012-02-22 12:44:36 UTC ---
you ask


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

* [Bug rtl-optimization/48840] [4.5 regression] assertion failure in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2012-02-22 14:01 ` xiaoyuanbo at yeah dot net
@ 2012-03-13 15:41 ` jakub at gcc dot gnu.org
  2012-07-02  9:55 ` rguenth at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 15:41 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:48:24 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug rtl-optimization/48840] [4.5 regression] assertion failure in reload1.c
  2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2012-03-13 15:41 ` [Bug rtl-optimization/48840] [4.5 " jakub at gcc dot gnu.org
@ 2012-07-02  9:55 ` rguenth at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02  9:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.5.4                       |4.6.1

--- Comment #9 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-02 09:54:52 UTC ---
Fixed for 4.6.1.


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

end of thread, other threads:[~2012-07-02  9:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-01 22:05 [Bug target/48840] New: [4.4/4.7 Regression] ICE, gcc_assert (old_frame_size == get_frame_size ()) maybe fp/vis-related hp at gcc dot gnu.org
2011-05-01 22:05 ` [Bug target/48840] " hp at gcc dot gnu.org
2011-05-01 23:46 ` hp at gcc dot gnu.org
2011-05-02 10:34 ` [Bug target/48840] [4.4/4.5/4.7 Regression] assertion failure (old_frame_size == get_frame_size ()) in reload1.c rguenth at gcc dot gnu.org
2011-06-01 20:52 ` ebotcazou at gcc dot gnu.org
2011-06-02 12:58 ` [Bug rtl-optimization/48840] " ebotcazou at gcc dot gnu.org
2011-06-02 13:05 ` ebotcazou at gcc dot gnu.org
2011-06-02 13:08 ` [Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure " ebotcazou at gcc dot gnu.org
2011-06-02 20:00 ` ebotcazou at gcc dot gnu.org
2011-07-25 14:21 ` ebotcazou at gcc dot gnu.org
2011-08-01 13:57 ` rguenth at gcc dot gnu.org
2012-02-22 14:01 ` xiaoyuanbo at yeah dot net
2012-03-13 15:41 ` [Bug rtl-optimization/48840] [4.5 " jakub at gcc dot gnu.org
2012-07-02  9:55 ` rguenth 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).