https://bugs.kde.org/show_bug.cgi?id=450267

Oliver Kellogg <okell...@users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |okellogg@users.sourceforge.
                   |                            |net

--- Comment #1 from Oliver Kellogg <okell...@users.sourceforge.net> ---
What locale are you using?

Can you attach a C++ file for which the error happens?

In LANG=en_US.UTF-8, I tried importing following file using git master:

// file: inc.h
#include "no_such_file.h"
class C {
  int x;
};
// end of file

This did not crash.
In fact, it did not even give the error message "Could not find include file
..."
It only gave a debug message,
[D] CppImport::feedTheModel(/home/c++/inc.h):
/home/tools/umbrello/build/no_such_file.h => no_such_file.h

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to