[Bug c++/40333] g++ does not align static variables properly

2009-08-24 Thread dannysmith at users dot sourceforge dot net
--- Comment #3 from dannysmith at users dot sourceforge dot net 2009-08-24 06:15 --- (In reply to comment #2) (In reply to comment #0) The following SSE2 code crashes because the non-static global variable breaks the alignment of the static data section. Is this fixed if you

[Bug c++/40333] g++ does not align static variables properly

2009-08-23 Thread rogerdpack at gmail dot com
--- Comment #2 from rogerdpack at gmail dot com 2009-08-24 04:38 --- (In reply to comment #0) The following SSE2 code crashes because the non-static global variable breaks the alignment of the static data section. Is this fixed if you use 4.5.0? --

[Bug c++/40333] g++ does not align static variables properly

2009-06-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-06-03 21:26 --- *** This bug has been marked as a duplicate of 37216 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added