This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for java/parse.y handling of empty strings
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, Alexandre Petit-Bianco <apbianco at redhat dot com>
- Date: 23 Apr 2002 15:52:14 -0600
- Subject: Re: Patch for java/parse.y handling of empty strings
- References: <1019113264.7866.204.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> 2002-04-17 Mark Wielaard <mark@klomp.org>
Mark> * parse.y (build_string_concatenation): Return just op1 only when op2
Mark> is null and op1 is a STRING_CST, otherwise always construct a
Mark> StringBuffer.
Did this ever get reviewed?
It isn't a regression, but it does seem like a reasonable, low-risk
fix to me.
At this point we would need approvals from both Alex and Mark.
Tom