Re: Can You Put Comments Into GCC Compiler Options Files?

2011-02-23 Thread DJ Delorie
The GNU "doschk" (in non-gnu/) utility can tell you what's legal and what isn't. http://www.delorie.com/gnu/dl/ftp.gnu.org/non-gnu/doschk/doschk-1.1.tar.gz/doschk-1.1/doschk.c Note, however, that @files used by gcc *in djgpp* will *not* support comments, because @files in djgpp are parsed and ex

Re: Can You Put Comments Into GCC Compiler Options Files?

2011-02-23 Thread Dave Korn
On 23/02/2011 17:59, DJ Delorie wrote: > Ian Lance Taylor writes: >> I believe lThese option files were adapted from Windows, and they are >> primarily for use on Windows, which has much stricter limits on command >> line length than most Unix systems. We should implement whatever >> Windows impl

Re: Proposal: Improving patch tracking and review using Rietveld

2011-02-23 Thread Diego Novillo
I have addressed some of the requests brought up in this thread by modifying Rietveld's upload.py script. The new version of the upload script is called upload-gcc-patch.py and it's available at http://gcc.gnu.org/wiki/rietveld. It adds a couple of new features: 1- It takes a patch file to deter

Make minmax detection more flexible in tree-ssa-phiopt.c

2011-02-23 Thread Lu, John
Hi, I'm trying to improve the asm code generated for C code like: long f(long a, long b) { _int64 s; s = (((long long) a) + ((long long) b)); s = (s > 0x7fffL ? (long) 0x7fffL : (s <-0x8000L ? (long)-0x8000L : s)); return(

pattern problem with register assignment

2011-02-23 Thread Christian Grössler
Hello, I have a problem with register allocation. Our architecture has some pointer registers "pX" (24bit) and some data registers "dX" (32bit). Since pointers are only 24bit, we're using PSImode for them. There are restrictions in the "add" opcode, we can do pX = add(pX,) pX = add(pX,dX) pX

Ramana Radhakrishnan appointed co-maintainer of ARM port

2011-02-23 Thread David Edelsohn
I am pleased to announce that the GCC Steering Committee has appointed Ramana Radhakrishnan as co-maintainer of the ARM port. Please join me in congratulating Ramana on his new role. Ramana, please update your listing in the MAINTAINERS file. Happy hacking! David

Re: Can You Put Comments Into GCC Compiler Options Files?

2011-02-23 Thread DJ Delorie
Ian Lance Taylor writes: > I believe lThese option files were adapted from Windows, and they are > primarily for use on Windows, which has much stricter limits on command > line length than most Unix systems. We should implement whatever > Windows implements. IIRC they were adapted from DJGPP,

Re: How working with bugzilla?

2011-02-23 Thread Jonathan Wakely
On 23 February 2011 16:28, Georg-Johann Lay wrote: > Hi, what is needed to work with bugzilla like: > > - assigning a bug to me > - confirming a bug (changing status) > - adding affected versions like "known to fail" You can edit bugs you create. To edit other bugs you need the right privileges.

How working with bugzilla?

2011-02-23 Thread Georg-Johann Lay
Hi, what is needed to work with bugzilla like: - assigning a bug to me - confirming a bug (changing status) - adding affected versions like "known to fail" My user name is avr at gjlay dot de. It there a connexion between gcc role like maintainer and bugzilla access rights? Thanks, Johann

TARGET_HELP: --target-help vs. --help=target

2011-02-23 Thread Georg-Johann Lay
Hi, I noticed a difference between --target-help and --help=target Whilst --target-help also calls target hooh TARGET_HELP to display additional information, using --help=target does not. This is in sync with the documentation, but appears a bit odd. It this a desired behaviour and is there a spe

Re: Can You Put Comments Into GCC Compiler Options Files?

2011-02-23 Thread Ian Lance Taylor
Basile Starynkevitch writes: > On Tue, 22 Feb 2011 18:09:40 -0800 > Ian Lance Taylor wrote: >> >> No comments are permitted in the contents of options files read using >> the @file syntax. The contents of the file are simply interpreted as >> command line arguments separated by whitespace. Do

Re: HelloGcc 2011 Workshop calling for topic speakers

2011-02-23 Thread Andi Hellmund
Hey Hui, I put the GCC development mailing list on CC ... Andi HelloGcc Working Group was set up in 2007 by Chinese free software fans and developers in Beijing. With the goal of constructing a free, open, sharing technical community, we not only discuss and learn about GNU system tools(such a

HelloGcc 2011 Workshop call for topic speakers

2011-02-23 Thread Mingjie Xing
Hello, In case someone is interested with it, I put the notice here. Regards, Mingjie HelloGcc Working Group was set up in 2007 by Chinese free software fans and developers in Beijing. With the goal of constructing a free, open, sharing technical community, we not only discuss and learn about GN