From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9598 invoked by alias); 18 May 2008 17:52:05 -0000 Received: (qmail 8149 invoked by uid 48); 18 May 2008 17:51:18 -0000 Date: Sun, 18 May 2008 17:52:00 -0000 Message-ID: <20080518175118.8148.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/36259] libdecnumber/decNumber.c:711: internal compiler error: in reload_cse_simplify_operands, at postreload.c:395 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-05/txt/msg01330.txt.bz2 ------- Comment #2 from dominiq at lps dot ens dot fr 2008-05-18 17:51 ------- I got similar errors for an incremental update: ... /opt/gcc/i686-darwin/./prev-gcc/xgcc -B/opt/gcc/i686-darwin/./prev-gcc/ -B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/ -c -g -O2 -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.4-work/gcc -I../../gcc-4.4-work/gcc/. -I../../gcc-4.4-work/gcc/../include -I./../intl -I../../gcc-4.4-work/gcc/../libcpp/include -I/sw/include -I../../gcc-4.4-work/gcc/../libdecnumber -I../../gcc-4.4-work/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.4-work/gcc/tree.c -o tree.o ../../gcc-4.4-work/gcc/tree-vrp.c: In function 'find_case_label_range': ../../gcc-4.4-work/gcc/tree-vrp.c:5593: error: insn does not satisfy its constraints: (insn 692 79 80 6 ../../gcc-4.4-work/gcc/tree-vrp.c:5564 (set (mem/c:QI (plus:SI (reg/f:SI 7 sp) (const_int 35 [0x23])) [278 take_default+0 S1 A8]) (reg:QI 4 si)) 62 {*movqi_1} (nil)) ../../gcc-4.4-work/gcc/tree-vrp.c:5593: internal compiler error: in reload_cse_simplify_operands, at postreload.c:395 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [tree-vrp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... ../../gcc-4.4-work/gcc/tree.c: In function 'build2_stat': ../../gcc-4.4-work/gcc/tree.c:3214: error: insn does not satisfy its constraints: (insn 698 299 699 51 ../../gcc-4.4-work/gcc/tree.c:3201 (set (mem/c:QI (plus:SI (reg/f:SI 7 sp) (const_int 64 [0x40])) [621 side_effects+0 S1 A8]) (reg:QI 4 si)) 62 {*movqi_1} (nil)) ../../gcc-4.4-work/gcc/tree.c:3214: internal compiler error: in reload_cse_simplify_operands, at postreload.c:395 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [tree.o] Error 1 make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36259