http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56795
Bug #: 56795
Summary: gimple_seq_alloc and gimple_seq_free are still present
in gcc-4.8's gimple.h
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: plugins
AssignedTo: [email protected]
ReportedBy: [email protected]
it seems that svn commmit 187053 removed gimple_seq_alloc and gimple_seq_free
but left their declarations in gimple.h. this makes plugins using these
functions compile but not load since the actual definitions are no longer
present in the gcc binaries.