From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14242 invoked by alias); 15 Nov 2007 20:13:23 -0000 Received: (qmail 14144 invoked by uid 48); 15 Nov 2007 20:13:14 -0000 Date: Thu, 15 Nov 2007 20:13:00 -0000 Message-ID: <20071115201314.14143.qmail@sourceware.org> From: "tthomas at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20071102154539.5252.tthomas@redhat.com> References: <20071102154539.5252.tthomas@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5252] Arithmetic of float variable and Integer value fails (on hpd) X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00191.txt.bz2 List-Id: ------- Additional Comments From tthomas at redhat dot com 2007-11-15 20:13 ------- Prints by C test program on i686 - uses sizeof operator: sizeof float_: 4 sizeof long_: 4 sizeof (long_ + float_): 4 GDB outputs: (gdb) print sizeof long_ $1 = 4 (gdb) print sizeof float_ $2 = 4 (gdb) print sizeof (long_ + float_) $3 = 8 [NOTE!] -- http://sourceware.org/bugzilla/show_bug.cgi?id=5252 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.