This is the mail archive of the gcc-patches@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: PATCH: PR target/47364: [x32] internal compiler error: in emit_move_insn, at expr.c:3355


On Thu, Jul 28, 2011 at 5:48 AM, H.J. Lu <hongjiu.lu@intel.com> wrote:

> We should only expand strlen to Pmode. ?Otherwise, we got
>
> [hjl@gnu-6 ilp32-38]$ cat x.i
> char one[50] = "ijk";
> int
> main (void)
> {
> ?return __builtin_strlen (one) != 3;
> }
> [hjl@gnu-6 ilp32-38]$ /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc/build-x86_64-linux/gcc/ -S -o x.s -mx32 -O2 x.i
> x.i: In function ‘main’:
> x.i:5:27: internal compiler error: in emit_move_insn, at expr.c:3333
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
>
> OK for trunk?
>
> 2011-07-27 ?H.J. Lu ?<hongjiu.lu@intel.com>
>
> ? ? ? ?PR target/47364
> ? ? ? ?* config/i386/i386.md (strlen<mode>): Replace SWI48x with P.

OK.

Thanks,
Uros.


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