This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/17265] [3.5 Regression] Libjava doesn't build
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2004 18:59:05 -0000
- Subject: [Bug java/17265] [3.5 Regression] Libjava doesn't build
- References: <20040901184813.17265.ebotcazou@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-01 18:59 -------
Confirmed, or at least other people have confirmed this to me on IRC before.
This is caused by:
2004-08-18 Bryce McKinlay <mckinlay@redhat.com>
* class.c (make_local_function_alias): New function. Create local
alias for public method DECL.
(make_method_value): Use make_local_function_alias.
* parse.y (craft_constructor): Don't special-case anonymous classes.
Always set ctor_name to init_identifier_node.
(lookup_method_invoke): Call layout_class_method when creating
anonymous class constructor.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|bootstrap |java
Ever Confirmed| |1
Keywords| |build, wrong-code
Last reconfirmed|0000-00-00 00:00:00 |2004-09-01 18:59:04
date| |
Summary|Libjava doesn't build |[3.5 Regression] Libjava
| |doesn't build
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17265