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/17529] [4.0 Regression] ICE in get_indirect_ref_operands


------- 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


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