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 tree-optimization/58248] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu


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

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
For testing bugs against trunk it is better to omit both --disable-checking and
--enable-checking=release and just use the default.
Because otherwise the compiler doesn't perform various verifications and you
could see a miscompilation which would otherwise be caught already at compile
time.


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