This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Mainline currently is stage 2 which is supposed to end in two weeks, yet
(nearly) every morning when I bootstrap and build one of our projects, I
encounter new regressions.
This mornings regression, for example:
% cat bug.cc #include <iostream>
template <class T> void f( const char *s ) { std::cout << s; // line 5 }
% gccvs -c -W bug.cc bug.cc: In function `void f(const char*)': bug.cc:5: warning: statement has no effect
Gerald
This is caused by Nathan's work which tried to fix a regression. Please file a bug so this will not happen again and also cc nathan on the bug because it is his bug.
Thanks, Andrew Pinski
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |