[Bug c++/59151] New: gcc name lookup for friend template finds class outside of

2013-11-16 Thread gafunchal at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gafunchal at gmail dot com template class Class1; namespace B { template class Class2 { template friend class Class1; private: int something_private; }; } template class

[Bug c++/33558] 'mutable' incorrectly accepted on reference members

2010-01-09 Thread gafunchal at gmail dot com
--- Comment #3 from gafunchal at gmail dot com 2010-01-09 14:18 --- http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00420.html -- Giovanni -- gafunchal at gmail dot com changed: What|Removed |Added

[Bug c++/33558] 'mutable' incorrectly accepted on reference members

2010-01-09 Thread gafunchal at gmail dot com
--- Comment #2 from gafunchal at gmail dot com 2010-01-09 14:18 --- Created an attachment (id=19523) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19523&action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33558

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2009-05-27 Thread gafunchal at gmail dot com
--- Comment #20 from gafunchal at gmail dot com 2009-05-27 14:34 --- For the problem reported on Comment #16, see Bug #40272. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675

[Bug pch/40272] error using precompiled headers with extra debug info (-g3)

2009-05-27 Thread gafunchal at gmail dot com
--- Comment #2 from gafunchal at gmail dot com 2009-05-27 14:25 --- (In reply to comment #1) > You have to include a precompiled header from the toplevel source file as the > very first thing or preferably via the -include command-line parameter. > I do not agree with

[Bug pch/40272] New: error using precompiled headers with extra debug info (-g3)

2009-05-27 Thread gafunchal at gmail dot com
4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: pch AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gafunchal at gmail dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC t

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2009-05-27 Thread gafunchal at gmail dot com
--- Comment #19 from gafunchal at gmail dot com 2009-05-27 10:56 --- (In reply to comment #18) > Fixed in 4.4. > I still have this bug on 4.4.0, when using pch and -g3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675