[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2006-09-29 03:37 --- Fixed -- What|Removed |Added Status|ASSIGNED|RE

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread dannysmith at users dot sourceforge dot net
-- What|Removed |Added AssignedTo|unassigned at sources dot |dannysmith at users dot |redhat dot com |sourceforge dot net http://sourceware

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2006-09-29 03:35 --- Assigning to self... -- What|Removed |Added Status|NEW

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2006-09-28 23:15 --- Patch here: http://sourceware.org/ml/binutils/2006-09/msg00377.html Danny -- http://sourceware.org/bugzilla/show_bug.cgi?id=3276 --- You are receiving this mail because: --- You are

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2006-09-28 21:30 --- Subject: Re: New: Alignment error with static const variable in inline function On Thu, 2006-09-28 at 07:42 +, jespdj at hotmail dot com wrote: > g++ outputs the correct assembler code, so the erro

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet||i686-pc-cygwin http://sourceware.org/bugzilla/show_bug.cgi?id=3276 --- You are receiving this mail becaus

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread jespdj at hotmail dot com
--- Additional Comments From jespdj at hotmail dot com 2006-09-28 08:07 --- Sorry, meant to include the version info of ld instead of ln: $ ld --version GNU ld version 2.17.50 20060817 Copyright 2005 Free Software Foundation, Inc. This program is free software; you may redistribute it u

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread jespdj at hotmail dot com
--- Additional Comments From jespdj at hotmail dot com 2006-09-28 08:06 --- $ as --version GNU assembler 2.17.50 20060817 Copyright 2005 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread jespdj at hotmail dot com
--- Additional Comments From jespdj at hotmail dot com 2006-09-28 07:48 --- Actually the output of running the above program is slightly different (the address is different), but still wrong: $ ./tst sizeof(x) = 4, __alignof__(x) = 16 Address of x: 0x40F418 - ALIGNMENT ERROR -- htt

[Bug binutils/3276] Alignment error with static const variable in inline function

2006-09-28 Thread jespdj at hotmail dot com
--- Additional Comments From jespdj at hotmail dot com 2006-09-28 07:45 --- Created an attachment (id=1333) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1333&action=view) Assember code produced by g++ This is the assembler code produced by g++ when compiling the source with: