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

Re: Your 2001-01-01 patch broke PR fortran/6106


On Tue, Apr 02, 2002 at 06:24:27PM -0500, David Edelsohn wrote:
> 	Other targets with run-time configurable word size define
> MIN_UNITS_PER_WORD (rs6000, s390, i386, mips, ...) and do not have these
> failures, so it looks like the macro should be defined.  The macro is
> exposing some other failure in the Sparc configuration where it requires
> TImode. 

The exact same testcase which dies this way on sparc -m64 (because of
.global __multi3 which is not satisfied) outputs this on ia64 as well,
so I would not classify this as Sparc configuration bug.

	Jakub


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