[Bug middle-end/68166] [6 regression] fold-const.c:12040:18: error: aggregate 'md5_ctx ctx' has incomplete type and cannot be defined

2015-11-01 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68166

--- Comment #2 from Thomas Schwinge  ---
Author: tschwinge
Date: Mon Nov  2 07:42:04 2015
New Revision: 229652

URL: https://gcc.gnu.org/viewcvs?rev=229652=gcc=rev
Log:
[PR middle-end/68166] Restore build with fold checking enabled

gcc/
PR middle-end/68166
* fold-const.c: Include "md5.h".

Modified:
trunk/gcc/ChangeLog
trunk/gcc/fold-const.c

[Bug middle-end/68166] [6 regression] fold-const.c:12040:18: error: aggregate 'md5_ctx ctx' has incomplete type and cannot be defined

2015-11-01 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68166

Thomas Schwinge  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||tschwinge at gcc dot gnu.org
 Resolution|--- |FIXED
   Assignee|unassigned at gcc dot gnu.org  |tschwinge at gcc dot 
gnu.org

--- Comment #3 from Thomas Schwinge  ---
Presumed fixed in r229652,
.
 Please re-open and provide your configure/build flags if you're still seeing
this.

[Bug middle-end/68166] [6 regression] fold-const.c:12040:18: error: aggregate 'md5_ctx ctx' has incomplete type and cannot be defined

2015-10-31 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68166

--- Comment #1 from Dmitry G. Dyachenko  ---
r229584 PASS
r229585 FAIL