[Bug c/43319] New: Lack of documentation on asm extension

2010-03-09 Thread pi3orama at gmail dot com
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pi3orama at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43319

[Bug c++/14769] [DR 426] Block extern incorrectly resolved to file-scope internal linkage object

2009-11-25 Thread pi3orama at gmail dot com
--- Comment #5 from pi3orama at gmail dot com 2009-11-26 03:31 --- How about the below C++ program? According to recent draft, the func() in //2: is clearly internal linkage, but g++ resolve it as external linkage. static void func() { } int main() { extern void func

[Bug c++/42063] New: g++ violate [class.dtor] when explicit destructor call

2009-11-15 Thread pi3orama at gmail dot com
++ violate [class.dtor] when explicit destructor call Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pi3orama at gmail

[Bug c++/42064] New: g++ violate [class.qual]

2009-11-15 Thread pi3orama at gmail dot com
. -- Summary: g++ violate [class.qual] Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pi3orama at gmail

[Bug c++/42026] New: g++ violate [basic.lookup.argdep]

2009-11-13 Thread pi3orama at gmail dot com
). -- Summary: g++ violate [basic.lookup.argdep] Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pi3orama at gmail dot com http

[Bug c++/42026] g++ violate [basic.lookup.argdep]

2009-11-13 Thread pi3orama at gmail dot com
--- Comment #2 from pi3orama at gmail dot com 2009-11-13 10:10 --- This is an example in C++ language standard. The version is N2960. It said (at page 47, [basic.lookup.argdep]/3): Let X be the lookup set produced by unqualified lookup (3.4.1) and let Y be the lookup set produced

[Bug c++/41960] New: g++: friend introduce name into class, violate standard

2009-11-05 Thread pi3orama at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pi3orama at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41960

[Bug c++/41960] g++: friend introduce name into class, violate standard

2009-11-05 Thread pi3orama at gmail dot com
--- Comment #1 from pi3orama at gmail dot com 2009-11-06 03:52 --- following is my g++ -v: Using built-in specs. Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.4

[Bug c++/41960] g++: friend introduce name into namespace, violate standard

2009-11-05 Thread pi3orama at gmail dot com
--- Comment #3 from pi3orama at gmail dot com 2009-11-06 04:09 --- Then why #define TYPE N::B works? why argument dependent lookup doesn't take effect? Both B and func are in namespace N. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41960

[Bug c++/41960] g++: friend introduce name into namespace, violate standard

2009-11-05 Thread pi3orama at gmail dot com
--- Comment #5 from pi3orama at gmail dot com 2009-11-06 04:40 --- I find a clause in the standard: [basic.lookup.argdep]: Any namespace-scope friend functions or friend function templates declared in associated classes are visible within their respective namespaces even

[Bug c++/31952] parameters may be redeclared in a function try-block

2009-11-05 Thread pi3orama at gmail dot com
--- Comment #5 from pi3orama at gmail dot com 2009-11-06 06:58 --- still not solved at 4.3.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31952

[Bug c++/41965] New: g++ violate [basic.scope.local].

2009-11-05 Thread pi3orama at gmail dot com
ReportedBy: pi3orama at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41965