This is the mail archive of the gcc-patches@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]

[PATCH] Fix mcf.c reliance on a GCC extension (PR bootstrap/38088)


Hi!

Attached are 2 alternative patches to fix this.  According to
hwint.h HOST_WIDEST_INT can be long, long long or __int64 and
__LONG_LONG_MAX__ is a GCC built-in macro that most other compilers
don't have.  Both have been (separately) bootstrapped/regtested
on x86_64-linux.

Ok for trunk?

	Jakub

Attachment: Y107
Description: Text document

Attachment: Y107a
Description: Text document


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