[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-30 Thread pinskia at gcc dot gnu dot org


--- Comment #8 from pinskia at gcc dot gnu dot org  2005-11-30 18:22 ---
(In reply to comment #7)
 Retested on powerpc-apple-darwin and committed.

Since this is a regression, this should stay open until the patch has been
committed in the release branches.  I will backport the fix to 4.0.3 and 4.1.0
for you.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
  Known to work|3.4.5   |3.4.5 4.2.0
 Resolution|FIXED   |
Summary|[4.0/4.1/4.2 Regression]|[4.0/4.1 Regression] Crash
   |Crash in combine|in combine


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-30 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
   |dot org |org
 Status|REOPENED|ASSIGNED


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-30 Thread pinskia at gcc dot gnu dot org


--- Comment #9 from pinskia at gcc dot gnu dot org  2005-11-30 21:08 ---
For my self (when backporting the fix):

http://gcc.gnu.org/viewcvs?root=gccview=revrev=107731


-- 


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-30 Thread pinskia at gcc dot gnu dot org


--- Comment #10 from pinskia at gcc dot gnu dot org  2005-12-01 03:24 
---
Subject: Bug 24930

Author: pinskia
Date: Thu Dec  1 03:24:00 2005
New Revision: 107798

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107798
Log:
2005-11-30  Dale Johannesen  [EMAIL PROTECTED]
Andrew Pinski  [EMAIL PROTECTED]

PR rtl-opt/24930
* combine.c (find_split_point):  Sign extend bitmask
when changing bitfield assignment to IOR of AND.
2005-11-30  Dale Johannesen  [EMAIL PROTECTED]

PR rtl-opt/24930
* gcc.c-torture/compile/pr24930.c:  New.


Added:
branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/pr24930.c
  - copied unchanged from r107731,
trunk/gcc/testsuite/gcc.c-torture/compile/pr24930.c
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/combine.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-30 Thread pinskia at gcc dot gnu dot org


--- Comment #11 from pinskia at gcc dot gnu dot org  2005-12-01 03:30 
---
Fixed now in 4.0.3 and above.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-30 Thread pinskia at gcc dot gnu dot org


--- Comment #12 from pinskia at gcc dot gnu dot org  2005-12-01 03:33 
---
Subject: Bug 24930

Author: pinskia
Date: Thu Dec  1 03:33:46 2005
New Revision: 107799

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107799
Log:
2005-11-30  Dale Johannesen  [EMAIL PROTECTED]
Andrew Pinski  [EMAIL PROTECTED]

PR rtl-opt/24930
* combine.c (find_split_point):  Sign extend bitmask
when changing bitfield assignment to IOR of AND.
2005-11-30  Dale Johannesen  [EMAIL PROTECTED]

PR rtl-opt/24930
* gcc.c-torture/compile/pr24930.c:  New.


Added:
branches/gcc-4_0-branch/gcc/testsuite/gcc.c-torture/compile/pr24930.c
  - copied unchanged from r107731,
trunk/gcc/testsuite/gcc.c-torture/compile/pr24930.c
Modified:
branches/gcc-4_0-branch/gcc/ChangeLog
branches/gcc-4_0-branch/gcc/combine.c
branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-20 Thread rth at gcc dot gnu dot org


--- Comment #6 from rth at gcc dot gnu dot org  2005-11-20 19:32 ---
Patch is approved.


-- 


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-19 Thread pinskia at gcc dot gnu dot org


--- Comment #5 from pinskia at gcc dot gnu dot org  2005-11-20 03:06 ---
I bootstraped and tested this on x86_64-linux-gnu with no regressions.


-- 


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-18 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-18 15:52 ---
I am going to test this on x86_64-linux-gnu except using gen_int_mode instead
of GEN_INT (trunc_int_for_mode.


-- 


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-18 Thread mmitchel at gcc dot gnu dot org


--- Comment #4 from mmitchel at gcc dot gnu dot org  2005-11-19 02:20 
---
Showstopper.


-- 

mmitchel at gcc dot gnu dot org changed:

   What|Removed |Added

   Priority|P3  |P1


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



[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-17 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-18 04:56 ---
Confirmed, a regression from 3.4.x.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  Known to work||3.4.5
Summary|Crash in combine|[4.0/4.1 Regression] Crash
   ||in combine
   Target Milestone|--- |4.0.3


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