Re: [Patch,testsuite,AVR]: Make PROGMEM variables const.

2011-04-14 Thread Denis Chertykov
2011/4/14 Georg-Johann Lay : > These test cases > > gcc.target/avr/trivial.c > gcc.target/avr/torture/trivial.c > > put non-const variables in read-only section .progmem.data which > causes an error. The patch rewrites the files to make respective > variables real-only (and besides that fixes line

[Patch,testsuite,AVR]: Make PROGMEM variables const.

2011-04-14 Thread Georg-Johann Lay
These test cases gcc.target/avr/trivial.c gcc.target/avr/torture/trivial.c put non-const variables in read-only section .progmem.data which causes an error. The patch rewrites the files to make respective variables real-only (and besides that fixes line endings). Johann ./testsuite 2011-04-14