diff mbox

IVOPT improvement patch

Message ID AANLkTikfz=hx8YUizYXKcL+rd=0vumautHph5HSwjvuW@mail.gmail.com
State New
Headers show

Commit Message

Xinliang David Li July 30, 2010, 6:10 p.m. UTC
See below.

David




On Fri, Jul 30, 2010 at 11:06 AM, Bernd Schmidt <bernds@codesourcery.com> wrote:
> On 07/30/2010 06:45 PM, Xinliang David Li wrote:
>> Ok -- the output of the test depends on ivopt and therefore is target
>> dependent. I fixed it to make it target independent now. Please try
>> again.
>
> Please post all patches you commit.
>
>
> Bernd
>
>
diff mbox

Patch

Index: c-c++-common/uninit-17.c
===================================================================
--- c-c++-common/uninit-17.c    (revision 162719)
+++ c-c++-common/uninit-17.c    (revision 162720)
@@ -1,5 +1,5 @@ 
 /* { dg-do compile } */
-/* { dg-options "-O2 -Wuninitialized" } */
+/* { dg-options "-O2 -Wuninitialized -fno-ivopts" } */

 inline int foo(int x)
 {