Displaying 7 results from an estimated 7 matches for "prune_unused_types_update_str".
2006 Nov 24
3
[LLVMdev] arm eabi
Attached is a port of the new ARM eabi from gcc 4.1 to the llvm-gcc
branch. With this patch I am able to bootstrap the 4.0 branch using
the new eabi. The llvm-gcc branch fails with
------------------------------------
internal compiler error: in prune_unused_types_update_strings, at
dwarf2out.c:14372
------------------------------------
But I believe that this is an unrelated problem and I will try to fix that asap.
Can this patch be applied to llvm-gcc? It is ARM specific and
shouldn't cause problems to others.
Best Regards,
Rafael
-------------- next part ----...
2006 Dec 03
3
[LLVMdev] problem building gcc4 front end on fedora core 5
....9.source/gcc/.
-I../../llvm-gcc4-1.9.source/gcc/../include
-I../../llvm-gcc4-1.9.source/gcc/../libcpp/include -DL_mulvdi3
-fvisibility=hidden -DHIDE_EXPORTS -c
../../llvm-gcc4-1.9.source/gcc/libgcc2.c -o libgcc/./_mulvdi3.o
../../llvm-gcc4-1.9.source/gcc/libgcc2.c:403: internal compiler error:
in prune_unused_types_update_strings, at dwarf2out.c:14372
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
make[2]: *** [libgcc/./_mulvdi3.o] Error 1
make[2]: Leaving directory `/bulk/src/LLVM/llvm-gcc-build/gcc'
make[1]: *** [libgcc.a] Error 2
ma...
2006 Dec 03
0
[LLVMdev] problem building gcc4 front end on fedora core 5
...d ** slot;
slot = htab_find_slot_with_hash (debug_str_hash, s->str,
Cheers,
-- Jim
On Dec 3, 2006, at 9:20 AM, Ram Bhamidipaty wrote:
> ../../llvm-gcc4-1.9.source/gcc/libgcc2.c -o libgcc/./_mulvdi3.o
> ../../llvm-gcc4-1.9.source/gcc/libgcc2.c:403: internal compiler error:
> in prune_unused_types_update_strings, at dwarf2out.c:14372
> Please submit a full bug report,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061203/af0b04d6/attachment.html>
-------------- next part --------------
A non-text attachme...
2007 Mar 01
3
[LLVMdev] compiling llvm-gcc4 on ubuntu
....9.source/gcc -I../../llvm-gcc4-1.9.source/gcc/. -I../../llvm-gcc4-1.9.source/gcc/../include -I../../llvm-gcc4-1.9.source/gcc/../libcpp/include -DL_mulvdi3 -c ../../llvm-gcc4-1.9.source/gcc/libgcc2.c -o
libgcc/./_mulvdi3.o
../../llvm-gcc4-1.9.source/gcc/libgcc2.c:403: internal compiler error: in
prune_unused_types_update_strings, at dwarf2out.c:14372
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
make[2]: *** [libgcc/./_mulvdi3.o] Error 1
make[2]: Leaving directory '/home/stefan/programs/llvm/build/gcc'
make[1]: *** [libgcc.a] Err...
2007 Mar 01
0
[LLVMdev] compiling llvm-gcc4 on ubuntu
...I../../llvm-gcc4-1.9.source/gcc/. -I../../llvm-gcc4-1.9.source/gcc/../include -I../../llvm-gcc4-1.9.source/gcc/../libcpp/include -DL_mulvdi3 -c ../../llvm-gcc4-1.9.source/gcc/libgcc2.c -o
> libgcc/./_mulvdi3.o
> ../../llvm-gcc4-1.9.source/gcc/libgcc2.c:403: internal compiler error: in
> prune_unused_types_update_strings, at dwarf2out.c:14372
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://llvm.org/bugs> for instructions.
I'm not sure what this is about. Likely its related to one of the issues
above.
> make[2]: *** [libgcc/./_mulvdi3.o] Err...
2006 Nov 24
0
[LLVMdev] porting the new ARM eabi from gcc 4.1 to llvm-gcc
Attached is a port of the new ARM eabi from gcc 4.1 to the llvm-gcc
branch. With this patch I am able to bootstrap the 4.0 branch using
the new eabi. The llvm-gcc branch fails with
------------------------------------
internal compiler error: in prune_unused_types_update_strings, at
dwarf2out.c:14372
------------------------------------
But I believe that this is an unrelated problem and I will try to fix that asap.
Can this patch be applied to llvm-gcc? It is ARM specific and
shouldn't cause problems to others.
Best Regards,
Rafael
-------------- next part ----...
2006 Nov 25
0
[LLVMdev] arm eabi
...at gmail.com> wrote:
> Attached is a port of the new ARM eabi from gcc 4.1 to the llvm-gcc
> branch. With this patch I am able to bootstrap the 4.0 branch using
> the new eabi. The llvm-gcc branch fails with
>
> ------------------------------------
> internal compiler error: in prune_unused_types_update_strings, at
> dwarf2out.c:14372
> ------------------------------------
>
> But I believe that this is an unrelated problem and I will try to fix that asap.
Yes, probably. See http://llvm.org/bugs/show_bug.cgi?id=1009
Andrew