[oe-commits] Khem Raj : gcc-4.5: Fix segfault in dwarf2out

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 07:31:27 UTC 2011


Module: openembedded.git
Branch: sledz/maintenance
Commit: c7b83be1b3af3e97ed1c478bbcd1466212a5361c
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=c7b83be1b3af3e97ed1c478bbcd1466212a5361c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Mar 16 12:16:12 2011 -0700

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 at gmail.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes/gcc/gcc-4.5.inc                            |    7 +-
 .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99486.patch |  230 ++++++++++++++++++++
 .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99487.patch |   42 ++++
 .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99488.patch |   22 ++
 .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99489.patch |   61 +++++
 recipes/gcc/gcc-4.5/more-epilogues.patch           |   83 -------
 6 files changed, 360 insertions(+), 85 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded.git/?a=commitdiff;h=c7b83be1b3af3e97ed1c478bbcd1466212a5361c




More information about the Openembedded-commits mailing list