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

Re: GCC build failed for native with your patch on 2002-03-06T23:16:26Z.


On Thu, Mar 07, 2002 at 09:05:10PM +0100, Ulrich Weigand wrote:
> I wasn't sure whether a match_dup inside a match_par_dup was legal
> in the first place, so I let this as is.

I don't see anything that prevents it.

Your genextract patch isn't quite right.  You'd also need

-	newpath[depth] = '0' + i;
+	newpath[depth] = (code == MATCH_OP_DUP ? '0' : 'a') + i;

at line 230.

Ok with that change.


r~


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