[Bug rtl-optimization/59649] [4.9 regression] BImode miscompiled

2014-01-08 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59649

Andreas Schwab sch...@linux-m68k.org changed:

   What|Removed |Added

Summary|[4.9 regression] conftest.c |[4.9 regression] BImode
   |miscompiled |miscompiled

--- Comment #9 from Andreas Schwab sch...@linux-m68k.org ---
Testresults: http://gcc.gnu.org/ml/gcc-testresults/2014-01/msg00489.html


[Bug rtl-optimization/59649] [4.9 regression] BImode miscompiled

2014-01-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59649

--- Comment #10 from Jakub Jelinek jakub at gcc dot gnu.org ---
Author: jakub
Date: Wed Jan  8 10:01:29 2014
New Revision: 206422

URL: http://gcc.gnu.org/viewcvs?rev=206422root=gccview=rev
Log:
PR rtl-optimization/59649
* stor-layout.c (get_mode_bounds): For BImode return
0 and STORE_FLAG_VALUE.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/stor-layout.c


[Bug rtl-optimization/59649] [4.9 regression] BImode miscompiled

2014-01-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59649

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org ---
Thanks to you both.