This is the mail archive of the gcc-bugs@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]

[Bug target/40416] unnecessary register spill



------- Comment #7 from steven at gcc dot gnu dot org  2009-06-30 08:21 -------
Please adjust the test case:

/* { dg-options "-O2 -Os -fdump-tree-sink-stats" } */

This makes no sense, -Os implies -O2.  So it should be:

/* { dg-options "-Os -fdump-tree-sink-stats" } */


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40416


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