public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [Ada] stage2 failure on i686-pc-linux-gnu
@ 2001-10-20 10:59 guerby
  2001-10-20 12:20 ` Geert Bosch
  2001-10-22 12:16 ` guerby
  0 siblings, 2 replies; 5+ messages in thread
From: guerby @ 2001-10-20 10:59 UTC (permalink / raw)
  To: gcc

It was working yesterday. Same result with GNAT 3.13p from ALT and ACT, this
is on Mandrake 8.1.

Procedural question: should this kind of report go to gcc@gcc.gnu.org, and/or
be filed as bootstrap in GNATS?

-- 
Laurent Guerby <guerby@acm.org>

mak*e bootstrap
...
stage1/xgcc -Bstage1/ -B/home/guerby/work/gcc/install-cvs/i686-pc-linux-gnu/bin/ -c -g -O2   -W -Wall -gnatpg -gnata -I- -I. -I../../../gcc/gcc/ada ../../../gcc/gcc/ada/exp_vfpt.adb
../../../gcc/gcc/ada/exp_vfpt.adb: In function `exp_vfpt__expand_vax_conversion__call_type':
../../../gcc/gcc/ada/exp_vfpt.adb:296: Unrecognizable insn:
(insn 417 298 418 (parallel[ 
            (set (reg:HI 1 dx [58])
                (const_int 0 [0x0]))
            (clobber (reg:CC 17 flags))
        ] ) -1 (insn_list:REG_DEP_OUTPUT 291 (insn_list:REG_DEP_ANTI 298 (nil)))
    (insn_list:REG_UNUSED 17 (nil)))
+===========================GNAT BUG DETECTED==============================+
| 5.00w (20010924) (i686-pc-linux-gnu) GCC error:                          |
| Internal compiler error in insn_default_length, at insn-attrtab.c:356    |
| Error detected at ../../../gcc/gcc/ada/exp_vfpt.adb:296:23               |
| Please submit bug report by email to report@gnat.com.                    |
| Use a subject line meaningful to you and us to track the bug.            |
| (include your customer number #nnn in the subject line).                 |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
| (use plain ASCII or MIME attachment, or FTP to your customer directory). |
| See README.GNATPRO for full info on procedure for submitting bugs.       |
+==========================================================================+

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

* Re: [Ada] stage2 failure on i686-pc-linux-gnu
  2001-10-20 10:59 [Ada] stage2 failure on i686-pc-linux-gnu guerby
@ 2001-10-20 12:20 ` Geert Bosch
  2001-10-22 12:16 ` guerby
  1 sibling, 0 replies; 5+ messages in thread
From: Geert Bosch @ 2001-10-20 12:20 UTC (permalink / raw)
  To: guerby; +Cc: gcc

On Sat, 20 Oct 2001 guerby@acm.org wrote:

  It was working yesterday. Same result with GNAT 3.13p from ALT and ACT, this
  is on Mandrake 8.1.
  
  Procedural question: should this kind of report go to gcc@gcc.gnu.org, and/or
  be filed as bootstrap in GNATS?

I'd say, send it to gcc@gcc.gnu.org, and only file it as bug if it doesn't
get fixed in a week or so.

   -Geert

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

* Re: [Ada] stage2 failure on i686-pc-linux-gnu
  2001-10-20 10:59 [Ada] stage2 failure on i686-pc-linux-gnu guerby
  2001-10-20 12:20 ` Geert Bosch
@ 2001-10-22 12:16 ` guerby
  2001-10-22 13:43   ` Geert Bosch
  2001-10-22 15:16   ` Richard Henderson
  1 sibling, 2 replies; 5+ messages in thread
From: guerby @ 2001-10-22 12:16 UTC (permalink / raw)
  To: guerby; +Cc: gcc

FYI, the Ada bootstrap succeeds with current CVS, the unrecognizable insn in exp_vfpt.adb is gone.
Comparison in stage3 still fails, and the Makefile is still confused about gnatmem though.

-- 
Laurent Guerby <guerby@acm.org>

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

* Re: [Ada] stage2 failure on i686-pc-linux-gnu
  2001-10-22 12:16 ` guerby
@ 2001-10-22 13:43   ` Geert Bosch
  2001-10-22 15:16   ` Richard Henderson
  1 sibling, 0 replies; 5+ messages in thread
From: Geert Bosch @ 2001-10-22 13:43 UTC (permalink / raw)
  To: guerby; +Cc: gcc

On Mon, 22 Oct 2001 guerby@acm.org wrote:

  FYI, the Ada bootstrap succeeds with current CVS, the unrecognizable 
  insn in exp_vfpt.adb is gone.  Comparison in stage3 still fails, 
  and the Makefile is still confused about gnatmem though.

Thanks for the update. I just checked in the remaining change to disable
gnatmem. Comparison failure in the debug info still needs to be addressed.


  -Geert

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

* Re: [Ada] stage2 failure on i686-pc-linux-gnu
  2001-10-22 12:16 ` guerby
  2001-10-22 13:43   ` Geert Bosch
@ 2001-10-22 15:16   ` Richard Henderson
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Henderson @ 2001-10-22 15:16 UTC (permalink / raw)
  To: guerby; +Cc: gcc

On Mon, Oct 22, 2001 at 09:12:01PM +0200, guerby@acm.org wrote:
> FYI, the Ada bootstrap succeeds with current CVS, the unrecognizable
> insn in exp_vfpt.adb is gone.

There was a thread with "setcc" in the subject in which the
problem was discussed and resolved.


r~

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

end of thread, other threads:[~2001-10-22 15:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-20 10:59 [Ada] stage2 failure on i686-pc-linux-gnu guerby
2001-10-20 12:20 ` Geert Bosch
2001-10-22 12:16 ` guerby
2001-10-22 13:43   ` Geert Bosch
2001-10-22 15:16   ` Richard Henderson

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).