--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |bosch at gcc dot gnu dot org
|dot org |
Status|NEW
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-23 21:26
---
The broken code in misc.c that gave rise to this report is now gone, and
frankly, I think it is worth
debating how a misspelled option should be handled. So, I'll change the warning
to an error.
-
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-23 22:32
---
I can't reproduce this bug, so I'm assuming the new libada has fixed this.
However, the GNAT library needs adaptation for new targets and one cannot
expect to retarget GNAT and have it work out
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |bosch at gcc dot gnu dot org
|dot org |
Status|NEW
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |ebotcazou at libertysurf dot
|dot org |fr
Status|NEW
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |kenner at vlsi1 dot ultra
|dot org |dot nyu dot edu
Status|N
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |bosch at gcc dot gnu dot org
|dot org |
Status|UNCONFIRMED
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 16:20
---
No bug seems to be reported. As the message states, no tasking support is
implemented for your
configuration. Your attachment doesn't provide such support. If you want to add
this, look at the sparc
--
What|Removed |Added
Summary|ACATS cxaca01 assembler Bad |[4.0 regression] ACATS
|Absolute Expression error on|cxaca01 assembler Bad
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |bosch at gcc dot gnu dot org
|dot org |
Status|UNCONFIRMED
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 18:12
---
The fix for this is now in GCC 4.0.0.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 18:22
---
This can only happen if gnatbind tries to bind a file compiled with a different
version of the compiler.
Doing so is an error as it could lead to inconsistency, which why the error
message is given. As
--
What|Removed |Added
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19456
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 21:28
---
Below is the list of people who made more than 15 check ins for files currently
part of GNAT over the
lifetime of the project since it originally started at NYU. This is a one-time
generated list. I
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 22:31
---
The type conversion to Foo_Real constitutes a read of F, which, being an
out-parameter, is by definition
is not initialized. The warning is correct.
-Geert
--
What|Removed
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 22:40
---
It is OK for an Ada implementation to have capacity limits. In this case the
limits are caused by the
underlying OS, the corresponding C library functions have the same limitation.
Indeed, it would be nice
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 22:42
---
+===GNAT BUG
DETECTED==+
| 4.0.0 20050221 (experimental) (powerpc-apple-darwin7.8.0) Bus error |
| Error detected at gimme_bug_box.adb:3:4
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-25 02:33
---
Works in 4.0.0:
foo.ads:5:04: type does not match declaration at line 4
--
What|Removed |Added
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-25 02:41
---
This is not a bug. ASIS is a separate project from the Ada front end. There is
enough work to be done
getting Ada itself in good shape. Even when Ada is in good shape, it makes most
sense for ASIS to
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-25 03:51
---
+===GNAT BUG
DETECTED==+
| 4.0.0 20050225 (experimental) (x86_64-unknown-linux-gnu) GCC error: |
| in expand_assignment, at expr.c:3811
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |2005-02-
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-28 16:36
---
Documented contributors.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From bosch at gcc dot gnu dot org 2005-03-16 04:32
---
This program leads to erroneous execution. This is consistent with the Ada
standard. If you're really
determined to shoot yourself in the foot, Ada will let you. It may hurt. There
is no bug
--
What|Removed |Added
Attachment #9230|application/octet-stream|text/plain
mime type||
Attachment #9230 is|0 |1
--- Additional Comments From bosch at gcc dot gnu dot org 2005-07-12 01:46
---
This seems a problem where Gigi adds padding, but does not add a convert. The
padding is added at
decl.c:698, and 20 lines later, there is a complex condition to figure out when
and when not to add a
--- Comment #1 from bosch at gcc dot gnu dot org 2009-12-02 15:34 ---
This base type is indeed too large. This is not a bug.
--
bosch at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from bosch at gcc dot gnu dot org 2009-12-02 15:59 ---
This was a front end bug, the -gnatG output already showed that all code was
eliminated. I tried to find when it got fixed, but am not sure.
--
bosch at gcc dot gnu dot org changed:
What|Removed
--- Comment #9 from bosch at gcc dot gnu dot org 2009-12-03 20:10 ---
I think the current behavior of ignoring the option with a warning is fine. I
agree with Wolfgang that If anything, we should remove any processing for this
misspelling. A patch to that effect is welcomed, but this is
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-14 20:11
---
This happens after in verify-ssa after running the kill_redundant_phi_nodes
pass. It would be great if
someone with a better understanding of this pass could take a look at this bug.
--
What
tatus: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: bosch at gcc dot gnu dot org
ReportedBy: bosch at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bug
--- Additional Comments From bosch at gcc dot gnu dot org 2004-10-21 17:04 ---
Created an attachment (id=7396)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7396&action=view)
Test case showing failure
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18099
--
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |200
32 matches
Mail list logo