gcc-4.4-20110628 is now available

2011-06-28 Thread gccadmin
Snapshot gcc-4.4-20110628 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.4-20110628/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.4 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

[google] Merged gcc-4_6-branch -> google/gcc-4_6

2011-06-28 Thread Diego Novillo
This merge brings google/gcc-4_6 up to date with the recently released 4.6.1 (rev 175583). Since there was some interest in a few fixes in the upstream branch, these are the revisions that made it through in this merge. Ollie, Martin's fix to PR 49516 will be committed in the next few days. If n

Re: RFC: DWARF debug tags for gfortran's OOP implementation

2011-06-28 Thread Michael Eager
On 06/28/2011 11:36 AM, Tom Tromey wrote: "Tobias" == Tobias Burnus writes: Tobias> The DWARF spec does not really tell the implications of the Tobias> accessibility tags, which makes it a tad more difficult to Tobias> understand what should be done. That is ok -- the DWARF consumer will s

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Paolo Bonzini
On 06/28/2011 03:52 PM, Vladimir Makarov wrote: They are complicated, solving NP-problems in heuristic ways. I totally trust that people like Eric or Richard would _not_ approve changes to those heuristics without contacting you or others. On the other hand, I would totally trust them to app

GSoC libgomp task project: What should I do next?

2011-06-28 Thread Sho Nakatani
Hello, I'm improving OpenMP Task implementation in libgomp as a Google Summer of Code project. Since the mid-term evaluation is approaching, I would like to tell you what I did so far. 1. I read papers on task parallelism systems such as Cilk, Intel TBB, and OpenMP Task. 2. I read source codes o

Re: RFC: DWARF debug tags for gfortran's OOP implementation

2011-06-28 Thread Tom Tromey
> "Tobias" == Tobias Burnus writes: Tobias> The DWARF spec does not really tell the implications of the Tobias> accessibility tags, which makes it a tad more difficult to Tobias> understand what should be done. That is ok -- the DWARF consumer will see that the CU is Fortran, and will know t

Re: RFC: DWARF debug tags for gfortran's OOP implementation

2011-06-28 Thread Tobias Burnus
On 06/28/2011 04:21 PM, Michael Eager wrote: DWARF has attributes for accessibility (e.g., public, private). If the attributes are similar to those for C++, you should generate them in a similar fashion. Well, Fortran has public and private - but I am not sure in how far it matches C++'s publi

Re: RFC: DWARF debug tags for gfortran's OOP implementation

2011-06-28 Thread Janus Weil
>> I think one should handle member functions (cf. example below). I am not >> sure whether other things >> like type extension or accessibility should be handled. > > DWARF has attributes for accessibility (e.g., public, private).  If the > attributes are similar to those for C++, you should gener

Re: RFC: DWARF debug tags for gfortran's OOP implementation

2011-06-28 Thread Michael Eager
On 06/27/2011 10:39 AM, Tobias Burnus wrote: Dear all, during the GCC Gathering I realized during the LTO debugging symbol discussion that gfortran does not generate debug information for the OOP features (cf. PR 49475). The first issue to solve is which DWARF information one should generate.

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Vladimir Makarov
On 06/28/2011 09:15 AM, Diego Novillo wrote: On 11-06-28 09:02 , Vladimir Makarov wrote: Bernd and Richard, I'd like thank you for generous support of me. But the email was mostly not about my frustration. I raised several questions relative to the decision: * ambiguity of the decision. What d

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Vladimir Makarov
On 06/28/2011 09:27 AM, Gerald Pfeifer wrote: On Tue, 28 Jun 2011, Vladimir Makarov wrote: If RTL optimizers (in the email subject *RTL* maintainer) do not include areas mentioned by me above, I have no objects. In Richard case, I even could live with the bigger interpretation of term 'RTL opti

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Gerald Pfeifer
On Tue, 28 Jun 2011, Vladimir Makarov wrote: > If RTL optimizers (in the email subject *RTL* maintainer) do not include > areas mentioned by me above, I have no objects. > > In Richard case, I even could live with the bigger interpretation of > term 'RTL optimizers'. Apologies for the imprecise c

[google] Merged google/main -> google/gcc-4_6

2011-06-28 Thread Diego Novillo
This brings google/gcc-4_6 up to rev. 175526. Validated on x86_64. Diego.

Re: RFC: DWARF debug tags for gfortran's OOP implementation

2011-06-28 Thread Tobias Burnus
Hi Janus, On 06/28/2011 02:12 PM, Janus Weil wrote: Btw, how was the London meeting? Anything interesting to report (Fortran-wise)? General topics, cf. http://gcc.gnu.org/wiki/GCCGathering2011 Fortran wise: - I met Paul and Thomas, we had some discussions - but the notes still have to be comp

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Diego Novillo
On 11-06-28 09:02 , Vladimir Makarov wrote: Bernd and Richard, I'd like thank you for generous support of me. But the email was mostly not about my frustration. I raised several questions relative to the decision: * ambiguity of the decision. What does RTL optimizers/RTL maintainer mean? Anyt

GCC 4.3.6 Released

2011-06-28 Thread Richard Guenther
The GNU Compiler Collection version 4.3.6 has been released. GCC 4.3.6 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.3.5. This release marks the end of the maintainance of the GCC 4.3 series. The release is available from the FTP servers listed at: http://www

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Vladimir Makarov
On 06/28/2011 08:51 AM, Richard Guenther wrote: On Tue, Jun 28, 2011 at 2:47 PM, Bernd Schmidt wrote: I think it's great that Richard was appointed. I also understand Vlad's frustration and can't imagine why he isn't RA maintainer. On 06/28/11 14:39, Richard Guenther wrote: We discussed the m

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Diego Novillo
On 11-06-28 08:51 , Richard Guenther wrote: I think we started suggesting more maintainers / reviewers to the SC and the appointments will slowly tickle in. If that works to our satisfaction we do nothing (apart from proposing more people - the idea was to broaden the area people can review pat

GCC 4.6.1 Released

2011-06-28 Thread Jakub Jelinek
The GNU Compiler Collection version 4.6.1 has been released. GCC 4.6.1 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.6.0, with over 150 bugs fixed since previous release. This release is available from the FTP servers listed at: http://www.gnu.org/order/ftp.ht

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Richard Guenther
On Tue, Jun 28, 2011 at 2:47 PM, Bernd Schmidt wrote: > I think it's great that Richard was appointed. I also understand Vlad's > frustration and can't imagine why he isn't RA maintainer. > > On 06/28/11 14:39, Richard Guenther wrote: >> We discussed the maintainer appointing process at the London

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Bernd Schmidt
I think it's great that Richard was appointed. I also understand Vlad's frustration and can't imagine why he isn't RA maintainer. On 06/28/11 14:39, Richard Guenther wrote: > We discussed the maintainer appointing process at the London GCC > Gathering event, a summary can be looked up at the pdf a

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Richard Guenther
On Tue, Jun 28, 2011 at 2:32 PM, Vladimir Makarov wrote: > On 06/27/2011 06:39 PM, Gerald Pfeifer wrote: >> >> It's my pleasure to announce that, also based on the recommendation of >> Eric Botcazou as the current maintainer in that area¹, the steering >> committee is appointing Richard Sandiford

Re: Richard Sandiford appointed RTL maintainer

2011-06-28 Thread Vladimir Makarov
On 06/27/2011 06:39 PM, Gerald Pfeifer wrote: It's my pleasure to announce that, also based on the recommendation of Eric Botcazou as the current maintainer in that area¹, the steering committee is appointing Richard Sandiford as an additional RTL optimizers maintainer. Please adjust the MAINTAI

Re: RFC: DWARF debug tags for gfortran's OOP implementation

2011-06-28 Thread Janus Weil
Hi Tobias, > during the GCC Gathering I realized during the LTO debugging symbol > discussion that gfortran does not generate debug information for the OOP > features (cf. PR 49475). Btw, how was the London meeting? Anything interesting to report (Fortran-wise)? > The first issue to solve is wh

GCC online documentation

2011-06-28 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "GCC 4.6.1 Standard C++ Library Manual" and "GCC 4.6.1 Standard C++ Library Reference Manual" missing. http://gcc.gnu.org/onlinedocs/gcc-4.6.1/libstdc++/manual/spine.html Not Found The requested URL /onlinedocs/gcc-4.6.1/libstdc++/manual/spine.html