public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Ada mainline
@ 2004-09-09 19:22 Richard Kenner
  2004-09-09 21:00 ` Daniel Berlin
  0 siblings, 1 reply; 47+ messages in thread
From: Richard Kenner @ 2004-09-09 19:22 UTC (permalink / raw)
  To: rth; +Cc: gcc

    No it isn't.  You were doing mega dumps before tree-ssa merged,
    back when Ada supposedly worked.

Yes, to get caught up.  And then he did them daily.

^ permalink raw reply	[flat|nested] 47+ messages in thread
* Re: Ada mainline
@ 2004-09-10 12:34 Richard Kenner
  2004-09-10 14:50 ` Gabriel Dos Reis
  0 siblings, 1 reply; 47+ messages in thread
From: Richard Kenner @ 2004-09-10 12:34 UTC (permalink / raw)
  To: jsm; +Cc: gcc

    If a non-confidential synthetic testcase suitable for the lists and
    the public testsuite cannot be constructed, you need to go to that
    much more effort to be sure the explanation is absolutely clear.

I do think that people at ACT understand this.  The question is basically
where is the time to do that "extra effort" going to come from.  As Robert
said earlier today, that's something that will take a lot of discussion
with the people involved.

^ permalink raw reply	[flat|nested] 47+ messages in thread
* Re: Ada mainline
@ 2004-09-10  1:59 Richard Kenner
  2004-09-10  8:45 ` Robert Dewar
                   ` (2 more replies)
  0 siblings, 3 replies; 47+ messages in thread
From: Richard Kenner @ 2004-09-10  1:59 UTC (permalink / raw)
  To: ghazi; +Cc: gcc

    Reasons include:

    1.  You often get helpful suggestions.
    2.  You help create/educate the next generation of developers.
    3.  There is a public audit trail and discussion for posterity.

But what I fail to understand is why there is such a significant
difference between Arno checking in patches in a daily batch and
individuals each doing the work in terms of the above.

The patches are visible in both cases, so there's no difference with
respect to #1 and #2.  As to #3, see my response to RTH: either such
discussions don't exist or they can't be made public in real-time due
to the proprietary nature of the bug report.

^ permalink raw reply	[flat|nested] 47+ messages in thread
* Re: Ada mainline
@ 2004-09-09 22:37 D. Starner
  2004-09-09 22:53 ` Robert Dewar
  2004-09-10 15:02 ` Paul Koning
  0 siblings, 2 replies; 47+ messages in thread
From: D. Starner @ 2004-09-09 22:37 UTC (permalink / raw)
  To: gcc

> In fact if you want to look at any of the front end patches,
> and if you *do* know the Ada standard (and relevant AI's)
> well, you should find them quite easy to understand, since
> they are very well documented. However, the group of people
> that meet this criterion is small (and most of them work
> for AdaCore, and most of the rest work for AdaCore's
> competitors :-)

I get the impression that ACT feels that no one else wants to  
work on GNAT, that no one is capable of working on GNAT without
all of ACT's proprietary test suites and everything, and that
the concerns and problems of users who don't have a contract
with ACT are without interest. I'm certainly not motivated to
start working on GNAT, given that ACT is likely to be reviewing
my patches.
-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

^ permalink raw reply	[flat|nested] 47+ messages in thread
* Re:  Ada mainline
@ 2004-09-09 12:06 Richard Kenner
  2004-09-09 12:54 ` Arnaud Charlet
  0 siblings, 1 reply; 47+ messages in thread
From: Richard Kenner @ 2004-09-09 12:06 UTC (permalink / raw)
  To: laurent; +Cc: gcc

+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040908 (experimental) (i686-pc-linux-gnu) GCC error:             |
| in peel_address, at tree-ssa-loop-ivopts.c:2560                          |
| Error detected at a-exexda.adb:312:8                                     |

The fix for this one is obvious, but it's waiting on the larger issue of
whether or not peel_address should use get_inner_reference.

../../xgcc -B../../ -c -g -O2 -fPIC      -W -Wall -gnatpg  a-nllcef.ads -o a-nllcef.o
+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040908 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| in optimize_mode_switching, at lcm.c:1225                                |
| Error detected at a-ngcefu.adb:710:1 [a-nllcef.ads:19:1]                 |

I've been mentioning this since Saturday.  There's some PR that it is
likely related to, but I forgot the number.

There are also a few others I'm seeing, but they may be related to kludges
I've put into my tree to get around these so I'm waiting for these to
get fixed before spending too much time on the others.

^ permalink raw reply	[flat|nested] 47+ messages in thread
* Ada mainline
@ 2004-09-09 11:37 Laurent GUERBY
  2004-09-09 11:51 ` Giovanni Bajo
  0 siblings, 1 reply; 47+ messages in thread
From: Laurent GUERBY @ 2004-09-09 11:37 UTC (permalink / raw)
  To: gcc

I've seen various patches and emails exchanged, but it looks like
mainline does not currenctly bootstrap with Ada, is anyone
working on those problems? I can submit gdb traces / variables / test patches
if needed (after 18:00 GMT when I'm back from work).

Laurent

LAST_UPDATED
Thu Sep  9 00:23:49 CEST 2004
Wed Sep  8 22:23:49 UTC 2004

stage1/xgcc -Bstage1/ -B/home/guerby/work/gcc/install/install-20040909T003617/i686-pc-linux-gnu/bin/ -c -g -O2      -gnatpg -gnata -g -O1 -fno-inline \
 -I- -I. -Iada -I/home/guerby/work/gcc/version-head/gcc/ada /home/guerby/work/gcc/version-head/gcc/ada/a-except.adb -o ada/a-except.o
+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040908 (experimental) (i686-pc-linux-gnu) GCC error:             |
| in peel_address, at tree-ssa-loop-ivopts.c:2560                          |
| Error detected at a-exexda.adb:312:8                                     |

../../xgcc -B../../ -c -g -O2 -fPIC      -W -Wall -gnatpg  a-nllcef.ads -o a-nllcef.o
+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040908 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| in optimize_mode_switching, at lcm.c:1225                                |
| Error detected at a-ngcefu.adb:710:1 [a-nllcef.ads:19:1]                 |


^ permalink raw reply	[flat|nested] 47+ messages in thread

end of thread, other threads:[~2004-09-10 17:04 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-09 19:22 Ada mainline Richard Kenner
2004-09-09 21:00 ` Daniel Berlin
2004-09-09 21:18   ` Robert Dewar
2004-09-09 21:22     ` Diego Novillo
2004-09-09 21:39       ` Joseph S. Myers
2004-09-09 21:52       ` Robert Dewar
2004-09-09 22:15         ` Richard Henderson
2004-09-09 22:38         ` Diego Novillo
2004-09-09 23:00           ` Robert Dewar
2004-09-09 22:41         ` Gabriel Dos Reis
2004-09-09 23:06           ` Robert Dewar
     [not found]         ` <4140D9D6.504@bellsouth.net>
2004-09-09 22:57           ` Robert Dewar
2004-09-09 23:11             ` Robert Dewar
2004-09-09 23:14             ` Richard Henderson
2004-09-09 23:19               ` Robert Dewar
2004-09-10 11:27                 ` Laurent GUERBY
2004-09-09 21:54       ` Robert Dewar
2004-09-09 23:31         ` Kaveh R. Ghazi
2004-09-10 15:55           ` Manfred Hollstein
2004-09-09 21:29     ` Daniel Berlin
2004-09-09 21:57       ` Robert Dewar
2004-09-09 22:32         ` Diego Novillo
  -- strict thread matches above, loose matches on Subject: below --
2004-09-10 12:34 Richard Kenner
2004-09-10 14:50 ` Gabriel Dos Reis
2004-09-10  1:59 Richard Kenner
2004-09-10  8:45 ` Robert Dewar
2004-09-10  9:50 ` Joseph S. Myers
2004-09-10 15:40 ` James A. Morrison
2004-09-09 22:37 D. Starner
2004-09-09 22:53 ` Robert Dewar
2004-09-10  0:38   ` Florian Weimer
2004-09-10 15:02 ` Paul Koning
2004-09-10 17:40   ` Matt Austern
2004-09-09 12:06 Richard Kenner
2004-09-09 12:54 ` Arnaud Charlet
2004-09-09 13:13   ` Jan Hubicka
2004-09-09 13:36     ` Arnaud Charlet
2004-09-09 13:43       ` Jan Hubicka
2004-09-09 13:47       ` Paolo Bonzini
2004-09-09 13:48         ` Paolo Bonzini
2004-09-09 13:50         ` Arnaud Charlet
2004-09-09 14:05           ` Arnaud Charlet
2004-09-09 14:03       ` Diego Novillo
2004-09-09 14:51         ` Arnaud Charlet
2004-09-09 18:50           ` Richard Henderson
2004-09-09 11:37 Laurent GUERBY
2004-09-09 11:51 ` Giovanni Bajo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).