--- Comment #5 from charlet at gcc dot gnu dot org 2007-05-02 15:56 ---
Fixed, so closing.
--
charlet at gcc dot gnu dot org changed:
What|Removed |Added
Stat
--- Comment #4 from jeff at thecreems dot com 2006-10-20 17:01 ---
Seems fixed in trunk
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --disable-checking
--enable-languages=c,fortran,ada --prefix=/home/jcreem/local
Thread model: posix
gcc version 4.2.0
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-19 07:18 ---
Reduced testcase:
package body sets is
function complement (s : set) return set is begin
return (not s);
end complement;
end sets;
package sets is
type set is private;
function complement (s :
--- Comment #2 from laurent at guerby dot net 2005-11-08 21:58 ---
Confirmed on 4.0.2 and 4.1.
+===GNAT BUG DETECTED==+
| 4.0.2 (i686-pc-linux-gnu) in build_unary_op, at ada/utils2.c:1056|
| Error detected at elements-sets.adb:
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-08 00:09 ---
*** Bug 24725 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24726