Re: template instantiation problem

2005-06-23 Thread Giovanni Bajo
rea, like comp.std.c++ or comp.lang.c++.moderated, thanks. -- Giovanni Bajo

Re: change in templates in gcc-4

2005-06-18 Thread Giovanni Bajo
u online compiler, etc.) so to report issues which are more likely real GCC bugs. Thanks anyway for taking the time of reporting this issue! -- Giovanni Bajo

Re: libcpp/configure

2005-05-24 Thread Giovanni Bajo
w_bug.cgi?id=21230 Giovanni Bajo

Re: Internal compiler error in finish_function gcc version 2.96

2005-05-12 Thread Giovanni Bajo
. With GCC 3.4.3, I get this error trying to compile bug.cc: bug.cc: In function `int _()': bug.cc:1: error: expected `(' before numeric constant -- Giovanni Bajo

Re: Recover from errors

2005-02-02 Thread Giovanni Bajo
CE > HACKING (thats because I write to gcc-BUGS mailing list)) to generate > C++ code with this tipical errors FIXED? I ask just because I see, > gcc does collect all SUFFICIENT (enough) INFO to FIX that tipical > erros. GCC is not able to reproduce the C++ source code it compiles on the output, let alone modified. Just fix the bugs in your code like everyone else does :) Giovanni Bajo

Re: No warning when breaking strict-aliasing rules despite -Wstrict-aliasing

2004-11-09 Thread Giovanni Bajo
warns for expressions like "(cast*)&decl", but "(cast*)array_decl" is also something to warn about. This is a possible enhancement. Would you please file a bug report in Bugzilla about this? Thanks, Giovanni Bajo

Re: GCC3.4.2 selects incorrect function overload when an ellipsis overload is available

2004-11-03 Thread Giovanni Bajo
Lee-Thorp, Andrew wrote: > GCC 3.4.2 selects an 'unavailable' function overload. > Platform is Cygwin on Windows 2000. Please, submit a bug report through our Bugzilla interface (http://gcc.gnu.org/bugzilla). Thanks. Giovanni Bajo