This is the mail archive of the gcc-bugs@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]

Re: bad inlining


Ah, well.  It was a code problem.  The function 

    inline Chained::Element*
    Chained::headOf() const
    {
      (Element*) Linked::headOf();
    }

doesn't return a value so the result is random.

But isn't it a fatal error for a function not to return a value in C++?


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