public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/24950]  New: ICE in operand_subword_force
@ 2005-11-20  9:14 aj at gcc dot gnu dot org
  2005-11-21  1:42 ` [Bug middle-end/24950] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: aj at gcc dot gnu dot org @ 2005-11-20  9:14 UTC (permalink / raw)
  To: gcc-bugs

Running the testsuite I get the following ICE on the 4.1 branch:
Executing on host: /abuild/aj/gcc/gcc/xgcc -B/abuild/aj/gcc/gcc/
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/20051113-1
.c  -w  -O0  -fno-show-column  -lm   -m64 -o
/abuild/aj/gcc/gcc/testsuite/20051113-1.x0    (timeout = 300)
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/20051113-1.c:
In function 'main':
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/20051113-1.c:60:
internal compiler error: in operand_subword_force, at emit
-rtl.c:1386
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/20051113-1.c:
In function 'main':
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/20051113-1.c:60:
internal compiler error: in operand_subword_force, at emit
-rtl.c:1386
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gcc.c-torture/execute/20051113-1.c compilation,  -O0

Compiler is:
/opt/gcc/4.1-devel/bin/gcc -v
Using built-in specs.
Target: powerpc64-suse-linux-gnu
Configured with: /aj-cvs/gcc-svn/branches/gcc-4_1-branch/configure
--prefix=/opt/gcc/4.1-devel --enable-checking=misc,tree,gc,rtl,rtlflag,assert
--enable-threads=posix --enable-clocale=gnu --enable-__cxa_atexit
--enable-shared --enable-languages=c,c++,treelang,java,f95,objc
--with-system-zlib --with-cpu=default32 powerpc64-suse-linux-gnu
Thread model: posix
gcc version 4.1.0 20051119 (prerelease)


-- 
           Summary: ICE in operand_subword_force
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aj at gcc dot gnu dot org
 GCC build triplet: powerpc64-linux-gnu
  GCC host triplet: powerpc64-linux-gnu
GCC target triplet: powerpc64-linux-gnu


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


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

* [Bug middle-end/24950] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
@ 2005-11-21  1:42 ` pinskia at gcc dot gnu dot org
  2005-11-21  1:53 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-21  1:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-21 01:42 -------
Fails:
http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00998.html
http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00840.html

Hmm, this has failed since the testcase was added, I have to manually check if
it is a regression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.1.0 4.2.0


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


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

* [Bug middle-end/24950] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
  2005-11-21  1:42 ` [Bug middle-end/24950] " pinskia at gcc dot gnu dot org
@ 2005-11-21  1:53 ` pinskia at gcc dot gnu dot org
  2005-11-21  2:22 ` [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-21  1:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-21 01:53 -------
Confirmed, does not look like a regression though you can never tell.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to fail|4.1.0 4.2.0 4.0.3           |4.1.0 4.2.0 4.0.3 3.4.5
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-21 01:53:20
               date|                            |


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
  2005-11-21  1:42 ` [Bug middle-end/24950] " pinskia at gcc dot gnu dot org
  2005-11-21  1:53 ` pinskia at gcc dot gnu dot org
@ 2005-11-21  2:22 ` pinskia at gcc dot gnu dot org
  2005-11-21  2:24 ` amodra at bigpond dot net dot au
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-21  2:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-21 02:22 -------
This works in 3.2.3 so it is a regression from there.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |3.2.3
            Summary|ICE in operand_subword_force|[3.4/4.0/4.1/4.2 Regression]
                   |                            |ICE in operand_subword_force
   Target Milestone|---                         |4.0.3


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-11-21  2:22 ` [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2005-11-21  2:24 ` amodra at bigpond dot net dot au
  2005-11-21  2:25 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at bigpond dot net dot au @ 2005-11-21  2:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from amodra at bigpond dot net dot au  2005-11-21 02:24 -------
No ice with 3.3.3 either


-- 

amodra at bigpond dot net dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at bigpond dot net
                   |                            |dot au
      Known to work|3.2.3                       |3.3.3
   Target Milestone|4.0.3                       |---


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-11-21  2:24 ` amodra at bigpond dot net dot au
@ 2005-11-21  2:25 ` pinskia at gcc dot gnu dot org
  2005-11-21  2:29 ` amodra at bigpond dot net dot au
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-21  2:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.3.3                       |3.3.3 3.2.3
   Target Milestone|---                         |4.0.3


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-11-21  2:25 ` pinskia at gcc dot gnu dot org
@ 2005-11-21  2:29 ` amodra at bigpond dot net dot au
  2005-11-21  2:29 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at bigpond dot net dot au @ 2005-11-21  2:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from amodra at bigpond dot net dot au  2005-11-21 02:28 -------
Err, that was 3.3.3-hammer I tested.


-- 

amodra at bigpond dot net dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.3.3 3.2.3                 |3.2.3
   Target Milestone|4.0.3                       |---


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-11-21  2:29 ` amodra at bigpond dot net dot au
@ 2005-11-21  2:29 ` pinskia at gcc dot gnu dot org
  2005-11-21  7:08 ` amodra at bigpond dot net dot au
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-21  2:29 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.3


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-11-21  2:29 ` pinskia at gcc dot gnu dot org
@ 2005-11-21  7:08 ` amodra at bigpond dot net dot au
  2005-11-22 13:16 ` amodra at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at bigpond dot net dot au @ 2005-11-21  7:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from amodra at bigpond dot net dot au  2005-11-21 07:08 -------
Testing a fix.  The reason gcc-3.3 doesn't fail on this testcase is that the
first arg to store_bit_field there is a mem:BLK while gcc-3.4 and gcc-4 pass a
mem:SI.  Code after the following comment in store_bit_field fails badly,
trying to insert a 64-bit field into an SImode reg.

          /* Get the mode to use for inserting into this field.  If OP0 is
             BLKmode, get the smallest mode consistent with the alignment. If
             OP0 is a non-BLKmode object that is no wider than MAXMODE, use its
             mode. Otherwise, use the smallest mode containing the field.  */

I think we just need to check that bestmode is at least as big as fieldmode. 
This will prevent trying to use insv, and fall thru to store_fixed_bit_field,
which is what happens with a BLKmode MEM.


-- 

amodra at bigpond dot net dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |amodra at bigpond dot net
                   |dot org                     |dot au
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-11-21 01:53:20         |2005-11-21 07:08:37
               date|                            |
   Target Milestone|4.0.3                       |---


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-11-21  7:08 ` amodra at bigpond dot net dot au
@ 2005-11-22 13:16 ` amodra at gcc dot gnu dot org
  2005-11-22 13:18 ` amodra at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at gcc dot gnu dot org @ 2005-11-22 13:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from amodra at gcc dot gnu dot org  2005-11-22 13:16 -------
Subject: Bug 24950

Author: amodra
Date: Tue Nov 22 13:16:29 2005
New Revision: 107354

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107354
Log:
        PR middle-end/24950
        * expmed.c (store_bit_field): Don't attempt to insv a field
        larger than the reg.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expmed.c


-- 


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-11-22 13:16 ` amodra at gcc dot gnu dot org
@ 2005-11-22 13:18 ` amodra at gcc dot gnu dot org
  2005-11-23 12:05 ` amodra at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at gcc dot gnu dot org @ 2005-11-22 13:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from amodra at gcc dot gnu dot org  2005-11-22 13:18 -------
Subject: Bug 24950

Author: amodra
Date: Tue Nov 22 13:18:01 2005
New Revision: 107355

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107355
Log:
        PR middle-end/24950
        * expmed.c (store_bit_field): Don't attempt to insv a field
        larger than the reg.


Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/expmed.c


-- 


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-11-22 13:18 ` amodra at gcc dot gnu dot org
@ 2005-11-23 12:05 ` amodra at gcc dot gnu dot org
  2005-11-23 12:07 ` amodra at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at gcc dot gnu dot org @ 2005-11-23 12:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from amodra at gcc dot gnu dot org  2005-11-23 12:05 -------
Subject: Bug 24950

Author: amodra
Date: Wed Nov 23 12:05:41 2005
New Revision: 107417

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107417
Log:
        PR middle-end/24950
        * expmed.c (store_bit_field): Don't attempt to insv a field
        larger than the reg.

        Merge from trunk
        2005-11-14  Dale Johannesen  <dalej@apple.com>
        * expmed.c (store_bit_field):  Add offset unconditionally for
        memory targets.
        (extract_bit_field):  Don't force extzv or extv operand into
        a register if field is too big.
        2004-12-01  Richard Henderson  <rth@redhat.com>
        * expmed.c (store_bit_field): Use simplify_gen_subreg instead
        of gen_rtx_SUBREG directly.


Modified:
    branches/gcc-3_4-branch/gcc/ChangeLog
    branches/gcc-3_4-branch/gcc/expmed.c


-- 


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-11-23 12:05 ` amodra at gcc dot gnu dot org
@ 2005-11-23 12:07 ` amodra at gcc dot gnu dot org
  2005-11-23 22:15 ` amodra at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at gcc dot gnu dot org @ 2005-11-23 12:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from amodra at gcc dot gnu dot org  2005-11-23 12:07 -------
Subject: Bug 24950

Author: amodra
Date: Wed Nov 23 12:07:14 2005
New Revision: 107418

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107418
Log:
        PR middle-end/24950
        Copy from trunk 2005-11-14  Dale Johannesen  <dalej@apple.com>
        * gcc.c-torture/execute/20051113-1.c:  New.


Added:
    branches/gcc-3_4-branch/gcc/testsuite/gcc.c-torture/execute/20051113-1.c
      - copied unchanged from r106920,
trunk/gcc/testsuite/gcc.c-torture/execute/20051113-1.c
Modified:
    branches/gcc-3_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-11-23 12:07 ` amodra at gcc dot gnu dot org
@ 2005-11-23 22:15 ` amodra at gcc dot gnu dot org
  2005-11-23 22:16 ` amodra at bigpond dot net dot au
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at gcc dot gnu dot org @ 2005-11-23 22:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from amodra at gcc dot gnu dot org  2005-11-23 22:15 -------
Subject: Bug 24950

Author: amodra
Date: Wed Nov 23 22:15:16 2005
New Revision: 107433

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107433
Log:
        PR middle-end/24950
        * expmed.c (store_bit_field): Don't attempt to insv a field
        larger than the reg.

        Merge from trunk 2005-11-14  Dale Johannesen  <dalej@apple.com>
        * expmed.c (store_bit_field):  Add offset unconditionally for
        memory targets.
        (extract_bit_field):  Don't force extzv or extv operand into
        a register if field is too big.


Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/expmed.c


-- 


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-11-23 22:15 ` amodra at gcc dot gnu dot org
@ 2005-11-23 22:16 ` amodra at bigpond dot net dot au
  2005-11-23 22:31 ` amodra at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at bigpond dot net dot au @ 2005-11-23 22:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from amodra at bigpond dot net dot au  2005-11-23 22:16 -------
Fixed


-- 

amodra at bigpond dot net dot au changed:

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


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-11-23 22:16 ` amodra at bigpond dot net dot au
@ 2005-11-23 22:31 ` amodra at gcc dot gnu dot org
  2005-12-01 18:04 ` dalej at gcc dot gnu dot org
  2005-12-12 20:08 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: amodra at gcc dot gnu dot org @ 2005-11-23 22:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from amodra at gcc dot gnu dot org  2005-11-23 22:31 -------
Subject: Bug 24950

Author: amodra
Date: Wed Nov 23 22:31:26 2005
New Revision: 107434

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107434
Log:
        PR middle-end/24950
        Copy from trunk 2005-11-14  Dale Johannesen  <dalej@apple.com>
        * gcc.c-torture/execute/20051113-1.c:  New.


Added:
    branches/gcc-4_0-branch/gcc/testsuite/gcc.c-torture/execute/20051113-1.c
      - copied unchanged from r106920,
trunk/gcc/testsuite/gcc.c-torture/execute/20051113-1.c
Modified:
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2005-11-23 22:31 ` amodra at gcc dot gnu dot org
@ 2005-12-01 18:04 ` dalej at gcc dot gnu dot org
  2005-12-12 20:08 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: dalej at gcc dot gnu dot org @ 2005-12-01 18:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from dalej at gcc dot gnu dot org  2005-12-01 18:04 -------
Subject: Bug 24950

Author: dalej
Date: Thu Dec  1 18:04:20 2005
New Revision: 107826

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107826
Log:
2005-12-01   Alan Modra  <amodra@bigpond.net.au>

        Radar 4345871
    `   PR middle-end/24950
        * expmed.c (store_bit_field): Don't attempt to insv a field
        larger than the reg.


Modified:
    branches/apple-local-200502-branch/gcc/ChangeLog.apple-ppc
    branches/apple-local-200502-branch/gcc/expmed.c


-- 


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


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

* [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force
  2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2005-12-01 18:04 ` dalej at gcc dot gnu dot org
@ 2005-12-12 20:08 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-12 20:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.3


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


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

end of thread, other threads:[~2005-12-12 20:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-20  9:14 [Bug middle-end/24950] New: ICE in operand_subword_force aj at gcc dot gnu dot org
2005-11-21  1:42 ` [Bug middle-end/24950] " pinskia at gcc dot gnu dot org
2005-11-21  1:53 ` pinskia at gcc dot gnu dot org
2005-11-21  2:22 ` [Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2005-11-21  2:24 ` amodra at bigpond dot net dot au
2005-11-21  2:25 ` pinskia at gcc dot gnu dot org
2005-11-21  2:29 ` amodra at bigpond dot net dot au
2005-11-21  2:29 ` pinskia at gcc dot gnu dot org
2005-11-21  7:08 ` amodra at bigpond dot net dot au
2005-11-22 13:16 ` amodra at gcc dot gnu dot org
2005-11-22 13:18 ` amodra at gcc dot gnu dot org
2005-11-23 12:05 ` amodra at gcc dot gnu dot org
2005-11-23 12:07 ` amodra at gcc dot gnu dot org
2005-11-23 22:15 ` amodra at gcc dot gnu dot org
2005-11-23 22:16 ` amodra at bigpond dot net dot au
2005-11-23 22:31 ` amodra at gcc dot gnu dot org
2005-12-01 18:04 ` dalej at gcc dot gnu dot org
2005-12-12 20:08 ` pinskia at gcc dot gnu dot 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).