Re: Option flag with string arguments

2019-12-19 Thread David Malcolm
On Thu, 2019-12-19 at 16:47 -0500, Erick Ochoa wrote: > Hello, > > I am working on testing an optimization. I am starting to write > tests in the GCC testing suite. However, I want to develop some > fine grain testing for my own sake. > > This optimization I am working on, is a variant of struct

Re: Option flag with string arguments

2019-12-19 Thread Erick Ochoa
On 2019-12-19 5:01 p.m., Jozef Lawrynowicz wrote: > On Thu, 19 Dec 2019 16:47:42 -0500 > Erick Ochoa wrote: > >> Hello, >> >> I am working on testing an optimization. I am starting to write >> tests in the GCC testing suite. However, I want to develop some >> fine grain testing for my own sake

Re: Option flag with string arguments

2019-12-19 Thread Jozef Lawrynowicz
On Thu, 19 Dec 2019 16:47:42 -0500 Erick Ochoa wrote: > Hello, > > I am working on testing an optimization. I am starting to write > tests in the GCC testing suite. However, I want to develop some > fine grain testing for my own sake. > > This optimization I am working on, is a variant of struc