OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [expr/] [cond4.C] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
// PR c++/13971
// PR c++/13971
struct QChar {
struct QChar {
    static const QChar null;
    static const QChar null;
};
};
struct QCharRef {
struct QCharRef {
    operator QChar() const;
    operator QChar() const;
};
};
struct QString {
struct QString {
    QCharRef operator[](int i);
    QCharRef operator[](int i);
};
};
QChar fillParagraph(QString s, int psi) {
QChar fillParagraph(QString s, int psi) {
    return psi ? QChar::null : s[psi];
    return psi ? QChar::null : s[psi];
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.