[Bug ada/38333] Illegal program not detected, ARM 6.1(20): pragma Import illegal for abstract subprograms

2009-10-06 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2009-10-06 07:22 --- This bug has been fixed in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/41383] Timing_Events: Event time not cleared after Cancel_Handler

2009-10-06 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2009-10-06 07:23 --- This bug has been fixed in SVN trunk. Thanks for your very detailed report. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/37038] Bogus warning from GCC

2009-10-06 Thread sam at gcc dot gnu dot org
--- Comment #8 from sam at gcc dot gnu dot org 2009-10-06 11:37 --- The issue is no longer present in trunk. Closing as fixed. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/37038] Bogus warning from GCC

2009-10-06 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added GCC target triplet|4.5.0 | Target Milestone|--- |4.5.0 http

[Bug ada/35888] ICE: converting a concrete type into a classwide interface

2009-10-06 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-06 11:50 --- Fixed in trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug middle-end/36965] Unnecessary unrolling+regular call instead of tail call

2009-10-06 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-06 11:54 --- The call is now a proper tail call in SVN trunk. However, the unrolling still happens, but I guess this is expected. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/15917] Bug box in Gigi, code=103, on legal program

2009-10-06 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2009-10-06 11:57 --- +===GNAT BUG DETECTED==+ | 4.5.0 20091003 (experimental) (i686-pc-linux-gnu) GCC error: | | in gnat_to_gnu_entity, at ada/gcc-interface/decl.c:544

[Bug ada/43106] gnat optimization error in a case statement

2010-03-18 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2010-03-18 22:04 --- I can reproduce the bug with 4.4.3 but not with gcc (GCC) 4.5.0 20100317 (experimental) on x86_64. This may already be fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43106

[Bug ada/28305] GNAT bug when inlining instance of a generic subprogram

2007-11-25 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/28733] GNAT crash while compiling Ada-2005 code

2007-11-25 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/30740] Improper semantics in gnat's compilation of certain expressions involving modular arithmetic

2007-11-25 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/34149] GNAT crash - deeply inrerited function

2007-11-25 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added CC|sam at rfc1149 dot net | AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot

[Bug ada/20615] IP address 255.255.255.255 cannot be set with GNAT.Sockets

2007-11-25 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-11-25 14:15 --- Bug is fixed in current sources -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/15611] Invalid program not detected, RM 3.7(11)

2007-11-26 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-26 20:46 --- Ludovic, are you sure that this applies when a tagged type is used as a completion of a private type with discriminants having default expressions? This case is handled specially in GNAT sources. sem_ch3.adb reads

[Bug ada/15616] Compiler error on legal program using generic package

2007-11-26 Thread sam at gcc dot gnu dot org
--- Comment #6 from sam at gcc dot gnu dot org 2007-11-26 20:52 --- With mainline 4.1 20050619, invalid code is flagged: test_246184.adb:9:17: not fully conformant with declaration at line 5 test_246184.adb:9:17: type of "x" does not match Still fixed in GCC 4.3.0

[Bug ada/15799] Legal program rejected, using 'Base

2007-11-26 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-26 21:02 --- Ludovic, I don't think this is correct. You can use a subtype_mark here, but it is defined as being a subtype_/name/, not any expression returning a type. See RM 3.2.2 and RM 3.5. -- sam at gcc dot gnu do

[Bug ada/15803] Illegal program not detected, RM 8.3(19)

2007-11-26 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/15804] Illegal program not detected, RM 3.8.1(2)

2007-11-26 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/15805] Illegal program not detected, allows writing through access to constant

2007-11-26 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/15803] Illegal program not detected, RM 8.3(19)

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-28 20:43 --- Subject: Bug 15803 Author: sam Date: Wed Nov 28 20:43:25 2007 New Revision: 130495 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130495 Log: gcc/ada/ PR ada/15803 * par

[Bug target/17317] [3.3 Regression] Match Constraints for *movdf_insn fails

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #14 from sam at gcc dot gnu dot org 2007-11-28 20:45 --- Subject: Bug 17317 Author: sam Date: Wed Nov 28 20:44:58 2007 New Revision: 130496 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130496 Log: gcc/ada/ PR ada/17317 * par

[Bug ada/32792] Assert_Failure sinfo.adb:1730

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-28 20:46 --- Subject: Bug 32792 Author: sam Date: Wed Nov 28 20:46:18 2007 New Revision: 130497 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130497 Log: gcc/ada/ PR ada/32792 * sem_

[Bug ada/22559] Bug box, Program_Error at sinput.adb:404, derived fixed-point type

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-11-28 20:48 --- Subject: Bug 22559 Author: sam Date: Wed Nov 28 20:48:10 2007 New Revision: 130498 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130498 Log: gcc/ada/ PR ada/22559 * sem

[Bug ada/32792] Assert_Failure sinfo.adb:1730

2007-11-28 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/15803] Illegal program not detected, RM 8.3(19)

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-11-28 20:50 --- Fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/17317] [3.3 Regression] Match Constraints for *movdf_insn fails

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #15 from sam at gcc dot gnu dot org 2007-11-28 20:51 --- Forget message, wrong # in ChangeLogs, will fix them -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17317

[Bug ada/22559] Bug box, Program_Error at sinput.adb:404, derived fixed-point type

2007-11-28 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/22559] Bug box, Program_Error at sinput.adb:404, derived fixed-point type

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-28 20:52 --- Fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/17318] Put_Line (X'Img (Index)), index ignored

2007-11-28 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/17318] Put_Line (X'Img (Index)), index ignored

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-28 20:55 --- Fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/32792] Assert_Failure sinfo.adb:1730

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-11-28 20:49 --- Fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/15851] pragma Volatile not respected for variables with default value

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-28 21:26 --- Given that you provide no address for V1 and V2 and given that they are local variables, there is no way they could be modified from outside (since you have no way to know where the compiler would place them if it

[Bug ada/15916] Illegal program not detected, RM 12.4(7)

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-28 21:32 --- The current SVN trunk gives the message you expect. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/15917] Bug box in Gigi, code=103, on legal program

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-28 21:34 --- Still present on SVN trunk +===GNAT BUG DETECTED==+ | 4.3.0 20071127 (experimental) (i686-pc-linux-gnu) GCC error: | | in gnat_to_gnu_entity, at ada

[Bug ada/33994] wrong code for indexed component when index subtype has 'Size > 32

2007-11-28 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-11-28 22:29 --- Well, what do you expect by trying to declare an array of size 2**48 - 2**40 + 1, which is much greater than the 2**32 bytes of addressable memory on your i686-pc-linux-gnu target? :/ (2**48) % (2**32) = 0 = (2**40

[Bug ada/17985] GNAT accepts extension aggregate where expexted type is not extension

2007-11-29 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/34284] Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread sam at gcc dot gnu dot org
--- Comment #6 from sam at gcc dot gnu dot org 2007-11-29 13:48 --- Patch looks fine to me. -- sam at gcc dot gnu dot org changed: What|Removed |Added CC

[Bug ada/34290] Problem with procedure visibility at the prefixed view call

2007-11-29 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-29 23:26 --- Confirmed on SVN trunk +===GNAT BUG DETECTED==+ | 4.3.0 20071129 (experimental) (i686-pc-linux-gnu) Assert_Failure exp_disp.adb:| | Error detected at main_windows

[Bug ada/34290] Problem with procedure visibility at the prefixed view call

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-11-30 09:54 --- Of course, you should read "reference" instead of "dereference" in the previous comment. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34290

[Bug ada/34287] Simple Ada bug [Barnes' Silly]

2007-11-30 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34287

[Bug ada/34287] Simple Ada bug [Barnes' Silly]

2007-11-30 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/15804] Illegal program not detected, RM 3.8.1(2)

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-11-30 22:11 --- Fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/15803] Illegal program not detected, RM 8.3(19)

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2007-11-30 21:47 --- Thanks for reopening it Ludovic. Yes, I mixed up the PR#, I'll fix the ChangeLog and close the right one. It's been two times this week, I guess it's bad for my health to go through so many A

[Bug ada/34301] GNAT Bug detected: visibility

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-11-30 16:57 --- As I said, there were a real problem, but it has already been fixed in GCC 4.3.0 which has not yet been released. For what you are trying to achieve, you should rather declare X as X : T_Type; for X'Addres

[Bug ada/15803] Illegal program not detected, RM 8.3(19)

2007-11-30 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENED|ASSIGNED Last reconfirmed|2007-11-26 21:36:27 |2007-11-30 21

[Bug ada/34301] GNAT Bug detected: visibility

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-11-30 12:52 --- GCC 4.3.0 will give a proper error message: 29. X : constant access T_Type := TA.To_Pointer (50); | >>> expected private type "

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2007-11-30 09:36 --- I sent a mail to the author of this change to ask if and why it was necessary. Note that it may have been perfectly valid in 2004 as this target was not covered yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug ada/15799] Legal program rejected, using 'Base

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-11-30 21:32 --- I checked in the RM. "subtype_mark" is defined as a "/subtype/_name" which is equivalent to a "name" which is not specifically defined. And "subtype_mark" is used in "

[Bug ada/22559] Bug box, Program_Error at sinput.adb:404, derived fixed-point type

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-11-30 17:25 --- Well, given that you tried the test with a version from November 23 and given that I fixed it on November 28, it is quite normal that you see the bug :) -- sam at gcc dot gnu dot org changed: What

[Bug ada/34290] Problem with procedure visibility at the prefixed view call

2007-11-30 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-11-30 09:51 --- As a workaround, it looks like you can use an explicit dereference instead of an implicit one for the Set_Central_Widget call: Main_Windows.Impl.Main_Window_Impl (Result.all)'Access.Set_Central_W

[Bug ada/33722] putenv() is made posix-conformant on FreeBSD 7.x

2007-12-01 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-12-01 11:52 --- Subject: Bug 33722 Author: sam Date: Sat Dec 1 11:52:42 2007 New Revision: 130555 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130555 Log: 2007-12-01 Kostik Belousov <[EMAIL PROTECTED]>

[Bug ada/33722] putenv() is made posix-conformant on FreeBSD 7.x

2007-12-01 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-12-01 12:03 --- Subject: Bug 33722 Author: sam Date: Sat Dec 1 12:03:42 2007 New Revision: 130556 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130556 Log: 2007-12-01 Kostik Belousov <[EMAIL PROTECTED]>

[Bug ada/33722] putenv() is made posix-conformant on FreeBSD 7.x

2007-12-01 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2007-12-01 12:04 --- The patch has been committed in SVN trunk and in the 4.2 branch. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/21489] Wrong code generated for legal program, RM 6.4.1(13), 9.5.1(3), 9.5.3(8)

2007-12-01 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-12-02 Thread sam at gcc dot gnu dot org
--- Comment #6 from sam at gcc dot gnu dot org 2007-12-02 09:17 --- Bechir, could you please add the output of "gnatmake -s p.adb -v -cargs -v"? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34289

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-12-02 Thread sam at gcc dot gnu dot org
--- Comment #9 from sam at gcc dot gnu dot org 2007-12-02 10:23 --- Ok, the problem here is that "-mmacosx-version-min=10.4" should appear *after* "-gnatez" not to be remembered in the ALI file: COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.4' '

[Bug ada/22255] Reset on shared file causes Use_Error.

2007-12-03 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/34287] Simple Ada bug [Barnes' Silly]

2007-12-03 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-03 16:03 --- This bug has been fixed in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/34287] Simple Ada bug [Barnes' Silly]

2007-12-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-03 16:02 --- Subject: Bug 34287 Author: sam Date: Mon Dec 3 16:01:57 2007 New Revision: 130582 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130582 Log: 2007-12-03 Robert Dewar <[EMAIL PROTECTED]>

[Bug ada/34251] Illegal program not detected - component of type with limited public and nonlimited private view

2007-12-04 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-04 14:40 --- Confirmed on trunk. GNAT 4.3.0 20071203 (experimental) Copyright 1992-2007, Free Software Foundation, Inc. Compiling: items.adb (source file time stamp: 2007-12-04 14:40:16) 11. := new Item'

[Bug ada/15799] Legal program rejected, using 'Base

2007-12-04 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2007-12-04 18:55 --- Ludovic, in RM 3.6: (2) array_type_definition ::= unconstrained_array_definition | constrained_array_definition (3) unconstrained_array_definition ::= array(index_subtype_definition

[Bug ada/21489] Wrong code generated for legal program, RM 6.4.1(13), 9.5.1(3), 9.5.3(8)

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-12-05 09:27 --- This is fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/21489] Wrong code generated for legal program, RM 6.4.1(13), 9.5.1(3), 9.5.3(8)

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-05 09:25 --- Subject: Bug 21489 Author: sam Date: Wed Dec 5 09:25:38 2007 New Revision: 130617 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130617 Log: gcc/ada/ PR ada/21489 * exp

[Bug ada/34344] Bug box, Assert_Failure elists.adb:167 from illegal Ada 2005 program

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-05 09:40 --- GNAT 4.3.0 20071204 (experimental) Copyright 1992-2007, Free Software Foundation, Inc. Compiling: pak2.ads (source file time stamp: 2007-12-05 09:33:51) 6. N1: Integer := x1.F1; -- line 5

[Bug ada/21489] Wrong code generated for legal program, RM 6.4.1(13), 9.5.1(3), 9.5.3(8)

2007-12-05 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21489

[Bug ada/15804] Illegal program not detected, RM 3.8.1(2)

2007-12-05 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15804

[Bug ada/34346] Bug box, Assert_Failure atree.adb:812 in legal Ada 2005 program

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-05 12:13 --- This has already been fixed in trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/34347] Bug box in gnat_to_gnu_entity, at ada/decl.c:231 in legal Ada 2005 program

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-05 12:22 --- Already fixed in trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added CC

[Bug ada/32792] Assert_Failure sinfo.adb:1730

2007-12-05 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32792

[Bug ada/22559] Bug box, Program_Error at sinput.adb:404, derived fixed-point type

2007-12-05 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22559

[Bug ada/17318] Put_Line (X'Img (Index)), index ignored

2007-12-05 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17318

[Bug ada/34344] Bug box, Assert_Failure elists.adb:167 from illegal Ada 2005 program

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-05 12:35 --- This is already fixed in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/34284] Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #8 from sam at gcc dot gnu dot org 2007-12-05 14:35 --- Fixed in SVN trunk, thanks for the patch. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/34284] Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #7 from sam at gcc dot gnu dot org 2007-12-05 14:35 --- Subject: Bug 34284 Author: sam Date: Wed Dec 5 14:34:48 2007 New Revision: 130624 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130624 Log: 2007-12-05 Bechir Zalila <[EMAIL PROTECTED]>

[Bug middle-end/20548] ACATS c52103x c52104x c52104y segfault

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #26 from sam at gcc dot gnu dot org 2007-12-05 18:57 --- Eric, what is the status for this PR? Is there some work to do on your patch? Or is the issue moot? -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/33988] Warning when converting between C compatible pointers

2007-12-05 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33988

[Bug ada/34346] Bug box, Assert_Failure atree.adb:812 in legal Ada 2005 program

2007-12-05 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34346

[Bug ada/34347] Bug box in gnat_to_gnu_entity, at ada/decl.c:231 in legal Ada 2005 program

2007-12-05 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34347

[Bug ada/34343] Legal program rejected, Ada 2005 prefix notation, RM 4.1.3(9.2/2), 6.4(10.1/2)

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-05 12:44 --- gcc version 4.3.0 20071205 (experimental): test1.adb:62:06: no selector "p1" for type "T1" defined at line 3 test1.adb:64:06: no selector "p3" for type "T1" defined at line 3

[Bug ada/34354] Bug box in save_gnu_tree, at ada/utils.c:176, in legal Ada 2005 program

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-06 01:36 --- Confirmed on trunk +===GNAT BUG DETECTED==+ | 4.3.0 20071205 (experimental) (i686-pc-linux-gnu) GCC error: | | in save_gnu_tree, at ada/utils.c:196

[Bug ada/34353] Internal error in legal Ada 2005 program, anonymous access-to-subprogram type

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-06 01:40 --- Confirmed on trunk. gcc: Internal error: Segmentation fault (program gnat1) Target: i686-pc-linux-gnu gcc version 4.3.0 20071205 (experimental) (GCC) -- sam at gcc dot gnu dot org changed: What

[Bug ada/34346] Bug box, Assert_Failure atree.adb:812 in legal Ada 2005 program

2007-12-05 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-05 12:23 --- Closing since fixed on trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/34290] Problem with procedure visibility at the prefixed view call

2007-12-06 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/34367] Bug box, Assert_Failure exp_ch4.adb:4550 on legal Ada 2005 program

2007-12-06 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-06 23:29 --- Already fixed on trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/34368] Bug box, Assert_Failure einfo.adb:2031 on legal Ada 2005 program ("limited with")

2007-12-06 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-06 23:30 --- Already fixed on trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/34366] Legal program rejected, various anonymous access-to-subprogram types, Ada 2005

2007-12-06 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-06 23:35 --- Confirmed on 4.3.0 20071206 -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/34366] Legal program rejected, various anonymous access-to-subprogram types, Ada 2005

2007-12-06 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-07 02:54 --- Confirmed on 4.3.0 20071206 -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/29157] gnattools fail on cross compilation - Makefile bug?

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #6 from sam at gcc dot gnu dot org 2007-12-07 14:32 --- Subject: Bug 29157 Author: sam Date: Fri Dec 7 14:31:48 2007 New Revision: 130675 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130675 Log: gcc/ PR ada/29157 * doc/install.texi:

[Bug ada/33420] [Ada] crash passing SomeFunctionReturningPointer.all as function argument

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-12-07 14:44 --- Confirmed on trunk. +===GNAT BUG DETECTED==+ | 4.3.0 20071207 (experimental) (i686-pc-linux-gnu) Assert_Failure atree.adb:962| | Error detected at test2.adb:12:60

[Bug ada/15805] Illegal program not detected, allows writing through access to constant

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-07 14:35 --- Subject: Bug 15805 Author: sam Date: Fri Dec 7 14:35:22 2007 New Revision: 130676 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130676 Log: gcc/ada/ PR ada/15805 * sem

[Bug ada/15805] Illegal program not detected, allows writing through access to constant

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-12-07 14:39 --- Fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/29157] gnattools fail on cross compilation - Makefile bug?

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #7 from sam at gcc dot gnu dot org 2007-12-07 14:38 --- Fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/29157] gnattools fail on cross compilation - Makefile bug?

2007-12-07 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug ada/29015] Ada 2005 observer pattern with mutually dependent packages and containers produces compiler error

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-12-07 14:01 --- Confirmed on SVN trunk +===GNAT BUG DETECTED==+ | 4.3.0 20071207 (experimental) (i686-pc-linux-gnu) Assert_Failure atree.adb:962| | Error detected at subjects.ads:19

[Bug ada/29958] Ada: gcc bug box with an inherited generic package

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-12-07 13:58 --- Confirmed on SVN trunk: +===GNAT BUG DETECTED==+ | 4.3.0 20071207 (experimental) (i686-pc-linux-gnu) Assert_Failure sem_ch7.adb:1457| | Error detected at example

[Bug ada/30618] [4.1 regression] Infinite loop in sem_ch8.end_use_clauses

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-12-07 12:53 --- This is fixed in SVN trunk -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/32286] [4.2/4.3 Regression] ICE in dwarf2out with -g: sees Ada f-e unconstrained_array_type node

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-07 12:37 --- Have you tried with a recent trunk GCC? Your GCC reads "20070611", but with the current trunk (4.3.0 20071207), I cannot reproduce the bug on i686-pc-linux-gnu: % gcc -c -g -gnat05 e.adb Laurent, which versi

[Bug ada/32452] [4.1//4.2 Regression] Incorrect type debugging information for variables in other compilation units

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-07 12:33 --- Already fixed in SVN trunk: (gdb) ptype external.b type = array (1 .. 4) of float -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/34381] Bug box, Program_Error sem_type.adb:636 explicit raise on illegal Ada 2005 program

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2007-12-07 15:51 --- On trunk: Compiling: pak5.ads (source file time stamp: 2007-12-07 15:48:22) 6.x2: integer := f(x1.all); -- line 5; column 19 is the opening paren | >>> expected

[Bug ada/34379] [4.2 regression] Bug box, Assert_Failure einfo.adb:508 on illegal Ada 2005 program

2007-12-07 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2007-12-07 15:46 --- Already fixed in trunk. Compiling: pak1.ads (source file time stamp: 2007-12-07 15:45:01) 4.x1: integer := T1'Class (3).f1; | >>> object in prefixed call t

<    1   2   3   4   >