public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/2538
@ 2001-05-08  1:16 apbianco
  0 siblings, 0 replies; 5+ messages in thread
From: apbianco @ 2001-05-08  1:16 UTC (permalink / raw)
  To: apbianco; +Cc: gcc-prs

The following reply was made to PR java/2538; it has been noted by GNATS.

From: apbianco@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/2538
Date: 8 May 2001 08:11:29 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	apbianco@gcc.gnu.org	2001-05-08 01:11:28
 
 Modified files:
 	gcc/java       : parse.y ChangeLog 
 
 Log message:
 	2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
 	
 	* parse.y (build_unresolved_array_type): Set
 	EXPR_WFL_QUALIFICATION on the newly created wfl.
 	Fixes PR java/2538. Fixes PR java/2535.
 	
 	( http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00438.html )
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.283&r2=1.284
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.736&r2=1.737
 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: java/2538
@ 2001-05-09  8:46 apbianco
  0 siblings, 0 replies; 5+ messages in thread
From: apbianco @ 2001-05-09  8:46 UTC (permalink / raw)
  To: apbianco; +Cc: gcc-prs

The following reply was made to PR java/2538; it has been noted by GNATS.

From: apbianco@gcc.gnu.org
To: apbianco@gcc.gnu.org, awk@spinnakernet.com, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: java/2538
Date: 9 May 2001 15:45:01 -0000

 Synopsis: latest gcj no longer compiles apache xerces parser due problems with variable declarations and inner classes
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: apbianco
 State-Changed-When: Wed May  9 08:45:01 2001
 State-Changed-Why:
     Fixed with the proposed patch.
 
 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=2538&database=gcc


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: java/2538
@ 2001-05-09  7:56 Tony Knaus
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Knaus @ 2001-05-09  7:56 UTC (permalink / raw)
  To: apbianco; +Cc: gcc-prs

The following reply was made to PR java/2538; it has been noted by GNATS.

From: Tony Knaus <awk@spinnakernet.com>
To: apbianco@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: java/2538
Date: Wed, 09 May 2001 10:57:59 -0400

 Xerces now compiles using gcc version 3.0 20010508 (prerelease)
 (which includes the patch you sent me). 
 
 It looks like you fixed it. Thank you for your efforts.
 
 -tony
 
 Tony Knaus
 Spinnaker Networks
 
 apbianco@gcc.gnu.org wrote:
 > 
 > Synopsis: latest gcj no longer compiles apache xerces parser due problems with variable declarations and inner classes
 > 
 > Responsible-Changed-From-To: unassigned->apbianco
 > Responsible-Changed-By: apbianco
 > Responsible-Changed-When: Tue May  8 01:11:11 2001
 > Responsible-Changed-Why:
 >     Mine.
 > State-Changed-From-To: open->feedback
 > State-Changed-By: apbianco
 > State-Changed-When: Tue May  8 01:11:11 2001
 > State-Changed-Why:
 >     Can you please try this patch? I'm pretty confident it will fix your problem:
 > 
 >       http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00438.html
 > 
 > http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=2538&database=gcc


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: java/2538
@ 2001-05-08  1:16 apbianco
  0 siblings, 0 replies; 5+ messages in thread
From: apbianco @ 2001-05-08  1:16 UTC (permalink / raw)
  To: apbianco; +Cc: gcc-prs

The following reply was made to PR java/2538; it has been noted by GNATS.

From: apbianco@gcc.gnu.org
To: apbianco@gcc.gnu.org, awk@spinnakernet.com, gcc-gnats@gcc.gnu.org,
  nobody@gcc.gnu.org
Cc:  
Subject: Re: java/2538
Date: 8 May 2001 08:11:11 -0000

 Synopsis: latest gcj no longer compiles apache xerces parser due problems with variable declarations and inner classes
 
 Responsible-Changed-From-To: unassigned->apbianco
 Responsible-Changed-By: apbianco
 Responsible-Changed-When: Tue May  8 01:11:11 2001
 Responsible-Changed-Why:
     Mine.
 State-Changed-From-To: open->feedback
 State-Changed-By: apbianco
 State-Changed-When: Tue May  8 01:11:11 2001
 State-Changed-Why:
     Can you please try this patch? I'm pretty confident it will fix your problem:
     
       http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00438.html
 
 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=2538&database=gcc


^ permalink raw reply	[flat|nested] 5+ messages in thread

* java/2538
@ 2001-05-08  1:16 apbianco
  0 siblings, 0 replies; 5+ messages in thread
From: apbianco @ 2001-05-08  1:16 UTC (permalink / raw)
  To: apbianco; +Cc: gcc-prs

The following reply was made to PR java/2538; it has been noted by GNATS.

From: apbianco@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/2538
Date: 8 May 2001 08:06:58 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_0-branch
 Changes by:	apbianco@gcc.gnu.org	2001-05-08 01:06:58
 
 Modified files:
 	gcc/java       : ChangeLog parse.y 
 
 Log message:
 	2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
 	
 	* parse.y (build_unresolved_array_type): Set
 	EXPR_WFL_QUALIFICATION on the newly created wfl.
 	Fixes PR java/2538. Fixes PR java/2535.
 	
 	( http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00438.html )
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.647.2.53&r2=1.647.2.54
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.251.2.22&r2=1.251.2.23
 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-05-09  8:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-08  1:16 java/2538 apbianco
2001-05-08  1:16 java/2538 apbianco
2001-05-08  1:16 java/2538 apbianco
2001-05-09  7:56 java/2538 Tony Knaus
2001-05-09  8:46 java/2538 apbianco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).