------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-15 01:20 
-------
Here is reduced testcase, it has nothing to do with asm at all:
static inline void
bar (const int *const x)
{
  int x1 = *x;
}
static const int y[1]={0};
void
foo (void)
{
  bar (y);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-10-15 01:16:18         |2004-10-15 01:20:09
               date|                            |


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

Reply via email to