From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29722 invoked by alias); 21 May 2002 15:06:11 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 29653 invoked by uid 71); 21 May 2002 15:06:04 -0000 Resent-Date: 21 May 2002 15:06:03 -0000 Resent-Message-ID: <20020521150603.29652.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, goran@kirra.net Received:(qmail 25379 invoked from network); 21 May 2002 14:57:25 -0000 Received: from unknown (HELO castor.sema.se) (217.150.160.34) by sources.redhat.com with SMTP; 21 May 2002 14:57:25 -0000 Received: from miraculix.sema.se (miraculix.sema.se [217.150.160.11]) by castor.sema.se (8.11.6/8.11.6) with SMTP id g4LEvLp19812 for ; Tue, 21 May 2002 16:57:24 +0200 Received: from ds11.sdl.sema.se ([172.22.172.45]) by miraculix.sema.se (NAVGW 2.5.1.13) with SMTP id M2002052116572112640 for ; Tue, 21 May 2002 16:57:21 +0200 Received: from cm-linux.lla.sema.se ([172.22.16.7]) by ds11.sdl.sema.se (Lotus Domino Release 5.0.8) with SMTP id 2002052116571645:1836 ; Tue, 21 May 2002 16:57:16 +0200 Received: by cm-linux.lla.sema.se (sSMTP sendmail emulation); Tue, 21 May 2002 16:59:09 +0200 Message-Id: Date: Tue, 21 May 2002 08:06:00 -0000 From: goran@kirra.net To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:3.113 Subject: libgcj/6756: missing Constructor in java.awt.Color X-SW-Source: 2002-05/txt/msg00643.txt.bz2 List-Id: >Number: 6756 >Category: libgcj >Synopsis: missing Constructor in java.awt.Color >Confidential: no >Severity: non-critical >Priority: low >Responsible: unassigned >State: open >Class: change-request >Submitter-Id: net >Arrival-Date: Tue May 21 08:06:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: 3.2 20020521 (experimental) >Organization: kirra.net >Environment: System: Linux cm-linux.lla.sema.se 2.4.17 #8 mån feb 18 17:25:46 CET 2002 i686 unknown Architecture: i686 host: i686-pc-linux-gnu build: i686-pc-linux-gnu target: i686-pc-linux-gnu configured with: ./configure --prefix=/usr/local/gcc-3.2 --enable-threads --disable-static --enable-languages=java : (reconfigured) ./configure --prefix=/usr/local/gcc-3.2 --enable-threads --enable-languages=java --disable-static : (reconfigured) >Description: java.awt.Color is missing one Constructor from the specs Color(float r, float g, float b, float a) Color(float r, float g, float b) is available, the fourth argument is alpha. >How-To-Repeat: compile swing from classpath with AWT from libgcj, this constructor is used in one place. >Fix: Most of the code is there, so the extra constructor is easily hacked together. >Release-Note: >Audit-Trail: >Unformatted: