[cfe-commits] [PATCH] Implicit fall-through between switch labels

Alexander Kornienko alexfh at google.com
Mon Apr 16 08:40:56 PDT 2012


Oops, you're right. Here it is.

On Mon, Apr 16, 2012 at 5:27 PM, Dmitri Gribenko <gribozavr at gmail.com>wrote:

> On Mon, Apr 16, 2012 at 6:17 PM, Alexander Kornienko <alexfh at google.com>
> wrote:
> > Hi all,
>
> Hi Alexander, [off-list]
>
> It seems like you didn't attach the patch.
>
> 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>*/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120416/478de3bb/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: switch-implicit-fallthrough.diff
Type: application/octet-stream
Size: 10918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120416/478de3bb/attachment.obj>


More information about the cfe-commits mailing list