[cfe-commits] [PATCH] Update the front end to use minsize attribute

Dmitri Gribenko gribozavr at gmail.com
Thu Nov 1 13:36:20 PDT 2012


On Thu, Nov 1, 2012 at 10:31 PM, Quentin Colombet <qcolombet at apple.com> wrote:
> On Nov 1, 2012, at 11:46 AM, Douglas Gregor <dgregor at apple.com> wrote:
>> Also, please add a test involving C++ function templates, to be sure that the attribute gets propagated to the instantiation correctly.
>
> It is in the new patch.

You can now merge the tests in CodeGen since the cost of a new file in
the testsuite is high.

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