------- Comment #4 from rakdver at gcc dot gnu dot org  2006-11-11 11:37 -------
(In reply to comment #3)
> Smaller testcase:
> 
> const int a[3] = {1, 2, 3};
> 
> int test (int param)
> {
>   if (param)
>     a[2] = 5;
> 
>   return a[2];
> }

... sorry, mistake, does not really work...


-- 


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

Reply via email to