https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68166

            Bug ID: 68166
           Summary: [6 regression] fold-const.c:12040:18: error: aggregate
                    'md5_ctx ctx' has incomplete type and cannot be
                    defined
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dimhen at gmail dot com
  Target Milestone: ---

r229455 PASS
r229606 FAIL

Fedora 22/x64

~/src/gcc_current/configure --enable-checking=fold --disable-multilib
make
[...]
/home/dimhen/src/gcc_current/gcc/fold-const.c: In function 'tree_node*
fold(tree)':
/home/dimhen/src/gcc_current/gcc/fold-const.c:12040:18: error: aggregate
'md5_ctx ctx' has incomplete type and cannot be defined
   struct md5_ctx ctx;
                  ^
/home/dimhen/src/gcc_current/gcc/fold-const.c:12044:21: error: 'md5_init_ctx'
was not declared in this scope
   md5_init_ctx (&ctx);
                     ^
[...]

Reply via email to