Re: I've submitted 207175 for a clang 3.8.0 va_list handling problem for powerpc

2016-02-15 Thread Mark Millard
On 2016-Feb-15, at 1:20 PM, Mark Millard wrote: > > On 2016-Feb-15, at 12:18 PM, Roman Divacky wrote: >> >> On Mon, Feb 15, 2016 at 12:17:50PM -0800, Mark Millard wrote: >>> On 2016-Feb-15, at 11:11 AM, Roman Divacky wrote: Mark, I believe you're right. What do you think about this

Re: I've submitted 207175 for a clang 3.8.0 va_list handling problem for powerpc

2016-02-15 Thread Roman Divacky
On Mon, Feb 15, 2016 at 12:17:50PM -0800, Mark Millard wrote: > On 2016-Feb-15, at 11:11 AM, Roman Divacky wrote: > > > > Mark, I believe you're right. What do you think about this patch? > > > > Index: tools/clang/lib/CodeGen/TargetInfo.cpp > >

Re: I've submitted 207175 for a clang 3.8.0 va_list handling problem for powerpc

2016-02-15 Thread Mark Millard
On 2016-Feb-15, at 11:11 AM, Roman Divacky wrote: > > Mark, I believe you're right. What do you think about this patch? > > Index: tools/clang/lib/CodeGen/TargetInfo.cpp > === > --- tools/clang/lib/CodeGen/TargetInfo.cpp

Re: I've submitted 207175 for a clang 3.8.0 va_list handling problem for powerpc

2016-02-15 Thread Roman Divacky
Mark, I believe you're right. What do you think about this patch? Index: tools/clang/lib/CodeGen/TargetInfo.cpp === --- tools/clang/lib/CodeGen/TargetInfo.cpp (revision 260852) +++ tools/clang/lib/CodeGen/TargetInfo.cpp

Re: I've submitted 207175 for a clang 3.8.0 va_list handling problem for powerpc

2016-02-15 Thread Mark Millard
I'm top posting as the following can stand on its own fairly well. On Sun Feb 14 23:46:14 UTC 2016 Nathan Whitehorn wrote: > On 02/14/16 14:34, Mark Millard wrote: > > clang's code base is not familiar material for me nor do I have solid > > reference material for the FreeBSD