[Bug c/41692] New: -fno-leading-underscore ignored

2009-10-12 Thread adrian dot alexander dot may at gmail dot com
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

[Bug c/41692] -fno-leading-underscore ignored

2009-10-12 Thread davek at gcc dot gnu dot org
--- 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

[Bug target/41693] New: RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371

2009-10-12 Thread rmansfield at qnx dot com
$ ./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

[Bug c++/41690] Scoping is incorrect for inherited classes nested inside a templated class.

2009-10-12 Thread timothy dot renner at gmail dot com
--- 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

[Bug c++/41690] Scoping is incorrect for inherited classes nested inside a templated class.

2009-10-12 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/39866] [c++0x] deleted functions not removed from "no match" error messages

2009-10-12 Thread jason at gcc dot gnu dot org
-- 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

[Bug target/41693] [4.5 Regression] RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371

2009-10-12 Thread jakub at gcc dot gnu 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

[Bug target/41693] [4.5 Regression] RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371

2009-10-12 Thread rmansfield at qnx dot com
--- 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 --

[Bug c++/41690] Scoping is incorrect for inherited classes nested inside a templated class.

2009-10-12 Thread timothy dot renner at gmail dot com
--- 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

<    1   2