That sums it up really. On Linux everything is fine, but on Windows this flag
is ignored. To reproduce, just compile void foo() {} with and without the flag,
nm the resulting obj and see that the underscore is always there.
This is a problem for me because I'm mixing nasm and c and hoping to build
--- Comment #1 from davek at gcc dot gnu dot org 2009-10-13 05:04 ---
It is not appropriate to add a mailing list as a Cc to a bugzilla entry, so
I've removed that from the CC list.
On the other hand, I have some good news for you; this has been fixed in SVN
and will be working in the n
$ ./xgcc -v
Using built-in specs.
COLLECT_GCC=./xgcc
Target: arm-unknown-linux-gnueabi
Configured with: ../configure --target=arm-unknown-linux-gnueabi
--prefix=/home/ryan/x-tools/arm-unknown-linux-gnueabi
--with-sysroot=/home/ryan/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi//sys-ro
--- Comment #2 from timothy dot renner at gmail dot com 2009-10-13 05:47
---
Thank you, I found that I could access it that way, and it makes a good
workaround. I'm curious why this is not a scoping bug though? It seems like
the compiler should still be able to scope d_data from the p
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-10-13 05:56 ---
>the parent class is not templated.
Actually it is.
The name of the parent class really is templ::A, which is a templated class.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41690
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2009-10-13 06:26 ---
Fix: http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00808.html
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from rmansfield at qnx dot com 2009-10-13 06:21 ---
Introduced by:
http://gcc.gnu.org/viewcvs?view=revision&revision=152681
--
rmansfield at qnx dot com changed:
What|Removed |Added
--
--- Comment #4 from timothy dot renner at gmail dot com 2009-10-13 06:38
---
>Actually it is.
>
>The name of the parent class really is templ::A, which is a templated class.
Sorry, my mistake, I mistyped that. Let me clarify. I didn't mean the parent
class, I meant the containing cla
101 - 109 of 109 matches
Mail list logo