This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/17564] [4.0 Regression] New treatment of function pointers when used with equality operators


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-09-19 23:34 -------
Subject: Re:  [4.0 Regression] New treatment of function poi

> This is a target problem, not a generic C one.

The problem was caused by a change to the generic C code, not to the
target.  The target provides a mechanism to canonicalize function
pointers when necessary (i.e., the canonicalize_funcptr_for_compare
pattern in pa.md).

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17564


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]