Re: gcc help

2010-05-18 Thread Joel Sherrill
On 05/18/2010 01:11 PM, packet wrote: How do i build gcc for linux? Oh the irony of the subject. This is better asked on the gcc-help mailing list. -- Joel Sherrill, Ph.D. Director of Research& Development joel.sherr...@oarcorp.comOn-Line Applications Research As

gcc help

2010-05-18 Thread packet
How do i build gcc for linux?

Re: gcc-help needed

2009-07-25 Thread Dave Korn
anandulle wrote: > total no of increment count :: 0 > > > /home/ulle/gcc/native/cprog/pg1.c: In function ‘main’: > /home/ulle/gcc/native/cprog/pg1.c:7: internal compiler error: Segmentation > fault When you've been adding code to GCC and you see a seg fault crop up like this, it u

gcc-help needed

2009-07-25 Thread anandulle
: Segmentation fault -- View this message in context: http://www.nabble.com/gcc-help-needed-tp24656019p24656019.html Sent from the gcc - Dev mailing list archive at Nabble.com.

Re: gcc --help for options which are not warnings or optimizations

2009-06-03 Thread Nick Clifton
Hi Ian, Hi Diego, > Diego Novillo wrote: --help=other? That works. :-) Actually, there already is a qualifier which will select -fstack-protector, I had just forgotten about it: % gcc --help=common | grep stack -Wstack-protector Warn when not issuing stack smash

Re: gcc --help for options which are not warnings or optimizations

2009-06-02 Thread Ian Lance Taylor
Nick Clifton writes: > Hi Ian, > >> Nick, how is gcc --help supposed to work for options which are neither >> warnings nor optimizations? For example, -fstack-protector. Is there a >> --help option which will display it? > > Yes - but only the generic "-

Re: gcc --help for options which are not warnings or optimizations

2009-06-02 Thread Diego Novillo
On Tue, Jun 2, 2009 at 05:38, Nick Clifton wrote: > I suppose we could add another qualifier along the lines of > "--help=not-otherwise-shown" but that seems rather klunky. --help=other? (I've got tons of other colors for this bike shed, if needed). Diego.

Re: gcc --help for options which are not warnings or optimizations

2009-06-02 Thread Nick Clifton
Hi Ian, Nick, how is gcc --help supposed to work for options which are neither warnings nor optimizations? For example, -fstack-protector. Is there a --help option which will display it? Yes - but only the generic "--help --verbose" rather than a more qualified version. My ori

gcc --help for options which are not warnings or optimizations

2009-06-01 Thread Ian Lance Taylor
Nick, how is gcc --help supposed to work for options which are neither warnings nor optimizations? For example, -fstack-protector. Is there a --help option which will display it? Ian

nothrow (cross-posted to gcc-help)

2009-03-08 Thread Michael Sullivan
I sent this message to gcc-h...@gcc.gnu.org yesterday, but have not gotten any mail on any thread from them? Are they active? Is there a problem with the mail server? Anyway I wrote a program, and when I compile it, I get: mich...@camille OurRPG $ make g++ -O2 -W -Wall -pedantic `sdl-config --

gcc-help mailing list archive

2007-10-09 Thread David Chapeau
scramble my email address on the page http://gcc.gnu.org/ml/gcc-help/2000-11/msg00109.html On Nov 23, 2000, David Chapeau <[EMAIL PROTECTED]> wrote: in order to avoid access to spam robots ? Thanks in advance, __

Re: gcc help

2005-11-30 Thread Mike Stump
On Nov 30, 2005, at 2:40 PM, pati (sent by Nabble.com) wrote: I am trying to compile my code using gcc 3.3.2 provided with AMD Au1550 development CD. Wrong forum for this question. $(LD) -$(ENDIAN) -T test.ld -G 0 $(OBJS) -o $(NAME).elf Don't use ld to link, use gcc to link.

gcc help

2005-11-30 Thread pati (sent by Nabble.com)
p on this immediately. Thanks in advance - Pati -- Sent from the gcc - General forum at Nabble.com: http://www.nabble.com/gcc-help-t648991.html#a1725379

Re: Gcc help pages about __mode__ keyword

2005-11-22 Thread Jim Wilson
Anton Soppelsa wrote: I wasn't able to find information about "__DI__" (on the gcc manual pages). The modes are defined in the internals documentation. http://gcc.gnu.org/onlinedocs/gccint/Machine-Modes.html#Machine-Modes By the way, do they mean Double-, Single-, Half-, Quarter-, -Integer?

Gcc help pages about __mode__ keyword

2005-11-22 Thread Anton Soppelsa
Dear GCC help pages maintainers, I recently encountered a statement like this one __attribute__((__mode__(__DI__))) in a micro kernel source file. As I'm not so skilled with this kind of C/C++ syntax I tried to read the manual about the keywords involved in that expression. Despite I

Re: Gcc help

2005-03-29 Thread Eljay Love-Jensen
Hi Andre, Prebuilt GCC is available (downloadable) through Apple's Developer Tools. http://developer.apple.com/tools/xcode/index.html HTH, --Eljay

Gcc help

2005-03-29 Thread andre
>>>/*please forward to appropriate people, I tried [EMAIL PROTECTED] twice and it doesnt work.*/ I have a G3 Powerbook with OS 10.3, and I tried installing GCC on it. I don't really know what I'm doing but I'm following instructions as much as possible. When trying to configure, I got line 2332: