RE: Information regarding -fPIC support for Interix gcc

2007-03-23 Thread Mayank Kumar
Ok, since I didn't get any pointers in this area. I have a more generic question now to everybody:- I am new to gcc development as well as its architecture. I am looking forward to fix the -fPIC issue for Interix. As of now I found that a shared library compiled with fPIC crashes due to some wr

Re: We're out of tree codes; now what?

2007-03-23 Thread Benjamin Kosnik
> I don't have these around, and I mistakenly updated my tree, so the > numbers below are, unfortunately, incomparable to the numbers above. > The disturbing fact is that mainline seems to be significantly slower > now than it was in my previous tests (from just a few days ago), and > the slowdown

Re: GCC 4.2.0 Status Report (2007-03-22)

2007-03-23 Thread Richard Guenther
On 3/23/07, Mark Mitchell <[EMAIL PROTECTED]> wrote: Mark Mitchell wrote: > There are still a number of GCC 4.2.0 P1s, including the following which > are new in GCC 4.2.0 (i.e., did not occur in GCC 4.1.x), together with > -- as near as I can tell, based on Bugzilla -- the responsibility parties

Re: We're out of tree codes; now what?

2007-03-23 Thread Richard Guenther
On 3/23/07, Benjamin Kosnik <[EMAIL PROTECTED]> wrote: > I don't have these around, and I mistakenly updated my tree, so the > numbers below are, unfortunately, incomparable to the numbers above. > The disturbing fact is that mainline seems to be significantly slower > now than it was in my prev

Can't bootstrap gcc (revision 123155) trunk on cygwin: configure: error: C compiler cannot create executables [configure-stage2-intl] Error 77

2007-03-23 Thread Christian Joensson
This was on Windows XP/SP2 cygwin on pentium4 single i686: binutils 20060817-1 bison2.3-1 cygwin 1.5.24-2 dejagnu 20021217-2 expect 20030128-1 gcc 3.4.4-3 gcc-ada 3.4.4-3 gcc-g++ 3.4.4

Re: We're out of tree codes; now what?

2007-03-23 Thread Kaveh R. GHAZI
On Thu, 22 Mar 2007, Mike Stump wrote: > I did some quick C measurements compiling expr.o from the top of the > tree, with an -O0 built compiler with checking: > [...] > I'll accept a 0.15% compiler. Hi Mike, When I brought up the 16-bit option earlier, Jakub replied that x86 would get hosed wo

Re: We're out of tree codes; now what?

2007-03-23 Thread Doug Gregor
On 3/23/07, Kaveh R. GHAZI <[EMAIL PROTECTED]> wrote: When I brought up the 16-bit option earlier, Jakub replied that x86 would get hosed worse because it's 16-bit accesses are not as efficient as it's 8 or 32 bit ones. http://gcc.gnu.org/ml/gcc/2007-03/msg00763.html I assume you tested on Darw

RE: Can't bootstrap gcc (revision 123155) trunk on cygwin: configure: error: C compiler cannot create executables [configure-stage2-intl] Error 77

2007-03-23 Thread Dave Korn
On 23 March 2007 12:00, Christian Joensson wrote: > For some reason, yet unknow to me, I don't seem to be able to > bootstrap gcc trunk on cygwin due to some issue with configuring in > intl: It's generic. > checking for C compiler default output file name... configure: error: > C compiler

Re: We're out of tree codes; now what?

2007-03-23 Thread H. J. Lu
On Fri, Mar 23, 2007 at 09:29:05AM -0400, Doug Gregor wrote: > On 3/23/07, Kaveh R. GHAZI <[EMAIL PROTECTED]> wrote: > >When I brought up the 16-bit option earlier, Jakub replied that x86 would > >get hosed worse because it's 16-bit accesses are not as efficient as it's > >8 or 32 bit ones. > > > >

Re: We're out of tree codes; now what?

2007-03-23 Thread Marc Espie
In article <[EMAIL PROTECTED]> you write: >On 19 Mar 2007 19:12:35 -0500, Gabriel Dos Reis <[EMAIL PROTECTED]> wrote: >> similar justifications for yet another small% of slowdown have been >> given routinely for over 5 years now. small% build up; and when they >> build up, they don't not to be con

Re: Information regarding -fPIC support for Interix gcc

2007-03-23 Thread Ian Lance Taylor
Mayank Kumar <[EMAIL PROTECTED]> writes: > Ok, since I didn't get any pointers in this area. > I have a more generic question now to everybody:- > > I am new to gcc development as well as its architecture. I am looking > forward to fix the -fPIC issue for Interix. As of now I found that a share

The Linux binutils 2.17.50.0.14 is released

2007-03-23 Thread H. J. Lu
This is the beta release of binutils 2.17.50.0.14 for Linux, which is based on binutils 2007 0322 in CVS on sourceware.org plus various changes. It is purely for Linux. All relevant patches in patches have been applied to the source tree. You can take a look at patches/README to see what have been

A question on ACX_BUGURL

2007-03-23 Thread H. J. Lu
ACX_BUGURL has [case "$withval" in yes) AC_MSG_ERROR([bug URL not specified]) ;; no) REPORT_BUGS_TO=""; REPORT_BUGS_TEXI="" ;; *) REPORT_BUGS_TO="<$withval>" REPORT_BUGS_TEXI="@uref{`echo $withval | sed 's/@/@@/g'`}" ;; esac]

Re: We're out of tree codes; now what?

2007-03-23 Thread Manuel López-Ibáñez
On 23/03/07, Marc Espie <[EMAIL PROTECTED]> wrote: GCC being vastly a volunteer project, Actually, if you monitored gcc-patches and the subversion commits for a while, you will realise that that statement is factually wrong. Most of the code comes from individuals that are paid to work in GCC

Re: A question on ACX_BUGURL

2007-03-23 Thread Paolo Bonzini
> It assumes there is no @ in $1. Shouldn't be > > REPORT_BUGS_TEXI="@uref{`echo $1 | sed 's/@/@@/g'`}" Seems fair, but please check all the users, they might be escaping the value already. Paolo

Re: We're out of tree codes; now what?

2007-03-23 Thread Andrew Haley
Manuel López-Ibáñez writes: > On 23/03/07, Marc Espie <[EMAIL PROTECTED]> wrote: > > > > GCC being vastly a volunteer project, > > Actually, if you monitored gcc-patches and the subversion commits for > a while, you will realise that that statement is factually wrong. Most > of the code com

Re: A question on ACX_BUGURL

2007-03-23 Thread Joseph S. Myers
On Fri, 23 Mar 2007, H. J. Lu wrote: > It assumes there is no @ in $1. Shouldn't be > > REPORT_BUGS_TEXI="@uref{`echo $1 | sed 's/@/@@/g'`}" Feel free to refine it. It's just there are about three possible users of these macros in the GCC and src trees and I expected them all to wish to

Re: We're out of tree codes; now what?

2007-03-23 Thread Marc Espie
In article <[EMAIL PROTECTED]> you write: >On Mar 20, 2007, at 11:23 PM, Alexandre Oliva wrote: >> As for configure scripts... autoconf -j is long overdue ;-) >Is that the option to compile autoconf stuff into fast running >efficient code? :-) >But seriously, I think we need to press autoconf

Tobias Burnus and Brooks Moses appointed Fortran maintainers

2007-03-23 Thread David Edelsohn
I am pleased to announce that the GCC Steering Committee has appointed Tobias Burnus and Brooks Moses as Fortran maintainers. Please join me in congratulating Tobias and Brooks on their new role. Tobias and Brooks, please update your listings in the MAINTAINERS file. Happy hacking

Ayal Zaks appointed Modulo Scheduler maintainer

2007-03-23 Thread David Edelsohn
I am pleased to announce that the GCC Steering Committee has appointed Ayal Zaks as Modulo Scheduler maintainer. Please join me in congratulating Ayal on his new role. Ayal, please update your listings in the MAINTAINERS file. Happy hacking! David

Re: A question on ACX_BUGURL

2007-03-23 Thread H. J. Lu
On Fri, Mar 23, 2007 at 04:57:03PM +, Joseph S. Myers wrote: > On Fri, 23 Mar 2007, H. J. Lu wrote: > > > It assumes there is no @ in $1. Shouldn't be > > > > REPORT_BUGS_TEXI="@uref{`echo $1 | sed 's/@/@@/g'`}" > > Feel free to refine it. It's just there are about three possible users

Re: We're out of tree codes; now what?

2007-03-23 Thread Richard Kenner
> In which case, the companies concerned, rather than the individuals, > are volunteers: they have no contractual obligation to the FSF. Marc > Espie's argument stands. I don't see that. They are "volunteers" in terms of what they choose to contribute to the FSF, but not at all such in terms of

Re: We're out of tree codes; now what?

2007-03-23 Thread Manuel López-Ibáñez
On 23/03/07, Richard Kenner <[EMAIL PROTECTED]> wrote: > In which case, the companies concerned, rather than the individuals, > are volunteers: they have no contractual obligation to the FSF. Marc > Espie's argument stands. I don't see that. They are "volunteers" in terms of what they choose t

RE: We're out of tree codes; now what?

2007-03-23 Thread Dave Korn
On 23 March 2007 17:01, Marc Espie wrote: > In article <[EMAIL PROTECTED]> you write: >> On Mar 20, 2007, at 11:23 PM, Alexandre Oliva wrote: >>> As for configure scripts... autoconf -j is long overdue ;-) > >> Is that the option to compile autoconf stuff into fast running >> efficient code? :-

Re: A question on ACX_BUGURL

2007-03-23 Thread Andreas Schwab
"H. J. Lu" <[EMAIL PROTECTED]> writes: > REPORT_BUGS_TO="<$1>" > - REPORT_BUGS_TEXI="@uref{$1}" > + REPORT_BUGS_TEXI="@uref{`echo $1 | sed 's/@/@@/g'`}" You need to quote $1. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409

Re: A question on ACX_BUGURL

2007-03-23 Thread H. J. Lu
On Fri, Mar 23, 2007 at 06:55:38PM +0100, Andreas Schwab wrote: > "H. J. Lu" <[EMAIL PROTECTED]> writes: > > > REPORT_BUGS_TO="<$1>" > > - REPORT_BUGS_TEXI="@uref{$1}" > > + REPORT_BUGS_TEXI="@uref{`echo $1 | sed 's/@/@@/g'`}" > > You need to quote $1. I treated it the same as REP

Re: We're out of tree codes; now what?

2007-03-23 Thread Gabriel Dos Reis
"Manuel López-Ibáñez" <[EMAIL PROTECTED]> writes: | On 23/03/07, Richard Kenner <[EMAIL PROTECTED]> wrote: | > > In which case, the companies concerned, rather than the individuals, | > > are volunteers: they have no contractual obligation to the FSF. Marc | > > Espie's argument stands. | > | > I

RE: A question on ACX_BUGURL

2007-03-23 Thread Dave Korn
On 23 March 2007 18:11, H. J. Lu wrote: > On Fri, Mar 23, 2007 at 06:55:38PM +0100, Andreas Schwab wrote: >> "H. J. Lu" <[EMAIL PROTECTED]> writes: >> >>> REPORT_BUGS_TO="<$1>" >>> - REPORT_BUGS_TEXI="@uref{$1}" >>> + REPORT_BUGS_TEXI="@uref{`echo $1 | sed 's/@/@@/g'`}" >> >> You n

Re: We're out of tree codes; now what?

2007-03-23 Thread Mike Stump
On Mar 23, 2007, at 6:08 AM, Kaveh R. GHAZI wrote: When I brought up the 16-bit option earlier, Jakub replied that x86 would get hosed worse because it's 16-bit accesses I'm happy to have experts make predictions. I'm happy to look at real numbers to double check things. If an expert can

Re: A question on ACX_BUGURL

2007-03-23 Thread H. J. Lu
On Fri, Mar 23, 2007 at 06:20:10PM -, Dave Korn wrote: > On 23 March 2007 18:11, H. J. Lu wrote: > > > On Fri, Mar 23, 2007 at 06:55:38PM +0100, Andreas Schwab wrote: > >> "H. J. Lu" <[EMAIL PROTECTED]> writes: > >> > >>> REPORT_BUGS_TO="<$1>" > >>> - REPORT_BUGS_TEXI="@uref{$1}" >

SoC Project: Propagating array data dependencies from Tree-SSA to RTL

2007-03-23 Thread Alexander Monakov
Hello, I would like to submit the following project for Google Summer of Code: Propagating array data dependence information from Tree-SSA to RTL Synopsis: The RTL array data dependence analyzer was written specifically for swing modulo scheduling (SMS) implementation in GCC. It is overly c

Application for Google Summer of Code with GCC.

2007-03-23 Thread Dmitry Zhurikhin
Hello, I want to propose a project for Google Summer of Code on title "New static scheduling heuristic". I hope that Vlad Makarov from Redhat or Andrey Belevantsev from ISP RAS will menthor this application. I will appreciate any feedback and will try to answer any questions regarding my applicatio

Re: Information regarding -fPIC support for Interix gcc

2007-03-23 Thread Murali Vemulapati
Please look at the patch: http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00855.html It was intended for cygwin/mingw but should work for interix too if TARGET_CYGMING is defined. The patch needs some changes in GNU linker in order for it to work correctly. (See the thread in gcc-patches for detail

gcc-4.2.0 RC1 build report

2007-03-23 Thread Kate Minola
I was able to successfully build gcc-4.2.0-20070316 on the following architectures: For thse architectures I used --enable-languages=c alphaev56-unknown-linux-gnu alphaev68-dec-osf5.1b powerpc-ibm-aix5.2.0.0 sparc-sun-solaris2.8 For these architectures I used --enable

Summer of Code student applications

2007-03-23 Thread Ian Lance Taylor
I encourage people to post Summer of Code student applications to this mailing list for comments. But I also want to say clearly that applications must also be submitted at http://code.google.com/soc/. And after submitting your application there, you should check periodically to see if there are

Hosed my maintainer's bugzilla account

2007-03-23 Thread Thomas Koenig
Hello world it seems I hosed my developer's bugzilla account by changing my E-Mail address there from [EMAIL PROTECTED] to [EMAIL PROTECTED]: - I can no longer change the e-mail address back - I no longer have maintainer's rights on bugzilla. Could somebody change it back, please? Thanks a lot

Re: We're out of tree codes; now what?

2007-03-23 Thread Phil Edwards
On Wed, Mar 21, 2007 at 10:51:06AM -0700, Mike Stump wrote: > But seriously, I think we need to press autoconf into generating 100x > faster code 90% of the time. Maybe prebundling answers for the > common targets... Ek, imake! :-) Every time I've played with precomputing cache answers

Re: gcc 4.2 more strict check for "function called through a non-compatible type"

2007-03-23 Thread Ryan Hill
Mark Mitchell wrote: > Ian Lance Taylor wrote: > >> I realized that I am still not stating my position very clearly. I >> don't think we should make any extra effort to make this code work: >> after all, the code is undefined. I just think 1) we should not >> insert a trap; 2) we should not ICE.

gcc-4.3-20070323 is now available

2007-03-23 Thread gccadmin
Snapshot gcc-4.3-20070323 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20070323/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.3 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: We're out of tree codes; now what?

2007-03-23 Thread Ian Lance Taylor
Phil Edwards <[EMAIL PROTECTED]> writes: > On Wed, Mar 21, 2007 at 10:51:06AM -0700, Mike Stump wrote: > > But seriously, I think we need to press autoconf into generating 100x > > faster code 90% of the time. Maybe prebundling answers for the > > common targets... > > Ek, imake! :-) >

Re: We're out of tree codes; now what?

2007-03-23 Thread Tom Tromey
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> As for configure scripts... autoconf -j is long overdue ;-) Yeah. The ideal, I think, would be to have configure just record the options the user passed it, and then have the majority of actual checks integrated into th

Broken commits

2007-03-23 Thread Steven Bosscher
Hi, I managed to commit a ChangeLog entry that included the entire patch, and a change to ifcvt.c that shouldn't have been commited. I use a little script for checkins, but I passed the wrong file names to it. I've fixed both issues, but anyone who has checked out or updated from SVN between now

Re: gcc 4.2 more strict check for "function called through a non-compatible type"

2007-03-23 Thread Ian Lance Taylor
Ryan Hill <[EMAIL PROTECTED]> writes: > Mark Mitchell wrote: > > Ian Lance Taylor wrote: > > > >> I realized that I am still not stating my position very clearly. I > >> don't think we should make any extra effort to make this code work: > >> after all, the code is undefined. I just think 1) we

Re: Ayal Zaks appointed Modulo Scheduler maintainer

2007-03-23 Thread Ayal Zaks
David Edelsohn <[EMAIL PROTECTED]> wrote on 23/03/2007 19:04:57: >I am pleased to announce that the GCC Steering Committee has > appointed Ayal Zaks as Modulo Scheduler maintainer. > >Please join me in congratulating Ayal on his new role. > Ayal, please update your listings in the MAINTAIN

[Martin Michlmayr <[EMAIL PROTECTED]>] Documenting GCC 4.2 changes

2007-03-23 Thread Ian Lance Taylor
Now that the gcc 4.2 release is getting closer, I am resending this e-mail from Martin Michlmayr. I've removed options which I believe are sufficiently internal to not require mention in the changes file, and I've removed options which are now documented there. Many of our users only discover new

Re: [Martin Michlmayr <[EMAIL PROTECTED]>] Documenting GCC 4.2 changes

2007-03-23 Thread Brooks Moses
(crossposting to fortran@) Ian Lance Taylor wrote: Now that the gcc 4.2 release is getting closer, I am resending this e-mail from Martin Michlmayr. I've removed options which I believe are sufficiently internal to not require mention in the changes file, and I've removed options which are now

Re: changing "configure" to default to "gcc -g -O2 -fwrapv ..."

2007-03-23 Thread Ian Lance Taylor
Paul Eggert <[EMAIL PROTECTED]> writes: > >> GCC itself relies on wrapv semantics. As does glibc. And > >> coreutils. And GNU tar. And Python. I'm sure there are > >> many other significant programs. I don't have time to do a > >> comprehensive survey right now. > > > > Where does GCC rely o

Re: changing "configure" to default to "gcc -g -O2 -fwrapv ..."

2007-03-23 Thread Robert Dewar
Ian Lance Taylor wrote: The new option -fstrict-overflow tells gcc that it can assume the strict signed overflow semantics prescribed by the language standard. This option is enabled by default at -O2 and higher. Using -fno-strict-overflow will tell gcc that it can not assume that signed overfl

Re: question on verify_ssa failure due to ccp in dom3 (PR30784)

2007-03-23 Thread Dorit Nuzman
> On 3/14/07, Dorit Nuzman <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > We have a '{2,2}' expression (vector initializer) propagated by dom into a > > BIT_FIELD_REF: > > > > before (bug.c.105t.vrp2): > > > > vector long int vect_cst_.47; > > vect_cst_.47_66 = {2, 2}; > > D.2103_