internal compiler error
Eric Botcazou
ebotcazou@libertysurf.fr
Fri Jan 31 12:39:00 GMT 2003
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./config
> -I./../include -I./.. -I./../bfd -I./../intl -I../intl
> -DLOCALEDIR="\"/usr/dev/share/locale\"" -W -Wall -Wstrict-prototypes
> -Wmissing-prototypes -g -O2 -c ./config/tc-ppc.c
>
> compiler output:
>
> config/tc-ppc.c: In function `md_assemble':
> config/tc-ppc.c:2172: warning: right shift count >= width of type
> config/tc-ppc.c:2174: warning: right shift count >= width of type
> config/tc-ppc.c:2179: warning: right shift count >= width of type
> config/tc-ppc.c:2181: warning: right shift count >= width of type
> config/tc-ppc.c:2186: warning: right shift count >= width of type
> config/tc-ppc.c:2188: warning: right shift count >= width of type
> config/tc-ppc.c:2193: warning: right shift count >= width of type
> config/tc-ppc.c:2195: warning: right shift count >= width of type
> config/tc-ppc.c: In function `md_apply_fix3':
> config/tc-ppc.c:5388: warning: right shift count >= width of type
> config/tc-ppc.c:5395: warning: right shift count >= width of type
> config/tc-ppc.c:5402: warning: right shift count >= width of type
> config/tc-ppc.c:5409: warning: right shift count >= width of type
> config/tc-ppc.c:5537: Internal compiler error in simplify_subreg, at
> simplify-rt x.c:2452
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Exact duplicate of PR optimization/8275. Fixed in the upcoming 3.2.2 release.
--
Eric Botcazou
More information about the Gcc-bugs
mailing list