This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/49140] [4.6 regression] wrong code with -O2 and -O3, not with -O3 -no-inline
- From: "grokbrsm at free dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 20 Jul 2011 07:11:21 +0000
- Subject: [Bug tree-optimization/49140] [4.6 regression] wrong code with -O2 and -O3, not with -O3 -no-inline
- Auto-submitted: auto-generated
- References: <bug-49140-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140
--- Comment #14 from SÃbastien Kunz-Jacques <grokbrsm at free dot fr> 2011-07-20 07:09:53 UTC ---
Created attachment 24796
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24796
full testcase source with required files from Crypto++ 5.6.1 and build command
the (slightly modified) testcase with Crypto++ 5.6.1, this time self-contained.
All files except gcc_pr49140.cpp are unmodified form Crypto++.
build command is in build.sh, with option -save-temps.