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] | |
There are quite a few tests that only test the library (like the I/O tests). Cycling through all the options is fairly unlikely to uncover any bugs.
Could we put these tests into a separate directory, so they are run only once? That could save a lot of time on testing.
The option list I have in my tree looks like this:
{ -O0 } { -O1 } { -O2 } \
{ -O2 -ftree-vectorize } \
{ -O2 -fomit-frame-pointer -finline-functions - fbounds-check } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
{ -O3 -g } \
{ -Os }
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |