[Bug c++/68313] New: "using" shadows declaration

2015-11-12 Thread wd11 at leicester dot ac.uk
mponent: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wd11 at leicester dot ac.uk Target Milestone: --- The following valid code (modified from bug 37374) namespace N1 { void f() {} } namespace N2 { template void f(X); using N1::f; } template void N2::f(X) {} template void

[Bug c++/68313] "using" shadows declaration

2015-11-12 Thread wd11 at leicester dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68313 wd11 at leicester dot ac.uk changed: What|Removed |Added Version|unknown |5.1.0 --- Comment #2 from

[Bug driver/57123] New: code compiled and linked with -fopenmp does not load the correct omp library at run-time

2013-04-30 Thread wd11 at leicester dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57123 Bug #: 57123 Summary: code compiled and linked with -fopenmp does not load the correct omp library at run-time Classification: Unclassified Product: gcc Version: 4.7.0

[Bug c++/57109] New: ice tsubst_copy, at cp/pt.c:12171

2013-04-29 Thread wd11 at leicester dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57109 Bug #: 57109 Summary: ice tsubst_copy, at cp/pt.c:12171 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/57109] ice tsubst_copy, at cp/pt.c:12171

2013-04-29 Thread wd11 at leicester dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57109 --- Comment #2 from wd11 at leicester dot ac.uk 2013-04-29 10:28:13 UTC --- Created attachment 29971 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29971 file generated via g++ -E and gzip compressed because pre-processor output

[Bug c++/56859] New: alignas() fails in template

2013-04-06 Thread wd11 at leicester dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56859 Bug #: 56859 Summary: alignas() fails in template Classification: Unclassified Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/56820] New: elaborated-type-specifier friend incorrectly looked up beyond innermost enclosing namespace

2013-04-02 Thread wd11 at leicester dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56820 Bug #: 56820 Summary: elaborated-type-specifier friend incorrectly looked up beyond innermost enclosing namespace Classification: Unclassified Product: gcc Version:

[Bug c++/55992] New: constexpr static member function not recognised in templated using statement

2013-01-15 Thread wd11 at leicester dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 Bug #: 55992 Summary: constexpr static member function not recognised in templated using statement Classification: Unclassified Product: gcc Version: 4.7.1 Status: