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 tree-optimization/53336] [4.8 Regression] invalid types in nop conversion


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

--- Comment #4 from Paolo Bonzini <bonzini at gnu dot org> 2012-05-22 08:32:07 UTC ---
Author: bonzini
Date: Tue May 22 08:31:52 2012
New Revision: 187759

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187759
Log:
gcc:
2012-05-16  Paolo Bonzini  <bonzini@gnu.org>

    PR tree-optimization/53336
    * tree-cfg.c (verify_gimple_assign_unary): Allow conversion from
    non-integer integral types to offset type and vice versa.

gcc/testsuite:
2012-05-16  Paolo Bonzini  <bonzini@gnu.org>

    PR tree-optimization/53336
    * g++.dg/torture/pr53336.C: New testcase.


Added:
    trunk/gcc/testsuite/g++.dg/torture/pr53336.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-cfg.c


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