------- Comment #43 from dominiq at lps dot ens dot fr  2010-02-18 18:44 -------
The compilation of gcc/regrename.c fails with

...
cc1: warnings being treated as errors
../../gcc-4.5-work/gcc/regrename.c: In function 'build_def_use':
../../gcc-4.5-work/gcc/regrename.c:1113:6: error: array subscript has type
'char'

The line is

            has_dup[recog_data.dup_num[i]] = true;

trying

has_dup[(int) recog_data.dup_num[i]] = true;


-- 


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

Reply via email to