This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/53823] [4.8 Regression] FAIL: gcc.c-torture/execute/930921-1.c execution at -O0 and -O1
- From: "danglin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 30 Jul 2012 15:46:13 +0000
- Subject: [Bug middle-end/53823] [4.8 Regression] FAIL: gcc.c-torture/execute/930921-1.c execution at -O0 and -O1
- Auto-submitted: auto-generated
- References: <bug-53823-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53823
--- Comment #8 from John David Anglin <danglin at gcc dot gnu.org> 2012-07-30 15:46:13 UTC ---
Author: danglin
Date: Mon Jul 30 15:46:08 2012
New Revision: 189980
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189980
Log:
PR middle-end/53823
* expmed.c (expand_mult): Skip synth_mult for constant double op1 except
for special cases. Don't initialize coeff and is_neg.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/expmed.c