------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-27 
13:38 -------
Reduced testcase:
int rd8x8_c( int stride)
{
    unsigned long long __attribute__ ((aligned (4))) aligned_bak[stride];
    unsigned char * const bak= (unsigned char*)aligned_bak;
}


Confirmed, only happens on the 3.4 branch, I don't know if this is a regression 
or not so keeping this 
bug opened.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.4.5
      Known to work|                            |4.0.0 4.0.1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-27 13:38:47
               date|                            |
            Summary|error: in                   |[3.4 only] error: in
                   |assign_stack_temp_for_type, |assign_stack_temp_for_type,
                   |at function.c:655           |at function.c:655
   Target Milestone|---                         |3.4.5


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

Reply via email to