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 rtl-optimization/45962] [4.6 Regression]: many c/c++ failures on cris-elf, in r165236:165242


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

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot       |rth at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Richard Henderson <rth at gcc dot gnu.org> 2010-10-11 18:12:10 UTC ---
Sorry, I don't know how I didn't see the attachment.

The problem is related to the computation of the size
of an area including a variable of zero size:

 <var_decl 0x7ffff19d50a0 D.16659
    type <record_type 0x7ffff1ae4150 S85 type_0 BLK
        size <integer_cst 0x7ffff1e1fa28 constant 0>
        unit size <integer_cst 0x7ffff1e1f320 constant 0>
        user align 32 ...>


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