[Bug target/50341] New: calls via function pointer wrongly scheduled giving invalid TOC pointer
amodra at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Sep 9 13:02:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50341
Bug #: 50341
Summary: calls via function pointer wrongly scheduled giving
invalid TOC pointer
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: amodra@gmail.com
-mcmodel=medium and -mcmodel=large code containing calls via function pointer
may schedule code in the indirect call sequence such that the load of r2 for
the indirect call precedes instructions using r2.
More information about the Gcc-bugs
mailing list