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 c++/54710] moderately large tuple, with many gets, ballons compile time


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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-26 09:05:04 UTC ---
That:

 --enable-checking=assert,misc,tree,gc,rtl,runtime

will enable very compile-time intensive internal checking.  Use
--enable-checking=release or at most the default checking options
(which are "yes").  If you compare with other compilers always use
release checking.


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