gcc-4.5: Fix segfault in dwarf2out
authorKhem Raj <raj.khem@gmail.com>
Wed, 16 Mar 2011 19:16:12 +0000 (12:16 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 16 Mar 2011 21:53:50 +0000 (14:53 -0700)
commit8e73c5968570159b28a1e2759e443384b9a7da30
tree1d73fbe11a14af652203c2159481b90f22d97075
parentb365c5f805a8fdf2ddc51b56e2feee0c69f166ec
gcc-4.5: Fix segfault in dwarf2out

Currently following fails

rm-oe-linux-uclibceabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/oe/build-minimal-uclibc/minimal-uclibc-dev/sysroots/armv7a-oe-linux-uclibceabi
-DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./..
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os
-pipe -g -MT coding.lo -MD -MP -MF .deps/coding.Tpo -c coding.c -o
coding.o

coding.c: In function 'asn1_length_der':
coding.c:101:1: internal compiler error: in
dwarf2out_frame_debug_expr, at dwarf2out.c:2221
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
{standard input}: Assembler messages:

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.5.inc
recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99486.patch [new file with mode: 0644]
recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99487.patch [new file with mode: 0644]
recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99488.patch [new file with mode: 0644]
recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99489.patch [new file with mode: 0644]
recipes/gcc/gcc-4.5/more-epilogues.patch [deleted file]