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]

Quality Issues on mainline


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]