[Bug c++/17801] [4.0 Regression] segfault in perform_or_defer_access_check
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Oct 3 16:08:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-03 16:08 -------
Here the reduced a little further:
extern int read (int __fd, void *__buf, int __nbytes);
class QString{};
struct KSycocaEntry
{
static void read( int &s, QString &str );
KSycocaEntry( int &_str, int offset )
{
read(_str, mPath);
}
QString mPath;
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17801
More information about the Gcc-bugs
mailing list