--- Additional Comments From laurent at guerby dot net 2005-06-11 20:49
---
gnattools hits the same ICE on two files, -O0 works there too. Now on to
ACATS...
../../xgcc -B../../ -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -fno-common -gnatpg
--- Additional Comments From laurent at guerby dot net 2005-06-11 21:58
---
2 ACATS tests with the same ICE:
c37213j
c37213l
+===GNAT BUG DETECTED==+
| 4.1.0 20050610 (experimental) (x86_64-unknown-linux-gnu) GCC error: |
| tree
1002 tree_split_edge, at tree-cfg.c:3025
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
MED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: dberlin at gcc dot gnu dot org,gcc-bugs at gcc dot gnu
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: dberlin at gcc dot gnu dot org,gcc-bugs at gcc dot g
--- Additional Comments From laurent at guerby dot net 2005-06-11 23:05
---
12 ACATS tests have the same ICE "throw in middle of block":
cxg1001
cxg1003
cxg1004
cxg1005
cxg2002
cxg2006
cxg2007
cxg2008
cxg2018
cxg2019
cxg2020
cxg2021
--
http://gcc.gnu.org/bugzilla/show_
--- Additional Comments From laurent at guerby dot net 2005-06-11 23:10
---
Still there on 4.1 20050611 x86_64.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20548
signedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22026
--- Additional Comments From laurent at guerby dot net 2005-06-11 23:16
---
C52102B and C52102D still failing as of 4.1.0 Fri Jun 10 20:07:24 UTC 2005 on
x86_64-linux.
C41203A C41203B C62002A are no longer failing.
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-06-11 23:19
---
Still failing as of 4.1.0 Fri Jun 10 20:07:24 UTC 2005 on x86_64-linux.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18819
--- Additional Comments From laurent at guerby dot net 2005-06-11 23:22
---
Started failing again on 4.1.0 Fri Jun 10 20:07:24 UTC 2005 x86_64-linux. It's a
slightly different part of the test that fails but since this was never properly
analyzed, reopening.
,.,. CD10002 ACATS 2
Version: 4.1.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: dberlin
--- Additional Comments From laurent at guerby dot net 2005-06-12 11:40
---
All fixed on x86_64-linux as of.
LAST_UPDATED: Sun Jun 12 09:18:42 UTC 2005
Thanks for the patch!
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-06-12 11:44
---
I confirm your patch fixes all ACATS, could you submit it? Thanks!
http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg00764.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22024
--- Additional Comments From laurent at guerby dot net 2005-06-13 19:51
---
I picked up in my tree only the tree-complex.c change, with that no more "throw
in the middle of block" problems. I'm redoing a build to see if a-ncelfu and
other runtime files that had the prob
P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22053
Version: 4.1.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot
--- Additional Comments From laurent at guerby dot net 2005-06-13 20:12
---
Also now having the same ICE (after PR21994 fix):
+===GNAT BUG DETECTED==+
| 4.1.0 20050612 (experimental) (x86_64-unknown-linux-gnu) GCC error: |
| in
--- Additional Comments From laurent at guerby dot net 2005-06-13 21:19
---
gnatlib hits the problem now. Andrew Pinski thinks it's related to "changes to
reg-stack by Roger" so CCing.
../../xgcc -B../../ -c -g -O2 -fPIC -W -Wall -gnatpg a-nllcef.ad
--- Additional Comments From laurent at guerby dot net 2005-06-13 21:20
---
tree_split_edge, at tree-cfg.c: moved to PR22022
expected ssa_name: moved to PR22055
compensate_hedge: moved to PR22053
gnatlib doesn't currently build because of PR22053. I'll try to post a "
--- Additional Comments From laurent at guerby dot net 2005-06-13 21:56
---
Created an attachment (id=9082)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9082&action=view)
Ugly patch to make Ada bootstrap
Removes some code from the RTS in order to allow for a successfu
--- Additional Comments From laurent at guerby dot net 2005-06-14 10:40
---
Now that PR22053 is fixed, cxg2021 ICE has changed to the one of this PR.
+===GNAT BUG DETECTED==+
| 4.1.0 20050614 (experimental) (x86_64-unknown-linux-gnu
--- Additional Comments From laurent at guerby dot net 2005-06-14 10:50
---
All the ACATS and a-nllcef.ads are fixed, I'm currently checking a full build
with most of my kludges removed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22053
--- Additional Comments From laurent at guerby dot net 2005-06-14 18:02
---
gnatlib now builds numeric parts without kludges. Thanks for the fix!
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-06-14 19:33
---
Here is a reduced test case from g-socket, it ICEs the same way at -O2.
As additional information, it looks like the problem happens when an array is
determining the size of a discriminated record (which is max
--- Additional Comments From laurent at guerby dot net 2005-06-16 18:39
---
Complete patch is here, but currently x86-linux C bootstrap is broken:
http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01327.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22022
--- Additional Comments From laurent at guerby dot net 2005-06-17 17:05
---
For reference ACATS FAIL with the same ICE are cxg1003 and cxg2007.
/home/guerby/work/gcc/build/build-20050617T085204/gcc/xgcc -c
-B/home/guerby/work/gcc/build/build-20050617T085204/gcc/ -gnatws -O2
-I/home
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22105
--- Additional Comments From laurent at guerby dot net 2005-06-17 17:17
---
For the record, the following 12 ACATS tests get the same ICE on x86-linux.
c38202a
c3a0004
c910001
c940005
c940010
c940013
c95086c
c95086e
c95086f
c951002
c954024
c954026
--
http://gcc.gnu.org
--- Additional Comments From laurent at guerby dot net 2005-06-17 20:32
---
All ACATS fail are fixed by RTH patch.
http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg01046.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22089
--- Additional Comments From laurent at guerby dot net 2005-06-18 13:51
---
Now 5 tests with this ICE.
+===GNAT BUG DETECTED==+
| 4.1.0 20050618 (experimental) (x86_64-unknown-linux-gnu) GCC error: |
| tree check: expected
--- Additional Comments From laurent at guerby dot net 2005-06-18 18:16
---
Still present on x86-linux as of
LAST_UPDATED: Sat Jun 18 09:02:59 UTC 2005
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18659
--- Additional Comments From laurent at guerby dot net 2005-06-18 21:29
---
confirmed on x86_64-linux
gcc version 4.1.0 20050618 (experimental)
[EMAIL PROTECTED]:~/tmp$ gcc -c -O2 t.c
t.c: In function 'f':
t.c:3: internal compiler error: tree check: expected ssa_name, have v
--- Additional Comments From laurent at guerby dot net 2005-06-19 10:47
---
All fixed, no more cxg failures on x86-linux and x86_64-linux, thanks!
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-06-19 10:53
---
Fixed (various other: PR22103 PR22105 PR22053 PR22055)
--
What|Removed |Added
Status
--- Additional Comments From laurent at guerby dot net 2005-06-19 11:14
---
On x86_64 and x86-linux as of LAST_UPDATED: Sun Jun 19 07:48:06 UTC 2005, still
failing. More information:
Works at -O0, -O1, fails at -O2 but
works at -O2 -fno-tree-dce
--
What|Removed
--- Additional Comments From laurent at guerby dot net 2005-06-19 11:46
---
Here is a reduced test case, works at -0O, fails at -O1 works at -O1
-fno-tree-dce. First .tNN to be different is p.adb.t24.forwprop1.
--
procedure P is
function F return Integer is
begin
return 1
--- Additional Comments From laurent at guerby dot net 2005-06-19 13:25
---
Note that with the following patch on the reduced testcase (supressing the
anonymous array) it works:
- A : array (-F .. 1) of Boolean;
+ type BA is array (Integer range <>) of Boolean;
+ A : BA (-
--- Additional Comments From laurent at guerby dot net 2005-06-19 15:53
---
Likely workaround'ed by the following commit:
2005-05-02 Diego Novillo <[EMAIL PROTECTED]>
* tree-vrp.c (set_value_range_to_nonnull): Declare inline.
(set_value_range_to_null
--- Additional Comments From laurent at guerby dot net 2005-06-19 15:59
---
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
--
What
--- Additional Comments From laurent at guerby dot net 2005-06-19 16:04
---
PASS on x86 and x86_64-linux with 4.1 20050619, assuming it will work also on
ia64 .
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-06-19 16:05
---
Ooops, didn't check 4.0, leave at open there
--
What|Removed |Added
Status|RES
erity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18939
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19140
--- Additional Comments From laurent at guerby dot net 2004-12-23 21:53
---
Richard Kenner in:
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01832.html
<<
Note that C380004 "doesn't count" and should be made a XFAIL because it
raises a complex implementation
--- Additional Comments From laurent at guerby dot net 2005-01-07 21:17
---
>From Robert Dewar:
<<
we should probably just reject such a large array of entries as being
a capacity limitation. It's plain silly to spend time on this :-)
>>
--
http://gcc.gnu.org/b
3 fails at compile time
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19323
--- Additional Comments From laurent at guerby dot net 2005-01-08 22:11
---
I can't reproduce this on mainline x86 and x86_64 both work fine (in make check
right now).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19337
--- Additional Comments From laurent at guerby dot net 2005-01-09 18:22
---
Could you paste the 10 last compile lines of your log? We cannot say wether it's
stage2, 3 or part of gnattools that is failing from your report.
Please also give your complete configure line, and the li
--- Additional Comments From laurent at guerby dot net 2005-01-10 14:07
---
BOOT_CFLAGS='-mtune=athlon-mp -O3 -pipe'
Okay, that's the issue, I believe the default one is "-O2", I suggested
retrying without BOOT_CLFAGS, you should be able to build.
We
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: s390-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi
: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: s390-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19382
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19384
ppc-linux/darwin
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot
--- Additional Comments From laurent at guerby dot net 2005-01-11 21:50
---
This also fail on ppc-linux with ZCX.
--
What|Removed |Added
GCC host triplet|s390-linux
--- Additional Comments From laurent at guerby dot net 2005-01-11 21:51
---
Also fails on ppc-linux with ZCX.
--
What|Removed |Added
GCC host triplet|s390-linux
: wrong-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19386
--- Additional Comments From laurent at guerby dot net 2005-01-13 20:26
---
Probably a real bug, ping'ed Robert Dewar as COBOL expert :)
http://gcc.gnu.org/ml/gcc/2005-01/msg00778.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19414
--- Additional Comments From laurent at guerby dot net 2005-01-14 12:10
---
Note that this test has been deactivated vi testsuite/ada/acats/norun.lst
so it doesn't show up in testresults anymore.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18817
--- Additional Comments From laurent at guerby dot net 2005-01-14 12:14
---
Does it still hang? Eric just commited a fix for PR18820 that is likely to have
fixed this problem.
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-01-16 12:56
---
Note that s390 run under debian using glibc 2.3.2 has these FAIL, but
not a run made using glibc 2.3.3, see
http://gcc.gnu.org/ml/gcc-testresults/2005-01/msg00691.html
This might be related to memcpy PR19419
--- Additional Comments From laurent at guerby dot net 2005-01-16 12:58
---
Note that this test does not fail on Ulrich s390/x runs:
http://gcc.gnu.org/ml/gcc-testresults/2005-01/msg00691.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19380
--- Additional Comments From laurent at guerby dot net 2005-01-16 12:58
---
Note that this tests also fail on debian s390 run, but not on Ulrich s390/x
runs:
http://gcc.gnu.org/ml/gcc-testresults/2005-01/msg00691.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19384
--- Additional Comments From laurent at guerby dot net 2005-01-16 14:04
---
Note from Ulrich Weigand:
> +FAIL: c3a0004 PR19380 (also fails on ppc-darwin)
> +FAIL: c940005 PR19384 (also fails on ppc-darwin)
> +FAIL: c954020 PR19383 (also fails on ppc-linux)
> +FAIL:
--- Additional Comments From laurent at guerby dot net 2005-01-17 21:40
---
Looks like a correct analysis and fix to me. Richard, Arnaud? This is likely to
fix the 3.4 Ada cannot compile itself problem.
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-01-25 20:59
---
confirmed with "4.0.0 20050115 (experimental)" (since current doesn't work) on
x86_64-linux.
--
What|Removed
--- Additional Comments From laurent at guerby dot net 2005-01-29 22:39
---
Since it is clearly a regression (vs 3.2 cross RTEMS/Ada capabilities), would
you mind proposing a patch to current 4.0 libada? I've included Arnaud in CC.
--
What|Re
--- Additional Comments From laurent at guerby dot net 2005-02-02 07:45
---
Here's what I got as gcc/libada-mk:
[...]
# GCC's Makefile fragment for libada.
# libada needs some information from the GCC configure file at the moment,
# and this exists to transfer that informa
--- Additional Comments From laurent at guerby dot net 2005-02-02 12:08
---
Do I need to regenerate configure stuff after your patch (I don't know
how to do it):
...
make -C tools -f ../Makefile "[EMAIL PROTECTED]@" "CFLAGS=-O2 -g -O2
-W -Wall -Wwrite-strings
--- Additional Comments From laurent at guerby dot net 2005-02-06 09:50
---
Fixed by last commit
--- Additional Comments From laurent at guerby dot net 2005-02-06 09:57
---
Fixed by last commit
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-02-06 10:02
---
(In reply to comment #19)
Nathanel I confirm your small patch (+autoconf) restores Ada cross x86 to
powerpc-rtems build, and I've even been able to powerpc-rtems-gnatmake Ada
examples and run them on gdb
--- Additional Comments From laurent at guerby dot net 2005-02-07 22:52
---
Nathanael patch is not in CVS, as mentionned on RTEMSAda wiki
http://www.rtems.com/phpwiki/index.php/RTEMSAda
A few things you may have missed:
1. configure for target "powerpc-rtems" and no variati
--- Additional Comments From laurent at guerby dot net 2005-02-10 22:59
---
Isn't PR 19853 showing that this is not an Ada front-end bug?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18706
categorize_ctor_elements_1
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http
--- Additional Comments From laurent at guerby dot net 2005-02-11 11:44
---
Now fixed on x86 and x86_64 (recent commit).
--
What|Removed |Added
Status
ty: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19902
: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19903
eportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19956
--- Additional Comments From laurent at guerby dot net 2005-02-14 20:43
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19956
has a 10 line testcase for the same ICE
*** This bug has been marked as a duplicate of 19956 ***
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2005-02-14 20:43
---
*** Bug 19851 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From laurent at guerby dot net 2004-10-15 05:52 ---
FYI, diff -u my_x86_64_run your_sparc_run gives:
+FAIL: c391002
+FAIL: c940006
+FAIL: c951001
+FAIL: c954023
-FAIL: c54a13b
-FAIL: c61008a
-FAIL: c64104c
-FAIL: cc51003
-FAIL: cc70a01
(x86_64 with
--- Additional Comments From laurent at guerby dot net 2004-10-01 22:17 ---
Testing on x86 & x86_64
Index: Makefile.in
===
RCS file: /cvs/gcc/gcc/gcc/ada/Makefile.in,v
retrieving revision 1.95
diff -u -r1.95 Makefil
--- Additional Comments From laurent at guerby dot net 2004-11-24 20:54
---
Works for me when I change a bity the code as follows:
declare
Message : String (1..5);
begin
String'Read (Channel, Me
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org,laurent at guerby dot
net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18657
: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org,laurent at guerby dot
: 4.0.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org,laurent at guerby dot
net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18661
gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org,laurent at guerby dot
net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18662
: 4.0.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org
-on-valid-code
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org,laurent at guerby dot
net
http
--- Additional Comments From laurent at guerby dot net 2004-11-24 22:15
---
This appeared betwen 20041115 23:24:06 CET (last PASS I have on this test) and
20041121 21:37:00 CET.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18661
--- Additional Comments From laurent at guerby dot net 2004-11-24 22:21
---
These 6 ACATS FAIL appeared between 20041027 13:16:33 CET and 20041107 12:23:42
CET (together with 21 additional ACATS FAIL...).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18659
--- Additional Comments From laurent at guerby dot net 2004-11-25 21:09
---
I thought about it after having posted my comment. GNAT does not do stack
checking by default see "Stack Overflow Checking" in gcc/ada/gnat_ug.texi. Even
that is not guaranteed to work on the main th
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net
CC: gcc-bugs at gcc dot gnu dot org,laurent at guerby dot
--- Additional Comments From laurent at guerby dot net 2004-11-28 10:29
---
This now passes on x86 and x86_64, it has been fixed between "Sat Nov 27
09:45:08 UTC 2004" and "Sat Nov 27 23:11:48 UTC 2004".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18661
--- Additional Comments From laurent at guerby dot net 2004-11-28 18:12
---
(In reply to comment #10)
> I should mention I also see this in a testcase in Ada acats testsuite on
ppc-darwin.
For the record this is ACATS c761010 and it's ppc only (works on x86 and
x86_64), from
601 - 700 of 743 matches
Mail list logo