public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* "internal compiler error": is this a known problem?
@ 2007-02-01  7:38 Michael Abbott
  2007-02-01 20:53 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Abbott @ 2007-02-01  7:38 UTC (permalink / raw)
  To: gcc-bugs

I have used
 	http://www.kegel.com/crosstool/crosstool-0.42.tar.gz
to (attempt to) build GCC 4.1.0 as a cross compiler (x86 => arm) and I get 
the following message during the build process:

../sysdeps/generic/s_fmax.c: In function `__fmax':
../sysdeps/generic/s_fmax.c:28: internal compiler error: in elim_reg_cond, at flow.c:3328
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I want to ask: does this look like a known problem?

Forgive me, but turning this into a fully reproducible bug report is going 
to be a *lot* of work, particularly as the problem appears to occur deep 
in the building of glibc ... I'm reluctant to start working on this unless 
there's a real interest in a detailed report on this problem.


For what it's worth (yes, yes, this isn't a proper bug report) I used the 
following commands in crosstool-0.42 to do the build:

set -aex
export TARBALLS_DIR=/some/convenient/dir
export RESULT_TOP=/another/convenient/dir
export GCC_LANGUAGES="c,c++"
. arm.dat
. gcc-4.1.0-glibc-2.3.6.dat
TARGET=arm-linux
sh -ex ./all.sh --notest

A little environment information:
 	`uname -msro` => Linux 2.6.9-34.ELsmp i686 GNU/Linux
and it's a Red Hat Enterprise box of some sort.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: "internal compiler error": is this a known problem?
  2007-02-01  7:38 "internal compiler error": is this a known problem? Michael Abbott
@ 2007-02-01 20:53 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 2007-02-01 20:53 UTC (permalink / raw)
  To: Michael Abbott; +Cc: gcc-bugs

Michael Abbott wrote:
> ../sysdeps/generic/s_fmax.c: In function `__fmax':
> ../sysdeps/generic/s_fmax.c:28: internal compiler error: in 
> elim_reg_cond, at flow.c:3328

This looks the same as PR 15068 for which there is already a fix.  You 
can get the patch from the PR.  The PR also indicates that crosstools 
already has the patch, so maybe you can get it from there also.
-- 
Jim Wilson, GNU Tools Support, http://www.specifix.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-01 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-01  7:38 "internal compiler error": is this a known problem? Michael Abbott
2007-02-01 20:53 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).