This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: internal compiler error


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]