[Bug c/35526] ICE on memcpy

2009-05-20 Thread dominik dot strasser at onespin-solutions dot com


--- Comment #9 from dominik dot strasser at onespin-solutions dot com  
2009-05-20 14:58 ---
Works fine


-- 

dominik dot strasser at onespin-solutions dot com changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED


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



[Bug c/35526] ICE on memcpy

2008-03-28 Thread rguenth at gcc dot gnu dot org


--- Comment #8 from rguenth at gcc dot gnu dot org  2008-03-28 10:30 ---
*** Bug 35730 has been marked as a duplicate of this bug. ***


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||davids at webmaster dot com


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



[Bug c/35526] ICE on memcpy

2008-03-11 Thread dominik dot strasser at onespin-solutions dot com


--- Comment #4 from dominik dot strasser at onespin-solutions dot com  
2008-03-11 09:02 ---
I can confirm that the patch fixes the original example.


-- 

dominik dot strasser at onespin-solutions dot com changed:

   What|Removed |Added

  Component|middle-end  |c


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



[Bug c/35526] ICE on memcpy

2008-03-11 Thread uros at gcc dot gnu dot org


--- Comment #5 from uros at gcc dot gnu dot org  2008-03-11 12:48 ---
Subject: Bug 35526

Author: uros
Date: Tue Mar 11 12:47:29 2008
New Revision: 133106

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=133106
Log:
PR middle-end/35526
* expr.c (store_expr): Call emit_block_move if the mode
of temp RTX is BLKmode.

testsuite/ChangeLog:

PR middle-end/35526
* g++.dg/torture/pr35526.C: New test.


Added:
trunk/gcc/testsuite/g++.dg/torture/pr35526.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/expr.c
trunk/gcc/testsuite/ChangeLog


-- 


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



[Bug c/35526] ICE on memcpy

2008-03-11 Thread uros at gcc dot gnu dot org


--- Comment #6 from uros at gcc dot gnu dot org  2008-03-11 14:17 ---
Subject: Bug 35526

Author: uros
Date: Tue Mar 11 14:16:25 2008
New Revision: 133108

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=133108
Log:
2008-03-11  Uros Bizjak  [EMAIL PROTECTED]

PR middle-end/35526
* expr.c (store_expr): Call emit_block_move if the mode
of temp RTX is BLKmode.

testsuite/ChangeLog:

PR middle-end/35526
* g++.dg/torture/pr35526.C: New test.


Added:
branches/gcc-4_3-branch/gcc/testsuite/g++.dg/torture/pr35526.C
  - copied unchanged from r133106,
trunk/gcc/testsuite/g++.dg/torture/pr35526.C
Modified:
branches/gcc-4_3-branch/gcc/ChangeLog
branches/gcc-4_3-branch/gcc/expr.c
branches/gcc-4_3-branch/gcc/ifcvt.c
branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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



[Bug c/35526] ICE on memcpy

2008-03-11 Thread ubizjak at gmail dot com


--- Comment #7 from ubizjak at gmail dot com  2008-03-11 14:31 ---
Fixed.


-- 

ubizjak at gmail dot com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.3.1


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



[Bug c/35526] ICE on memcpy

2008-03-10 Thread dominik dot strasser at onespin-solutions dot com


--- Comment #1 from dominik dot strasser at onespin-solutions dot com  
2008-03-10 18:15 ---
Created an attachment (id=15289)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15289action=view)
Source file which gives the ICE


-- 


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