public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: gcc-gnats@gcc.gnu.org
Subject: optimization/3763: Internal compiler error in update_equiv_regs, at local-alloc.c:1097
Date: Sun, 22 Jul 2001 10:36:00 -0000	[thread overview]
Message-ID: <200107221727.f6MHRbq08243@sykes.suse.de> (raw)

>Number:         3763
>Category:       optimization
>Synopsis:       Internal compiler error in update_equiv_regs, at local-alloc.c:1097
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 22 10:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.0.1 20010720 (prerelease)
>Organization:
>Environment:
System: Linux sykes 2.4.4-SMP #1 SMP Fri Jun 8 09:14:46 GMT 2001 ia64 unknown
Architecture: ia64

	
host: ia64-unknown-linux-gnu
build: ia64-unknown-linux-gnu
target: m68k-unknown-linux-gnu
configured with: /cvs/branch/gcc/configure --target=m68k-linux --prefix=/usr/local/m68k-linux --enable-languages=c++ --with-ld=/usr/local/m68k-linux/m68k-linux/bin/ld --with-as=/usr/local/m68k-linux/m68k-linux/bin/as --disable-shared : (reconfigured) /cvs/branch/gcc/configure --target=m68k-linux --prefix=/usr/local/m68k-linux --enable-languages=c++ --with-ld=/usr/local/m68k-linux/m68k-linux/bin/ld --with-as=/usr/local/m68k-linux/m68k-linux/bin/as --disable-shared : (reconfigured) 
>Description:
	Internal compiler error in update_equiv_regs, at
	local-alloc.c:1097, when compiling with -O1 or higher.
>How-To-Repeat:
	$ cat x.i
	typedef long int __clock_t;
	typedef __clock_t clock_t;
	struct tms
	  {
	    clock_t tms_utime;
	    clock_t tms_stime;
	    clock_t tms_cutime;
	    clock_t tms_cstime;
	  };
	extern clock_t __times (struct tms *__buffer);
	enum
	  {
	    _SC_ARG_MAX,
	    _SC_CHILD_MAX,
	    _SC_CLK_TCK,
	  };
	extern long int sysconf (int __name) __attribute__ ((__const__));
	clock_t
	clock (void)
	{
	  struct tms buf;
	  long clk_tck = __sysconf (_SC_CLK_TCK);
	  __times (&buf);
	  return
	    (clk_tck <= 1000000l)
	    ? ((unsigned long) buf.tms_utime + buf.tms_stime) * (1000000l
								 / clk_tck)
	    : ((unsigned long) buf.tms_utime + buf.tms_stime) / (clk_tck
								 / 1000000l);
	}
	$ m68k-linux-gcc -c -O x.i -v
	Reading specs from /usr/local/m68k-linux/lib/gcc-lib/m68k-linux/3.0.1/specs
	Configured with: /cvs/branch/gcc/configure --target=m68k-linux --prefix=/usr/local/m68k-linux --enable-languages=c++ --with-ld=/usr/local/m68k-linux/m68k-linux/bin/ld --with-as=/usr/local/m68k-linux/m68k-linux/bin/as --disable-shared : (reconfigured) /cvs/branch/gcc/configure --target=m68k-linux --prefix=/usr/local/m68k-linux --enable-languages=c++ --with-ld=/usr/local/m68k-linux/m68k-linux/bin/ld --with-as=/usr/local/m68k-linux/m68k-linux/bin/as --disable-shared : (reconfigured) 
	Thread model: single
	gcc version 3.0.1 20010720 (prerelease)
	 /usr/local/m68k-linux/lib/gcc-lib/m68k-linux/3.0.1/cc1 -fpreprocessed x.i -quiet -dumpbase x.i -O -version -o /tmp/cc8ryOGP.s
	GNU CPP version 3.0.1 20010720 (prerelease) (cpplib) (68k GNU/Linux with ELF)
	GNU C version 3.0.1 20010720 (prerelease) (m68k-linux)
		compiled by GNU C version 2.96-ia64-000717 snap 001117.
	x.i: In function `clock':
	x.i:30: Internal compiler error in update_equiv_regs, at local-alloc.c:1097
	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2001-07-22 10:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-22 10:36 Andreas Schwab [this message]
2001-07-22 22:36 Richard Henderson
2001-07-23  1:36 Andreas Schwab
2001-12-01 22:43 rodrigc
2001-12-01 22:46 rodrigc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200107221727.f6MHRbq08243@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).