This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: IVOPT improvement patch


See below.

David


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)
 {


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
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]