[Bug bootstrap/29482] libcpp/configure - no usable dependency style found

2007-01-03 Thread maxim dot yegorushkin at gmail dot com
--- Comment #3 from maxim dot yegorushkin at gmail dot com 2007-01-03 12:31 --- (In reply to comment #2) I'm having a similar problem on Linux Fedora Core 5. Is there any quick way to fix it? I am new to autoconf and would appreciate any hints. Here is the output: The same

[Bug bootstrap/29482] libcpp/configure - no usable dependency style found

2007-01-02 Thread maxim dot yegorushkin at gmail dot com
--- Comment #2 from maxim dot yegorushkin at gmail dot com 2007-01-02 16:38 --- I'm having a similar problem on Linux Fedora Core 5. Is there any quick way to fix it? I am new to autoconf and would appreciate any hints. Here is the output: $ make CC=/usr/local/N/Linux2.6/amd64/3.3.6

[Bug c++/21615] Argument-dependent name lookup associated namespace search bug

2006-07-25 Thread maxim dot yegorushkin at gmail dot com
--- Comment #5 from maxim dot yegorushkin at gmail dot com 2006-07-25 14:18 --- Hi there, Could you guys take a look at Pavel's comment. It looks very reasonable. -- maxim dot yegorushkin at gmail dot com changed: What|Removed |Added

[Bug c++/27347] New: static array member specialization failure

2006-04-28 Thread maxim dot yegorushkin at gmail dot com
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: maxim dot yegorushkin at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27347

[Bug c++/23513] New: overload resolution fails to select a more specialized template

2005-08-22 Thread maxim dot yegorushkin at gmail dot com
dot gnu dot org ReportedBy: maxim dot yegorushkin at gmail dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23513

[Bug c++/21615] Argument-dependent name lookup associated namespace search bug

2005-05-18 Thread maxim dot yegorushkin at gmail dot com
--- Additional Comments From maxim dot yegorushkin at gmail dot com 2005-05-18 08:17 --- (In reply to comment #1) All gcc versions I have take the template in namespace odd, and so does icc in strict mode. I see nothing in 3.4.2 that should prevent this from happening. What

[Bug c++/21615] New: Argument-dependent name lookup associated namespace search bug

2005-05-17 Thread maxim dot yegorushkin at gmail dot com
yegorushkin at gmail dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21615

[Bug c++/2922] [DR 197] two-stage lookup for unqualified function calls with type-dependent arguments

2005-04-23 Thread maxim dot yegorushkin at gmail dot com
--- Additional Comments From maxim dot yegorushkin at gmail dot com 2005-04-23 10:55 --- (In reply to comment #10) Not working on this anymore. Andrew closed PR 11296 as a dup of this, but I'm not 100% sure. This is the testcase, so that it can be tested and added