From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31909 invoked by alias); 27 Sep 2004 10:09:33 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31822 invoked by uid 48); 27 Sep 2004 10:09:30 -0000 Date: Mon, 27 Sep 2004 10:09:00 -0000 Message-ID: <20040927100930.31821.qmail@sourceware.org> From: "schwab at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040819232250.17112.gene@digilicious.com> References: <20040819232250.17112.gene@digilicious.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/17112] Copying of packed bitfields is wrong X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg03276.txt.bz2 List-Id: ------- Additional Comments From schwab at suse dot de 2004-09-27 10:09 ------- Sorry, wrong command line. ./xgcc -B./ -B/usr/local/ia64-suse-linux/bin/ -isystem /usr/local/ia64-suse-linux/include -isystem /usr/local/ia64-suse-linux/sys-include -L/tmp/cvs/gcc-20040927/Build/gcc/../ld -O2 -DIN_GCC -DUSE_LIBUNWIND_EXCEPTIONS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -DUSE_GAS_SYMVER -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -fexceptions -c ../../gcc/config/ia64/unwind-ia64.c -o libgcc/./unwind-ia64.o ../../gcc/config/ia64/unwind-ia64.c: In function 'alloc_reg_state': ../../gcc/config/ia64/unwind-ia64.c:312: warning: pointer targets in passing arg 1 of 'atomic_alloc' differ in signedness ../../gcc/config/ia64/unwind-ia64.c: In function 'free_reg_state': ../../gcc/config/ia64/unwind-ia64.c:328: warning: pointer targets in passing arg 1 of 'atomic_free' differ in signedness ../../gcc/config/ia64/unwind-ia64.c: In function 'alloc_label_state': ../../gcc/config/ia64/unwind-ia64.c:345: warning: pointer targets in passing arg 1 of 'atomic_alloc' differ in signedness ../../gcc/config/ia64/unwind-ia64.c: In function 'free_label_state': ../../gcc/config/ia64/unwind-ia64.c:361: warning: pointer targets in passing arg 1 of 'atomic_free' differ in signedness ../../gcc/unwind.inc: In function '_Unwind_DeleteException': ../../gcc/unwind.inc:278: error: insn does not satisfy its constraints: (call_insn 19 15 22 1 ../../gcc/unwind.inc:277 (parallel [ (call (mem:DI (reg:DI 14 r14 [orig:339 D.6395 ] [339]) [0 S8 A64]) (const_int 1 [0x1])) (clobber (reg:DI 320 b0)) (clobber (reg:DI 14 r14)) (clobber (reg:DI 326 b6)) ]) 235 {call_gp} (insn_list:REG_DEP_TRUE 17 (insn_list:REG_DEP_ANTI 13 (insn_list:REG_DEP_ANTI 12 (insn_list:REG_DEP_TRUE 11 (insn_list:REG_DEP_ANTI 10 (insn_list:REG_DEP_TRUE 18 (nil))))))) (nil) (expr_list:REG_DEP_TRUE (use (reg:DI 1 r1)) (expr_list:REG_DEP_TRUE (use (reg:DI 121 out1 [ exc ])) (expr_list:REG_DEP_TRUE (use (reg:SI 120 out0)) (nil))))) ../../gcc/unwind.inc:278: internal compiler error: in reload_cse_simplify_operands, at postreload.c:391 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17112