This is the mail archive of the gcc@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: How to run C++ tests with different optimization flags?


On Feb 6, 2008 2:50 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> We have a bunch of stack alignment run-time tests for C++. We
> like to run them with difffernet optimization flags, like
> -O0, -O1, -O2, ...,  similar to those under gcc.c-torture/execute.
> Is there a way to do it for C++?

I guess you missed g++.dg/torture which is like gcc.dg/torture which
runs at different optimizations level.

-- Pinski


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