[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/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 #1 from sam at gcc dot gnu dot org 2009-10-06 07:20 --- Subject: Bug 38333 Author: sam Date: Tue Oct 6 07:19:54 2009 New Revision: 152486 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=152486 Log: gcc/ada/ PR ada/38333 * sem_prag.adb

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

2009-10-06 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-06 07:21 --- Subject: Bug 41383 Author: sam Date: Tue Oct 6 07:20:53 2009 New Revision: 152487 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=152487 Log: gcc/ada/ PR ada/41383 * a-rttiev.adb

[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/41122] libada multilib string parsing error

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #7 from sam at gcc dot gnu dot org 2009-10-03 09:53 --- (In reply to comment #6) committed to trunk, 4.4 will follow. Any news about the 4.4 commit? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41122

[Bug ada/38975] deferred constants of not null access types are not possible

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-03 10:11 --- It has been fixed on trunk by commit 134020. The fix will be in GCC 4.5.0. 2008-04-08 Javier Miranda mira...@adacore.com Robert Dewar de...@adacore.com Ed Schonberg schonb...@adacore.com

[Bug ada/39411] GNAT BUG DETECTED: implementation of protected interface by protected type

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-03 10:41 --- This has been fixed in GCC 4.4 already. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/39441] Discriminant interface not implemented by full type (RM-2005 7.3 (7.3/2))

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-03 10:42 --- This has been fixed in SVN, the fix will be in GCC 4.5.0. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/39602] Clock function freezes in infinite loop when run under wine on linux

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-03 10:57 --- This has been fixed in commit 149326 and will be in GCC 4.5.0. 2009-07-07 Pascal Obry o...@adacore.com * s-osprim-mingw.adb (Get_Base_Time): Avoid infinite loop. -- sam at gcc dot gnu dot org changed

[Bug ada/40116] GNAT BUG get_memory_rtx, at builtins.c:1087

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2009-10-03 11:01 --- No reproducer, no answer for 4+ months, closing. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/40929] Illegal program accepted, RM 10.2.1(15.6/2), access type in pure generic package

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-03 11:23 --- It is triggered if you instantiate pak1 as a pure unit: % cat p.ads with Pak1; package P is new Pak1; pragma Pure (P); % gcc -c p.ads p.ads:2:01: instantiation error at pak1.ads:4 p.ads:2:01: named access type

[Bug ada/40931] ICE in legal program, Boolean type with user-defined function True

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2009-10-03 11:24 --- Confirmed on trunk +===GNAT BUG DETECTED==+ | 4.5.0 20091003 (experimental) (x86_64-unknown-linux-gnu) GCC error: | | in bitmap_first_set_bit, at bitmap.c:770

[Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2009-10-03 11:27 --- Confirmed on SVN trunk. +===GNAT BUG DETECTED==+ | 4.5.0 20091003 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure atree.adb:765| | Error detected

[Bug ada/40984] Build failure in oscons stage not detected.

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-03 11:32 --- Wouldn't it be enough to replace ; by between the various steps? -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/41416] Conversion Float to fixed-point behaves differently for static expressions

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-03 11:43 --- It would help if you provided the RM reference that you think is violated here. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/35886] Bad location of error message

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2009-10-03 12:55 --- This has been fixed alreayd in SVN. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/41563] New: ICE when compiling Ada.Tags with -O3

2009-10-03 Thread sam at gcc dot gnu dot org
-on-valid-code Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sam at gcc dot gnu dot org GCC host triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41563

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

2009-10-02 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/39944] Incorrect expected file name encoding

2009-10-02 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2009-10-02 21:04 --- Indeed. Closing as invalid, thanks Pierre-Nicolas. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/9535] Datagram socket semantics are wrong

2009-10-02 Thread sam at gcc dot gnu dot org
--- Comment #7 from sam at gcc dot gnu dot org 2009-10-02 21:16 --- The problem is still present in the trunk: datagram based streams are meaningless in most cases. The more I think about it, the more I think they should be removed from GNAT.Sockets completely instead of half-fixed

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

2009-10-02 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2009-10-02 21:19 --- Reconfirmed on SVN trunk +===GNAT BUG DETECTED==+ | 4.5.0 20090930 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure exp_disp.adb:1363| | Error detected

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

2009-10-02 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|sam at gcc dot gnu dot org |unassigned at gcc dot gnu

[Bug ada/35919] Primitive renaming a predefined operation

2009-10-02 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-02 21:25 --- Reconfirmed on SVN trunk: GNAT 4.5.0 20090930 (experimental) Copyright 1992-2009, Free Software Foundation, Inc. Compiling: p1.ads (source file time stamp: 2009-10-02 21:23:50) 2.type T1 is tagged null

[Bug ada/35920] Overriding primitive with a predefined operation renaming

2009-10-02 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-02 21:26 --- Reconfirmed on SVN trunk. +===GNAT BUG DETECTED==+ | 4.5.0 20090930 (experimental) (x86_64-unknown-linux-gnu) Program_Error exp_disp.adb:7340 explicit raise| | Error

[Bug ada/35920] Overriding primitive with a predefined operation renaming

2009-10-02 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug ada/37602] Renaming of volatile causes variable access

2009-10-02 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2009-10-02 21:36 --- Still present in GCC trunk (4.5.0 20090930) -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37775] Templated private class visible through friend declaration

2009-10-02 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2009-10-02 21:38 --- Reconfirmed on SVN trunk: gcc (GCC) 4.5.0 20090930 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37775

[Bug ada/39944] New: Incorrect expected file name encoding

2009-04-28 Thread sam at gcc dot gnu dot org
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sam at gcc dot gnu dot org GCC host triplet: i386-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39944

[Bug target/32838] gcc generates incorrect trampoline code in thumb mode

2009-03-19 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2009-03-19 10:15 --- Matthias, I think Laurent was asking for an executable test case, which fails before your test and succeeds after, so that it can enter the regression suite. -- sam at gcc dot gnu dot org changed: What

[Bug ada/39446] Can not resolve PUT between String and Character versions.

2009-03-17 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2009-03-17 14:28 --- This is not a bug. The compiler really has no way to distinguish between the following two interpretations for Put (Get_Name (7)): 1- Get_Name (7) is a call to Get_Name with argument 7, which returns a String 2

[Bug ada/38393] Storage_Error, bug box on record with large array component

2008-12-05 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-12-05 09:02 --- This bug has been fixed already in GCC 4.4.0. -- sam at gcc dot gnu dot org changed: What|Removed |Added

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

2008-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/37543] Assembler error during compilation

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-11-17 19:40 --- Please open a separate bug if you still experience build problems. This one (problem with generated assembler when compiling Ada code) should be closed as it has been resolved by yourself. -- sam at gcc dot gnu dot

[Bug ada/16095] Illegal program not detected, X'Access of wrong type

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-11-17 19:56 --- From what I understand: - access T1 is an access_definition and thus a general access type (RM 3.10(12/2)) - Y'Access is of the type of its context, which should be a general access type (RM 3.10.2(24/1

[Bug ada/16212] Bug box in Gigi, code=316, on legal Ada 83 program

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-11-17 19:59 --- Lowering priority: opened more than 4 years ago, concerns Ada 83, pathological case. +===GNAT BUG DETECTED==+ | 4.4.0 20081021 (experimental) (x86_64-unknown-linux

[Bug ada/23187] MAXPATHLEN usage in gcc/ada/*.c

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #10 from sam at gcc dot gnu dot org 2008-11-17 20:13 --- Lowering priority, 3 years without feedback despite a new request 7 months ago. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/23390] abstract function in private part not overloading previous function is not allowed

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-11-17 20:15 --- This is fixed in GCC 4.4.0 and gives the expected error. GNAT 4.4.0 20081116 (experimental) Copyright 1992-2008, Free Software Foundation, Inc. Compiling: three.adb (source file time stamp: 2008-11-17 20:14:51

[Bug ada/25844] [4.2/4.3/4.4 regression] ICE on overloaded renames

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-11-17 20:28 --- % gcc -c x-toolkit.adb +===GNAT BUG DETECTED==+ | 4.4.0 20081116 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure atree.adb:886| | Error detected at x

[Bug ada/30094] bogus use of CROSS_COMPILE in adaint.c

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-11-17 21:13 --- This check is still present in the sources, albeit now using CROSS_DIRECTORY_STRUCTURE. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/30614] compiler puts the blame on in parameter mode, not pointer to constant, for assignment to component

2008-11-17 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-11-17 21:16 --- The proposed fix has been withheld by Robert Dewar who was not entirely satisfied by the proposed solution and proposed to send an alternate fix. Unassigning and lowering priority (the only issue is the error message

[Bug preprocessor/36453] PR36320 breaks boost

2008-10-09 Thread sam at gcc dot gnu dot org
--- Comment #7 from sam at gcc dot gnu dot org 2008-10-09 20:39 --- Note that this has been fixed in Boost SVN repository recently (http://svn.boost.org/trac/boost/ticket/2069). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36453

[Bug c++/37775] New: Templated private class visible through friend declaration

2008-10-08 Thread sam at gcc dot gnu dot org
: unassigned at gcc dot gnu dot org ReportedBy: sam at gcc dot gnu dot org GCC host triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37775

[Bug driver/36312] should refuse to overwrite input file with output file

2008-10-07 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-10-07 10:53 --- A warning would be of no use, as it would be too late to recover the input file. Having GCC refuse to run in this case would be great. -- sam at gcc dot gnu dot org changed: What|Removed

[Bug ada/37641] FILE_WRITE_PROPERTIES is deprecated

2008-09-25 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-09-25 13:47 --- Kai, I didn't notice that you assigned the bug to yourself. Feel free to followup on my mail titled [PATCH] ada/37641: Remplace mingw FILE_WRITE_PROPERTIES by FILE_WRITE_EA sent to gcc-patches. -- sam at gcc dot gnu

[Bug ada/37641] FILE_WRITE_PROPERTIES is deprecated

2008-09-25 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2008-09-25 15:13 --- Subject: Bug 37641 Author: sam Date: Thu Sep 25 15:12:26 2008 New Revision: 140665 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140665 Log: gcc/ada/ PR ada/37641 * adaint.c

[Bug ada/37641] FILE_WRITE_PROPERTIES is deprecated

2008-09-25 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-09-25 15:14 --- Fixed in current SVN trunk, thanks. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/37620] warning: variable X is not referenced eventhough it is referenced by (implicit) procedure calls

2008-09-23 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2008-09-23 11:32 --- I don't agree with your reasoning: X is not referenced. The fact that it has a constructor should not change anything. For example, access types are initialized to Null as well, so you could count that as a reference

[Bug ada/37604] Suboptimal code generation for volatile access

2008-09-21 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-09-21 12:23 --- Well, in the second example I give (variable declared in the same compilation unit), the access is optimized. What I don't get is the difference between both cases, while the compiler does have the same information

[Bug ada/37602] New: Renaming of volatile causes variable access

2008-09-20 Thread sam at gcc dot gnu dot org
: unassigned at gcc dot gnu dot org ReportedBy: sam at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37602

[Bug ada/37599] renamed volatile variables are not treated as volatile

2008-09-20 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-09-20 20:08 --- Rolf, could you include the problematic assembler code? On i686-pc-linux-gnu, it looks like it generates the expected code except for the bogus extra access that I submitted as a separate bug in PR ada/37602: _ada_b

[Bug ada/37604] New: Suboptimal code generation for volatile access

2008-09-20 Thread sam at gcc dot gnu dot org
Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sam at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla

[Bug ada/37572] compile Ada program fails (XML/Ada, 64 bit AMD)

2008-09-19 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-09-19 09:05 --- Could you try a more recent GCC version and check whether the bug is still present or not? It compiles fine with GCC 4.3.1 on x86_64/Debian GNU/Linux. -- sam at gcc dot gnu dot org changed: What

[Bug ada/21327] gnat_ugn.texi invalid @direntry

2008-09-17 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-09-17 07:59 --- Subject: Bug 21327 Author: sam Date: Wed Sep 17 07:58:12 2008 New Revision: 140411 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140411 Log: 2008-09-17 Pascal Rigaux [EMAIL PROTECTED] gcc/ada/ PR

[Bug ada/21327] gnat_ugn.texi invalid @direntry

2008-09-17 Thread sam at gcc dot gnu dot org
--- Comment #6 from sam at gcc dot gnu dot org 2008-09-17 08:00 --- Pascal's fix committed as trivial documentation fix in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/37309] Ada tasking is not implemented on NetBSD

2008-09-17 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-09-17 11:06 --- You should sent a patch against the latest SVN trunk, so that it can be reviewed. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37283] [4.4 Regression] Cannot build crtbegin.o for ARM

2008-09-02 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-09-02 16:24 --- Subject: Bug 37283 Author: sam Date: Tue Sep 2 16:23:29 2008 New Revision: 139892 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139892 Log: gcc/ PR target/37283 * opts.c (decode_options

[Bug target/37283] [4.4 Regression] Cannot build crtbegin.o for ARM

2008-09-02 Thread sam at gcc dot gnu dot org
--- Comment #6 from sam at gcc dot gnu dot org 2008-09-02 16:25 --- This is fixed in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37283] [4.4 Regression] Cannot build crtbegin.o for ARM

2008-08-30 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2008-08-30 13:45 --- Subject: Bug 37283 Author: sam Date: Sat Aug 30 13:44:22 2008 New Revision: 139803 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139803 Log: gcc/ PR target/37283 * config/arm/arm.c

[Bug c/37283] New: Cannot build crtbegin.o for ARM

2008-08-29 Thread sam at gcc dot gnu dot org
: Cannot build crtbegin.o for ARM Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: assemble-failure Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sam

[Bug c/37283] Cannot build crtbegin.o for ARM

2008-08-29 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-08-29 20:37 --- Created an attachment (id=16166) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16166action=view) crtstuff.s produced by GCC -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37283

[Bug target/37283] [4.4 Regression] Cannot build crtbegin.o for ARM

2008-08-29 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-08-29 22:53 --- Right. There are two problems indeed, fix is being tested. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/36756] [4.4 Regression] g++.dg/tls-3.C ICE with section-anchors, unit-at-a-time, no-toplevel-reorder

2008-08-29 Thread sam at gcc dot gnu dot org
--- Comment #7 from sam at gcc dot gnu dot org 2008-08-29 23:46 --- I think the fix is wrong: when optimization_options() is called, user options have not been processed yet. It is likely that section anchors are always disabled by this change. The patch for PR37283 at http

[Bug ada/15808] Illegal program not detected, RM 3.9.3(10)

2008-08-18 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-08-18 09:00 --- Subject: Bug 15808 Author: sam Date: Mon Aug 18 08:58:58 2008 New Revision: 139190 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139190 Log: gcc/ada/ PR ada/15808 * sem_ch6.adb

[Bug ada/15808] Illegal program not detected, RM 3.9.3(10)

2008-08-18 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2008-08-18 09:10 --- This has been fixed in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/30827] [Ada] GNAT.compiler_version problem for official releases?

2008-08-18 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-08-18 09:10 --- Subject: Bug 30827 Author: sam Date: Mon Aug 18 09:09:24 2008 New Revision: 139192 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139192 Log: 2008-08-18 Samuel Tardieu [EMAIL PROTECTED] Robert Dewar

[Bug ada/30827] [Ada] GNAT.compiler_version problem for official releases?

2008-08-18 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-08-18 09:10 --- Fixed in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug ada/37110] Assert_Failure at atree.adb:886 caused by legal prefixed notation

2008-08-18 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-08-18 09:49 --- This may be a duplicate of PR 34598. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/15807] Legal program runs incorrectly, RM 3.10.2(3,29)

2008-08-17 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-08-17 10:56 --- This appears to have been fixed in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/15808] Illegal program not detected, RM 3.9.3(10)

2008-08-17 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/17732] Legal program rejected, RM 4.1.3(7)

2008-08-17 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-08-17 12:58 --- This appears to be fixed in SVN trunk and GCC 4.3.1. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/21327] gnat_ugn.texi invalid @direntry

2008-08-17 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/22164] GNAT rejects matching parameter in generic instantiation as non-matching

2008-08-17 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2008-08-17 13:19 --- This appears to be fixed in SVN trunk. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/23389] subtype declared in generic child can't be used, same subtype elsewhere works

2008-08-17 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-08-17 13:22 --- This appears to be fixed in GCC 4.3.1. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/30827] [Ada] GNAT.compiler_version problem for official releases?

2008-08-17 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/34251] Illegal program not detected - component of type with limited public and nonlimited private view

2008-08-17 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-08-17 14:29 --- This appears to have been fixed in GCC 4.3.1. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/36777] Protected type cannot have access taken from its body.

2008-08-13 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-08-13 10:59 --- Subject: Bug 36777 Author: sam Date: Wed Aug 13 10:57:43 2008 New Revision: 139051 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139051 Log: gcc/ada/ PR ada/36777 * sem_util.ads, sem_util.adb

[Bug ada/36777] Protected type cannot have access taken from its body.

2008-08-13 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-08-13 11:01 --- This bug has been fixed in GCC SVN trunk. Thanks for the report. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/37038] Bogus warning from GCC

2008-08-10 Thread sam at gcc dot gnu dot org
--- Comment #6 from sam at gcc dot gnu dot org 2008-08-10 20:30 --- Subject: Re: Bogus warning from GCC The warning is likely to come from tree-vrp.c. The only place which emits this warning is from c-common.c so I think someone needs to debug this a little bit. Place

[Bug ada/37038] New: Bogus warning from GCC

2008-08-06 Thread sam at gcc dot gnu dot org
at gcc dot gnu dot org ReportedBy: sam at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37038

[Bug ada/37038] Bogus warning from GCC

2008-08-06 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-08-06 14:49 --- (read the line containing 'Val, not 'Pos) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37038

[Bug ada/37038] Bogus warning from GCC

2008-08-06 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-08-06 15:39 --- The warning comes from a range check which is emitted by Gigi. The backend knows that this check is useless, and warns about it. As far as I can tell, there is no way to suppress the warning in shorten_compare (c

[Bug ada/37038] Bogus warning from GCC

2008-08-06 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2008-08-06 16:57 --- Andrew, you're right, I got confused by the build_binary_op() which is present both in ada/gcc-interface/utils2.c and c-typeck.c, and that the warning appears as is in c-common.c. The warning is likely to come from

[Bug ada/36930] GNAT BUG DETECTED while creating object on storage pool

2008-08-03 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-08-03 12:04 --- It appears to be fixed already in GCC 4.3.1. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/36785] Segmentation fault in Gnat.Regexp

2008-08-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-08-03 12:07 --- Confirmed on 4.4.0 20080803 (i686-pc-linux-gnu). -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/36764] ICE with -gnatn inlining and stream attributes

2008-08-03 Thread sam at gcc dot gnu dot org
--- Comment #1 from sam at gcc dot gnu dot org 2008-08-03 12:08 --- Confirmed on SVN trunk: +===GNAT BUG DETECTED==+ | 4.4.0 20080803 (experimental) (i686-pc-linux-gnu) Assert_Failure einfo.adb:2446| | Error detected at b.ads:1:6

[Bug ada/36777] Protected type cannot have access taken from its body.

2008-08-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 c++/36965] New: Unnecessary unrolling+regular call instead of tail call

2008-07-29 Thread sam at gcc dot gnu dot org
Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sam at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu http

[Bug ada/36562] gnatmake not processing shared library projects

2008-06-26 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-06-26 10:17 --- Fixed in SVN trunk, thanks Chris for the patch. -- sam at gcc dot gnu dot org changed: What|Removed |Added

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

2008-05-20 Thread sam at gcc dot gnu dot org
--- Comment #6 from sam at gcc dot gnu dot org 2008-05-20 20:25 --- Subject: Bug 30740 Author: sam Date: Tue May 20 20:24:33 2008 New Revision: 135675 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135675 Log: gcc/testsuite/ PR ada/30740 * gnat.dg/modular.adb

[Bug ada/35791] [Ada] V-table messed up with interface composition

2008-05-20 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-05-20 20:46 --- Subject: Bug 35791 Author: sam Date: Tue May 20 20:45:49 2008 New Revision: 135677 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135677 Log: gcc/testsuite/ PR ada/35791 * gnat.dg

[Bug ada/35791] [Ada] V-table messed up with interface composition

2008-05-20 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2008-05-20 20:55 --- This has been fixed by SVN commit 135638: 2008-05-20 Javier Miranda [EMAIL PROTECTED] Ed Schonberg [EMAIL PROTECTED] Hristian Kirtchev [EMAIL PROTECTED] * sem_ch3.adb

[Bug ada/35645] ICE in gimplify_expr, at gimplify.c:6120

2008-05-14 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2008-05-14 09:20 --- The code is not legal, adding keyword -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet

2008-05-13 Thread sam at gcc dot gnu dot org
--- Comment #7 from sam at gcc dot gnu dot org 2008-05-13 11:55 --- Reopening to close it properly and setting target milestone. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet

2008-05-13 Thread sam at gcc dot gnu dot org
--- Comment #8 from sam at gcc dot gnu dot org 2008-05-13 11:56 --- Fixed in SVN trunk by Arno's patch. -- sam at gcc dot gnu dot org changed: What|Removed |Added

  1   2   3   4   >