Re: [PATCH] Update gdb.ada/unchecked_union.exp for gnat-llvm
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Andrew" == Andrew Burgess <[email protected]> writes: Andrew> Could I suggest a rewording: I made this change. Andrew> I do wish the quotemeta system didn't do hungry white space matching by Andrew> default, especially as it's use expands through the testsuite. But Andrew> that's out of scope for this patch, which looks good. Better to fix things early than late. I did it this way mainly because that's how the AdaCore one works; but the rationale for that is it makes the test suite less sensitive to word-wrap decisions. We could perhaps handle this a different way though, like a special "@{ }" or something. Also I suppose maybe in practice the word wrap issue may not come up all that much. I'm not sure. Tom