This is the mail archive of the gcc-bugs@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]

[Bug java/17265] [3.5 Regression] Libjava doesn't build


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]