[Bug target/37520] junk `(,%eax,4)' after expression / suffix or operands invalid for `lea' for libstdc++ deque/init-list.cc

2009-02-02 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2009-02-02 18:26 --- This looks like it happens on FreeBSD 7.1 as well: http://gcc.gnu.org/ml/gcc-testresults/2009-02/msg00142.html Any news on what is going on here? Please note that i386-bsd is a primary platform for a release, as

[Bug target/37520] junk `(,%eax,4)' after expression / suffix or operands invalid for `lea' for libstdc++ deque/init-list.cc

2009-01-05 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2009-01-05 20:01 --- Adding 4.4.x reported against, as this testcase is not in 4.3.x. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37520] junk `(,%eax,4)' after expression / suffix or operands invalid for `lea' for libstdc++ deque/init-list.cc

2009-01-05 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2009-01-05 20:23 --- The other kind of freebsd6.3 fail in libstdc++ is: testsuite/25_algorithms/max/3.cc /sw/test/GCC/trunk/libstdc++-v3/testsuite/25_algorithms/max/3.cc:26: undefined reference to `_47'

[Bug target/37520] junk `(,%eax,4)' after expression / suffix or operands invalid for `lea' for libstdc++ deque/init-list.cc

2008-09-21 Thread gerald at pfeifer dot com
--- Comment #5 from gerald at pfeifer dot com 2008-09-21 10:15 --- Uros, looking at this again, after manually changing leal$_48(,%eax,4), %eax to leal_48(,%eax,4), %eax things build again with the label being defined as .type $_48, @object .size $_48, 12

[Bug target/37520] junk `(,%eax,4)' after expression / suffix or operands invalid for `lea' for libstdc++ deque/init-list.cc

2008-09-15 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2008-09-15 09:01 --- IMO, you need to define NO_DOLLAR_IN_LABEL in your configuration files. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37520

[Bug target/37520] junk `(,%eax,4)' after expression / suffix or operands invalid for `lea' for libstdc++ deque/init-list.cc

2008-09-14 Thread gerald at pfeifer dot com
--- Comment #1 from gerald at pfeifer dot com 2008-09-14 20:47 --- Created an attachment (id=16319) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16319action=view) init-list.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37520

[Bug target/37520] junk `(,%eax,4)' after expression / suffix or operands invalid for `lea' for libstdc++ deque/init-list.cc

2008-09-14 Thread gerald at pfeifer dot com
--- Comment #2 from gerald at pfeifer dot com 2008-09-14 20:47 --- Created an attachment (id=16320) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16320action=view) init-list.s -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37520

[Bug target/37520] junk `(,%eax,4)' after expression / suffix or operands invalid for `lea' for libstdc++ deque/init-list.cc

2008-09-14 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-14 22:24 --- leal$_48(,%eax,4), %eax ... subl$$_48, %eax Hmm Looks like someone forgot a $ encoding in some cases. -- pinskia at gcc dot gnu dot org changed: What|Removed