[Bug plugins/56795] New: gimple_seq_alloc and gimple_seq_free are still present in gcc-4.8's gimple.h
pageexec at freemail dot hu
gcc-bugzilla@gcc.gnu.org
Sun Mar 31 22:07:00 GMT 2013
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: unassigned@gcc.gnu.org
ReportedBy: pageexec@freemail.hu
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.
More information about the Gcc-bugs
mailing list