--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-02 16:52
---
Subject: Bug 17265
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-11-02 16:52:55
Modified files:
gcc/java : ChangeLog class.c
Log message:
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-27 17:45
---
Libjava builds for me now on sparc64-sun-solaris2.9 and sparc-sun-solaris2.8.
Testsuite results are decent (42 and 24 failures respectively).
--
What|Removed |Added
-
--
Bug 17265 depends on bug 18075, which changed state.
Bug 18075 Summary: [4.0 Regression] #pragma implementation broken in presence of
#pragma ident
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18075
What|Old Value |New Value
-
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-22 14:30
---
Subject: Bug 17265
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-10-22 14:30:37
Modified files:
gcc/java : ChangeLog class.c
Log message:
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-20 11:59
---
> That sounds like C++ bug.
Indeed, relating to the handling of #pragma (PR c++/18075).
--
What|Removed |Added
---
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-19 16:51
---
That sounds like C++ bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17265
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-19 16:48
---
Reverting the parse.y changes doesn't help. The problem is that the inline
methods defined in java/lang/class.h are not emitted in natClass.o, despite the
presence of
#pragma implementation "Class.h"
at