[Bug target/10768] ICEs on compilation of ada support library for avr

2008-04-08 Thread charlet at gcc dot gnu dot org
--- Comment #23 from charlet at gcc dot gnu dot org 2008-04-08 06:46 --- Subject: Bug 10768 Author: charlet Date: Tue Apr 8 06:46:04 2008 New Revision: 134013 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=134013 Log: 2008-04-08 Tristan Gingold [EMAIL PROTECTED] PR ada/10768

[Bug target/10768] ICEs on compilation of ada support library for avr

2008-04-08 Thread charlet at gcc dot gnu dot org
--- Comment #24 from charlet at gcc dot gnu dot org 2008-04-08 07:25 --- Fixed on mainline. -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/10768] ICEs on compilation of ada support library for avr

2007-12-17 Thread linux at schildmann dot info
--- Comment #22 from linux at schildmann dot info 2007-12-17 19:53 --- Hello, when compiling the package package Integer_Test is type Int_Type is new Integer; end Integer_Test; the ICE occures when the GNAT node that represents the lower bound of the integer type is

[Bug target/10768] ICEs on compilation of ada support library for avr

2007-05-22 Thread charlet at gcc dot gnu dot org
--- Comment #19 from charlet at gcc dot gnu dot org 2007-05-22 09:51 --- Just to clarify: the patch posted is only a workaround/kludge, not a real fix. Arno -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10768

[Bug target/10768] ICEs on compilation of ada support library for avr

2007-05-22 Thread eweddington at cso dot atmel dot com
--- Comment #20 from eweddington at cso dot atmel dot com 2007-05-22 14:24 --- Subject: RE: ICEs on compilation of ada support library for avr -Original Message- From: charlet at gcc dot gnu dot org [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 2:51 AM To:

[Bug target/10768] ICEs on compilation of ada support library for avr

2007-05-22 Thread charlet at adacore dot com
--- Comment #21 from charlet at adacore dot com 2007-05-22 14:26 --- Subject: Re: ICEs on compilation of ada support library for avr Then what would be a real fix that could actually be approved and committed? Fix support for long (or long long ?) in the avr back-end. Arno --

[Bug target/10768] ICEs on compilation of ada support library for avr

2007-05-21 Thread rolf dot ebert dot gcc at gmx dot de
--- Comment #18 from rolf dot ebert dot gcc at gmx dot de 2007-05-21 20:35 --- Created an attachment (id=13597) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13597action=view) Bernd's patch that fixes the problem Bernd's patch as mentioned in comment #16 --

[Bug target/10768] ICEs on compilation of ada support library for avr

2007-04-30 Thread rolf dot ebert dot gcc at gmx dot de
--- Comment #16 from rolf dot ebert dot gcc at gmx dot de 2007-04-30 09:57 --- (In reply to comment #15) Can you verify if this bug still exists? Yes, the problem is still present in 4.2 Bernd Trog developed a workaround available at

[Bug target/10768] ICEs on compilation of ada support library for avr

2007-04-30 Thread charlet at gcc dot gnu dot org
--- Comment #17 from charlet at gcc dot gnu dot org 2007-04-30 09:59 --- *** Bug 30501 has been marked as a duplicate of this bug. *** -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/10768] ICEs on compilation of ada support library for avr

2007-04-10 Thread eweddington at cso dot atmel dot com
--- Comment #15 from eweddington at cso dot atmel dot com 2007-04-11 04:20 --- Bernd, Rolf, Can you verify if this bug still exists? If so, I have in my notes that this patch will fix this bug:

[Bug target/10768] ICEs on compilation of ada support library for avr

2006-04-26 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-04-26 20:40 --- *** Bug 26849 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10768

[Bug target/10768] ICEs on compilation of ada support library for avr

2006-04-26 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-04-26 20:42 --- (In reply to comment #12) It deserves a separate entry in bugzilla. I propose to close this entry here. I did the opposite and closed the other as a dup, since the orginal testcase still fails with ICEs. --

[Bug target/10768] ICEs on compilation of ada support library for avr

2005-02-28 Thread rolf dot ebert dot gcc at gmx dot de
--- Additional Comments From rolf dot ebert dot gcc at gmx dot de 2005-02-28 23:52 --- i-c.ad? use exceptions which are not supported on AVR anyhow. The compiler issues a corresponding error message with gcc-3.4.3, no ICE. s-maccod.ads compiles fine with gcc-3.4.3, no ICE. The

[Bug target/10768] ICEs on compilation of ada support library for avr

2005-02-14 Thread berndtrog at yahoo dot com
--- Additional Comments From berndtrog at yahoo dot com 2005-02-14 20:02 --- Bernd, does this still fail on the most recent HEAD? Yes, it still fails: +===GNAT BUG DETECTED==+ | 4.0.0 20050213 (experimental) (avr-unknown-none) GCC

[Bug target/10768] ICEs on compilation of ada support library for avr

2005-02-11 Thread ericw at evcohs dot com
--- Additional Comments From ericw at evcohs dot com 2005-02-11 19:38 --- Bernd, does this still fail on the most recent HEAD? Eric -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10768