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 middle-end/40952] version 150336 broke bootstrap on ia64-hp-hpux11.23



------- Comment #7 from sje at cup dot hp dot com  2009-08-04 21:23 -------
I think I got things backwards in my last comment.  In the old code
promoted_nominal_mode was set by a call to promote_mode which had the ifdef
POINTERS_EXTEND_UNSIGNED in it to set unsignedp for REFERENCE and POINTER
types.

In the new code we call promote_function_mode and this code doesn't have that
ifdef.

So I think, for HP-UX, I need to define TARGET_PROMOTE_FUNCTION_MODE, assuming
we don't want the ifdef POINTERS_EXTEND_UNSIGNED in promote_function_mode.


-- 


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


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