Hi, Rahul Kharche wrote:
I am trialing this patch on a private GCC port that I'm working on. The patch works well with several test cases we have. However, fails on the followingint main () { const int arr[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; int i; for (i = 0; i < 10; i++) { printf("arr[%d] : %d\n", i, arr[i]); } }
I'm not getting anything that looks like the dump you sent. What version of gcc is your port based on?
Bernd -- This footer brought to you by insane German lawmakers. Analog Devices GmbH Wilhelm-Wagenfeld-Str. 6 80807 Muenchen Sitz der Gesellschaft Muenchen, Registergericht Muenchen HRB 40368 Geschaeftsfuehrer Thomas Wessel, William A. Martin, Margaret Seif
