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]

Re: [PATCH] adds FreeBSD/sparc64 target


On Sun, Dec 09, 2001 at 11:09:05PM -0800, David O'Brien wrote:
> +	# cross targeting sparc64-*-freeebsd* gets into an endless loop.
> +	case "$build,$host" in
> +		sparc64-*-freebsd*,sparc64-*-freebsd*) ;;
> +		*) echo "*** defaulting to SJLJ exceptions ***" >&2
> +		enable_sjlj_exceptions=yes ;;
> +	esac

Why?  This should be filed as a bug, not hacked around...

> +      internal_error("CM_ value is %d\n", sparc_cmodel);
>        abort();

Why?  How often do you expect this to happen?  And what information
does it give you, really?

The rest of it is ok.


r~


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