I'll look into this.

Evan

On Nov 9, 2007, at 1:00 AM, Bill Wendling wrote:

> Hi all,
>
> I'm getting an error during compilation of LLVM-GCC 4.0. Here's the
> error:
>
> /var/tmp//ccKGJOpy.s:unknown:Undefined local symbol L6$pb
>
> and here's the reduced testcase:
>
> $ cat testcase.i
> void bork(int qux) {
>   switch (qux) {
>   case 0: case 2: case 4: case 1:
>     break;
>   }
> }
> $ /Volumes/Gir/devel/llvm/llvm-gcc-4.0.obj/gcc/xgcc -B/Volumes/Gir/
> devel/llvm/llvm-gcc-4.0.obj/gcc/ -B/Volumes/Gir/devel/llvm/llvm-
> gcc-4.0.install/i686-apple-darwin9.1.0/bin/ -B/Volumes/Gir/devel/llvm/
> llvm-gcc-4.0.install/i686-apple-darwin9.1.0/lib/ -m64 -c testcase.i
> /var/tmp//ccqurtth.s:unknown:Undefined local symbol L1$pb
>
> Evan, you were working in the switch area. Do you think this could be
> related?
>
> -bw
> _______________________________________________
> llvm-commits mailing list
> llvm-commits@cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to