dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Execution of a test case under gcc.dg directory with the options


From: Nitin Yewale
Subject: Execution of a test case under gcc.dg directory with the options
Date: Wed, 30 Jun 2004 18:52:05 +0530

Hi,

        According to my observation for gcc.c-torture framework each test case 
will be executed for the options in the TORTURE_OPTIONS like.

" set TORTURE_OPTIONS [list \
        { -O0 } \
        { -O1 } \
        { -O2 } \
        { -O3 -fomit-frame-pointer } \
        { -O3 -fomit-frame-pointer -funroll-loops } \
        { -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \
        { -O3 -g } \
        { -Os } ]
}"


        I would like execute the test cases under gcc.dg directory for options 
in the TORTURE_OPTIONS. 
        
        I am not able to locate such options or any way to do so.
        
        Can any one help me to do so?

Regards,
Nitin Yewale,
KPIT Cummins InfoSystems Ltd.
Pune, India

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users. 
Visit http://www.kpitgnutools.com for details. 
Latest versions of KPIT GNU tools were released on June 1, 2004.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]