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] | |
When bootstrapping gcc revision 109670 in a i486-linux-gnu, libjava compilation fails. I was able to reduce the problem to the generated cc1plus producing an internal compiler error when compiling:
namespace java { class Object; }
bool _Jv_ObjectCheckMonitor (int obj);
class java::Object { friend bool ::_Jv_ObjectCheckMonitor (int obj); };
Thanks, Rafael
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |