[cfe-commits] mips16/nomips16 attr

Dmitri Gribenko gribozavr at gmail.com
Tue Jan 15 17:11:13 PST 2013


On Wed, Jan 16, 2013 at 3:04 AM, Reed Kotler <rkotler at mips.com> wrote:
> I have added the c++11 code but not the test case for that since there are
> some bugs in that code in clang. I will file a bug on those issues.
> The test case I wrote for the c++11 attributes did not work completely due
> to those issues.

This LGTM, except for the missing processing step in
SetTargetAttributes().  If you are blocked on this, I think it would
be OK to commit now, and write that a bit later.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list