public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/37191] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849
  2008-08-21 14:32 [Bug target/37191] New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849 pluto at agmk dot net
@ 2008-08-21 14:32 ` pluto at agmk dot net
  2008-08-22 12:42 ` [Bug target/37191] [4.3 Regression] " ubizjak at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pluto at agmk dot net @ 2008-08-21 14:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pluto at agmk dot net  2008-08-21 14:31 -------
Created an attachment (id=16120)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16120&action=view)
testcase


-- 


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


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

* [Bug target/37191]  New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849
@ 2008-08-21 14:32 pluto at agmk dot net
  2008-08-21 14:32 ` [Bug target/37191] " pluto at agmk dot net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pluto at agmk dot net @ 2008-08-21 14:32 UTC (permalink / raw)
  To: gcc-bugs

$ gcc dsputil_mmx.i -c -mmmx -O1

i386/h264dsp_mmx.c: In function
‘h264_h_loop_filter_chroma_intra_mmx2’:
i386/h264dsp_mmx.c:542: internal compiler error: in
inline_secondary_memory_needed, at config/i386/i386.c:21849


-- 
           Summary: ICE in inline_secondary_memory_needed, at
                    config/i386/i386.c:21849
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net
GCC target triplet: i686-gnu-linux


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


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

* [Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849
  2008-08-21 14:32 [Bug target/37191] New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849 pluto at agmk dot net
  2008-08-21 14:32 ` [Bug target/37191] " pluto at agmk dot net
@ 2008-08-22 12:42 ` ubizjak at gmail dot com
  2008-08-22 14:01 ` uros at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2008-08-22 12:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ubizjak at gmail dot com  2008-08-22 12:40 -------
Confirmed on 4.3, latent on 4.4.

Patch in testing.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ubizjak at gmail dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
      Known to work|                            |4.4.0
           Priority|P3                          |P2
   Last reconfirmed|0000-00-00 00:00:00         |2008-08-22 12:40:55
               date|                            |
            Summary|ICE in                      |[4.3 Regression] ICE in
                   |inline_secondary_memory_need|inline_secondary_memory_need
                   |ed, at                      |ed, at
                   |config/i386/i386.c:21849    |config/i386/i386.c:21849
   Target Milestone|---                         |4.3.3


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


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

* [Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849
  2008-08-21 14:32 [Bug target/37191] New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849 pluto at agmk dot net
  2008-08-21 14:32 ` [Bug target/37191] " pluto at agmk dot net
  2008-08-22 12:42 ` [Bug target/37191] [4.3 Regression] " ubizjak at gmail dot com
@ 2008-08-22 14:01 ` uros at gcc dot gnu dot org
  2008-08-22 14:04 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: uros at gcc dot gnu dot org @ 2008-08-22 14:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from uros at gcc dot gnu dot org  2008-08-22 14:00 -------
Subject: Bug 37191

Author: uros
Date: Fri Aug 22 13:58:52 2008
New Revision: 139471

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139471
Log:
        PR target/37184
        * config/i386/i386.c (ix86_match_ccmode): Handle CCAmode,
        CCCmode, CCOmode and CCSmode destination modes.

        PR target/37191
        * config/i386/mmx.md (*vec_extractv2sf_0): Avoid combining registers
        from different units in a single alternative.
        (*vec_extractv2sf_1): Ditto.
        (*vec_extractv2si_0): Ditto.
        (*vec_extractv2si_1): Ditto.
        * config/i386/sse.md (sse2_storehpd): Ditto.
        (sse2_storelpd): Ditto.
        (sse2_loadhpd): Ditto.
        (sse2_loadlpd): Ditto.

        PR target/37197
        * config/i386/i386.md (clzsi2_abm): Fix operand 1 constraints.
        (popcountsi2): Ditto.
        (clzdi2_abm): Ditto.
        (popcountdi2): Ditto.
        (clzhi2_abm): Ditto.
        (popcounthi2): Ditto.

testsuite/ChangeLog:

        PR target/37184
        * gcc.target/i386/pr37184.c: New test.

        PR target/37191
        * gcc.target/i386/pr37191.c: New test.

        PR target/37197
        * gcc.target/i386/pr37197.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr37184.c
    trunk/gcc/testsuite/gcc.target/i386/pr37191.c
    trunk/gcc/testsuite/gcc.target/i386/pr37197.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.md
    trunk/gcc/config/i386/mmx.md
    trunk/gcc/config/i386/sse.md
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849
  2008-08-21 14:32 [Bug target/37191] New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849 pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2008-08-22 14:01 ` uros at gcc dot gnu dot org
@ 2008-08-22 14:04 ` ubizjak at gmail dot com
  2008-08-28  8:25 ` pluto at agmk dot net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2008-08-22 14:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ubizjak at gmail dot com  2008-08-22 14:03 -------
Fixed for 4.4.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |08/msg01651.html
           Keywords|                            |patch


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


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

* [Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849
  2008-08-21 14:32 [Bug target/37191] New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849 pluto at agmk dot net
                   ` (3 preceding siblings ...)
  2008-08-22 14:04 ` ubizjak at gmail dot com
@ 2008-08-28  8:25 ` pluto at agmk dot net
  2008-08-28 13:33 ` uros at gcc dot gnu dot org
  2008-08-28 13:47 ` ubizjak at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: pluto at agmk dot net @ 2008-08-28  8:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pluto at agmk dot net  2008-08-28 08:24 -------
(In reply to comment #4)
> Fixed for 4.4.
> 

the 4.3.2 was released. could you commit fix to 4.3 branch?


-- 


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


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

* [Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849
  2008-08-21 14:32 [Bug target/37191] New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849 pluto at agmk dot net
                   ` (4 preceding siblings ...)
  2008-08-28  8:25 ` pluto at agmk dot net
@ 2008-08-28 13:33 ` uros at gcc dot gnu dot org
  2008-08-28 13:47 ` ubizjak at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: uros at gcc dot gnu dot org @ 2008-08-28 13:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from uros at gcc dot gnu dot org  2008-08-28 13:32 -------
Subject: Bug 37191

Author: uros
Date: Thu Aug 28 13:31:33 2008
New Revision: 139707

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139707
Log:
        PR target/37184
        * config/i386/i386.c (ix86_match_ccmode): Handle CCAmode,
        CCCmode, CCOmode and CCSmode destination modes.

        PR target/37191
        * config/i386/mmx.md (*vec_extractv2sf_0): Avoid combining registers
        from different units in a single alternative.
        (*vec_extractv2sf_1): Ditto.
        (*vec_extractv2si_0): Ditto.
        (*vec_extractv2si_1): Ditto.
        * config/i386/sse.md (sse2_storehpd): Ditto.
        (sse2_storelpd): Ditto.
        (sse2_loadhpd): Ditto.
        (sse2_loadlpd): Ditto.

        PR target/37197
        * config/i386/i386.md (clzsi2_abm): Fix operand 1 constraints.
        (popcountsi2): Ditto.
        (clzdi2_abm): Ditto.
        (popcountdi2): Ditto.
        (clzhi2_abm): Ditto.
        (popcounthi2): Ditto.

testsuite/ChangeLog:

        PR target/37184
        * gcc.target/i386/pr37184.c: New test.

        PR target/37191
        * gcc.target/i386/pr37191.c: New test.

        PR target/37197
        * gcc.target/i386/pr37197.c: New test.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr37184.c
      - copied unchanged from r139471,
trunk/gcc/testsuite/gcc.target/i386/pr37184.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr37191.c
      - copied unchanged from r139471,
trunk/gcc/testsuite/gcc.target/i386/pr37191.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr37197.c
      - copied unchanged from r139471,
trunk/gcc/testsuite/gcc.target/i386/pr37197.c
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/i386/i386.c
    branches/gcc-4_3-branch/gcc/config/i386/i386.md
    branches/gcc-4_3-branch/gcc/config/i386/mmx.md
    branches/gcc-4_3-branch/gcc/config/i386/sse.md
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/37191] [4.3 Regression] ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849
  2008-08-21 14:32 [Bug target/37191] New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849 pluto at agmk dot net
                   ` (5 preceding siblings ...)
  2008-08-28 13:33 ` uros at gcc dot gnu dot org
@ 2008-08-28 13:47 ` ubizjak at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2008-08-28 13:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ubizjak at gmail dot com  2008-08-28 13:46 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

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


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


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

end of thread, other threads:[~2008-08-28 13:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-21 14:32 [Bug target/37191] New: ICE in inline_secondary_memory_needed, at config/i386/i386.c:21849 pluto at agmk dot net
2008-08-21 14:32 ` [Bug target/37191] " pluto at agmk dot net
2008-08-22 12:42 ` [Bug target/37191] [4.3 Regression] " ubizjak at gmail dot com
2008-08-22 14:01 ` uros at gcc dot gnu dot org
2008-08-22 14:04 ` ubizjak at gmail dot com
2008-08-28  8:25 ` pluto at agmk dot net
2008-08-28 13:33 ` uros at gcc dot gnu dot org
2008-08-28 13:47 ` ubizjak at gmail 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).