This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/35526] ICE on memcpy



------- 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=gcc&view=rev&rev=133108
Log:
2008-03-11  Uros Bizjak  <ubizjak@gmail.com>

        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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]