Re: Example of debugging GCC with toplevel bootstrap

2006-01-17 Thread Paolo Bonzini
Mike Stump wrote: On Jan 13, 2006, at 5:01 PM, Richard Kenner wrote: Steven Bosscher wrote: ... you can use --disable-bootstrap and do a regular make, or is there some reason why you can't do that? I thought the point was that that option is temporary and will go away. Over my d

Re: Command line options and pragmas

2006-01-17 Thread Mike Stump
On Jan 9, 2006, at 10:46 AM, David Taylor wrote: For a variety of reasons, we would like to be able to specify individual compilation switches *within* individual files. Dale added this to our gcc compiler, see the apple/trunk branch for example, near APPLE LOCAL .* optimization pragmas lines

Re: Example of debugging GCC with toplevel bootstrap

2006-01-17 Thread Perry Smith
On Jan 17, 2006, at 10:30 PM, Mike Stump wrote: On Jan 13, 2006, at 5:01 PM, Richard Kenner wrote: Steven Bosscher wrote: ... you can use --disable-bootstrap and do a regular make, or is there some reason why you can't do that? I thought the point was that that option is temporary an

Re: Example of debugging GCC with toplevel bootstrap

2006-01-17 Thread Mike Stump
On Jan 13, 2006, at 5:01 PM, Richard Kenner wrote: Steven Bosscher wrote: ... you can use --disable-bootstrap and do a regular make, or is there some reason why you can't do that? I thought the point was that that option is temporary and will go away. Over my dead body. We will al

Re: Microchip Pic-18F port on GNU/Gcc

2006-01-17 Thread DJ Delorie
> > or if the memory model of the PIC18 is definitively a problem to > > gcc porting ? > > Weird chips make porting harder. :-) Hey, if I can get the m32c series supported... But yeah, gcc *really* wants to see a standard RISC chip these days.

Re: Static coverage analysis with 'gcov'.

2006-01-17 Thread Mike Stump
On Jan 9, 2006, at 7:41 AM, [EMAIL PROTECTED] wrote: I actually want to do coverage analysis on bootloader code from YAMON (used mostly on MIPS board). Obviously, I cannot invoke 'gcov' on bootloader code and thus the conundrum. Don't see why not, just arrange to save it out to memory somepl

Re: Microchip Pic-18F port on GNU/Gcc

2006-01-17 Thread Mike Stump
On Jan 8, 2006, at 3:11 PM, [EMAIL PROTECTED] wrote: So can you tell me more about your experience with the Microchip 18F, if somebody is currently working on this device, Nope, don't think so. or if the memory model of the PIC18 is definitively a problem to gcc porting ? Weird chips mak

Re: The testsuite is way broken right now

2006-01-17 Thread Andrew Pinski
On Jan 17, 2006, at 8:45 PM, Andrew Pinski wrote: The testsuite is way broken and does not run all the tests: http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00878.html http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00876.html http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00886.html http:

The testsuite is way broken right now

2006-01-17 Thread Andrew Pinski
The testsuite is way broken and does not run all the tests: http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00878.html http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00876.html http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00886.html http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00898.htm

Re: [HELP] GCC 4.1 branch Ada status on powerpc-darwin?

2006-01-17 Thread Chris Douty
On Jan 16, 2006, at 11:48 PM, Laurent GUERBY wrote: Hi, you've provided me with ACATS testing results on powerpc-darwin in the past, we currently don't know the state of Ada on the GCC 4.1 branch for powerpc-darwin as of 20060117: http://gcc.gnu.org/ml/gcc/2006-01/msg00578

RE: Forward declaration issue on gcc 3.4.3(New)

2006-01-17 Thread Jian-ping . Hui
Hi, Dave, Thanks a lot for your help. Best Regards Jian-ping -"Dave Korn" <[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]>, From: "Dave Korn" <[EMAIL PROTECTED]> Date: 01/17/2006 07:04PM cc: <[EMAIL PROTECTED]> Subject: RE: Forward declaration issue on gcc 3.4.3(New) Jian-ping.Hu

Re: Libmudflap and MIPS, does it work?

2006-01-17 Thread David Daney
Andrew Pinski wrote: On Jan 17, 2006, at 5:57 PM, Frank Ch. Eigler wrote: If not would it be a good idea to disable mudflap by default on mips? Tried native? If that also doesn't work I'd be up for disabling. I was under the impression that libmudflap was disabled by default almost everyw

Re: [PATCH] Re: conversion warnings in c++

2006-01-17 Thread Eric Christopher
The overall patch is OK. Please could add testcases that test -Wno-conversion? Thanks for doing this. Thanks. I've committed the patch and a testcase that makes sure we don't emit a warning if Wconversion is turned off. -eric

Re: Libmudflap and MIPS, does it work?

2006-01-17 Thread Andrew Pinski
On Jan 17, 2006, at 5:57 PM, Frank Ch. Eigler wrote: If not would it be a good idea to disable mudflap by default on mips? Tried native? If that also doesn't work I'd be up for disabling. I was under the impression that libmudflap was disabled by default almost everywhere. Unless libmudflap

Re: -msep-data without -fPIC ?

2006-01-17 Thread Philippe De Muyter
Gunther Nikl wrote : > On Tue, Jan 17, 2006 at 01:35:59PM +0100, Philippe De Muyter wrote: > > Where is that AmigaOS port availaible ? > > That seems to be an easier solution. > > GCC diffs upto 3.4.0 are available here: > >ftp://ftp.back2roots.org/pub/geekgadgets/amiga/m68k/alpha/gcc/ I ha

Re: Libmudflap and MIPS, does it work?

2006-01-17 Thread Frank Ch. Eigler
Hi - > >Has anyone ever gotten mudflap working on mips? > I've never tried, but I think that mudflap isn't guaranteed to work > for cross compilers. Frank? The compiler portion (tree-mudflap.c) should work about as well for crosses as for native builds. The part that poses porting problems is

Re: PATCH[m68k] : ColdFire : Allow addq/subq to memory

2006-01-17 Thread Andreas Schwab
"Philippe De Muyter" <[EMAIL PROTECTED]> writes: > Andreas Schwab wrote : >> "Philippe De Muyter" <[EMAIL PROTECTED]> writes: >> >> >* config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory >> >operands. >> >> This is ok, but please send the patch to [EMAIL PROTECTED] >> >> Andre

Re: Libmudflap and MIPS, does it work?

2006-01-17 Thread Eric Christopher
On Jan 17, 2006, at 1:54 PM, David Daney wrote: I am running make -k check on a 4.1 mipsel-linux cross compiler. It seems that many of the libmudflap tests enter some sort of endless loop. Strace shows no system calls, but they take 100% of the cpu. Has anyone ever gotten mudflap worki

gcc-3.4-20060117 is now available

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

Successful build and install of gcc-3.4.5

2006-01-17 Thread stephengw
> ./config.guess x86_64-unknown-linux-gnu > gcc -v Reading specs from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.5/specs Configured with: ../gcc-3.4.5/configure Thread model: posix gcc version 3.4.5 Distribution: SUSE LINUX 10.0 (X86-64) > uname -srv Linux 2.6.13-15.7-default #1 Tue Nov 29

Successful build and install of gcc 3.4.5

2006-01-17 Thread stephengw
config.guess output: i686-pc-linux-gnu gcc -v output: Reading specs from /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.5/specs Configured with: ../gcc-3.4.5/configure Thread model: posix gcc version 3.4.5 Distribution: SUSE LINUX 10.0 (i586) uname -srv output:Linux 2.6.13-15.7-default #1 Tue Nov 29 1

Libmudflap and MIPS, does it work?

2006-01-17 Thread David Daney
I am running make -k check on a 4.1 mipsel-linux cross compiler. It seems that many of the libmudflap tests enter some sort of endless loop. Strace shows no system calls, but they take 100% of the cpu. Has anyone ever gotten mudflap working on mips? If not would it be a good idea to disable

Re: PATCH[m68k] : ColdFire : Allow addq/subq to memory

2006-01-17 Thread Philippe De Muyter
Andreas Schwab wrote : > "Philippe De Muyter" <[EMAIL PROTECTED]> writes: > > > * config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory > > operands. > > This is ok, but please send the patch to [EMAIL PROTECTED] > > Andreas. It is already there :) http://gcc.gnu.org/ml

Re: PATCH[m68k] : ColdFire : Allow addq/subq to memory

2006-01-17 Thread Andreas Schwab
"Philippe De Muyter" <[EMAIL PROTECTED]> writes: > * config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory > operands. This is ok, but please send the patch to [EMAIL PROTECTED] Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße

-Wpointer-sign for GCC 4.1

2006-01-17 Thread Daniel Jacobowitz
Someone's informed Richard Stallman that this (annoying) warning will not be enabled by default in GCC 4.1. But, it currently seems to be. Should it be turned off before the release? If not, who told RMS it was? :-) -- Daniel Jacobowitz CodeSourcery

Re: Status of -fstack-usage?

2006-01-17 Thread Bernd Trog
On Sun, 15 Jan 2006, Olivier Hainque wrote: > Bernd Trog wrote: > > Will it output the real or worst case stack usage? > > The latter in any case, although I'm not sure what you mean by "real" > stack usage. Could you please enligthen ? By "real" I ment the actual stack usage (which is -Ox d

Importing GNU Classpath 0.20

2006-01-17 Thread Mark Wielaard
Hi, GNU Classpath 0.20 was released last weekend. It contains a lot of new standard library classes and bug fixes. See http://www.gnu.org/software/classpath/announce/20060113.html And the list of fixed bugs: http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.20 We will i

Re: GCC can't stop using GNU libiconv if it's in /usr/local

2006-01-17 Thread Steve Ellcey
> IMHO, the fact that GCC includes /usr/local/include by default in it's > system header search path is brain damaged, but it's probably way too > entrenched to revisit that. :-( > > --Kaveh > -- > Kaveh R. Ghazi[EMAIL PROTECTED] You can stop this by specifyi

Re: [Ada] GCC 4.1 Status Report (2006-01-15)

2006-01-17 Thread John David Anglin
> http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00833.html > hppa2.0w-hp-hpux11.11 has some cxg problems, but I don't > know if 4.0 worked at all there. A testsuite run with ada for 4.0.3 is here: http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00893.html. The run terminated before completing.

Note about 1.3 server large commit issue

2006-01-17 Thread Daniel Berlin
Just so you guys know, a change in 1.3 will make large commits take a longer than they used to. We background the task that sends out the mail, and in 1.2, this used to cause the post-commit hook that runs to return immediately. However, 1.3, in order to catch output from the post-commit hooks, n

Re: How to submit suggestions?

2006-01-17 Thread David Edelsohn
> Perry Smith writes: Perry> While doing my RS/6000 work last week, I bumped into two bugs and two Perry> other items which I would more consider suggestions. The bugs I will Perry> submit via the prescribed method. But how to the maintainers want to Perry> see the suggestions?

How to submit suggestions?

2006-01-17 Thread Perry Smith
While doing my RS/6000 work last week, I bumped into two bugs and two other items which I would more consider suggestions. The bugs I will submit via the prescribed method. But how to the maintainers want to see the suggestions? Thanks, Perry Smith

successfully built and installed GCC

2006-01-17 Thread Joseph Huang
Classification: UNCLASSIFIED i686-pc-linux-gnu Using built-in specs. Target: i686-pc-linux-gnu Configured with: /home/joshuang/joshuang/gcc-4.0.2/configure --prefix=/home/joshuang/joshuang/local Thread model: posix gcc version 4.0.2 Red Hat Linux release 7.3 (Valhalla) Kernel \r on an \m Linux

Re: What should -fdump-tree-...-details include? (was Re: Patch ping)

2006-01-17 Thread Zdenek Dvorak
Hello, > > another point to consider is that perhaps there might be some common > > way how to specify "detail level"; we already have -fsched-verbose=num > > and -ftree-vectorizer-verbose=num, perhaps we should avoid having a > > separate flag for each pass. > > > Good point. Would you be willin

Re: -msep-data without -fPIC ?

2006-01-17 Thread Gunther Nikl
On Tue, Jan 17, 2006 at 01:35:59PM +0100, Philippe De Muyter wrote: > Gunther Nikl wrote : > > On Sat, Jan 14, 2006 at 02:21:20AM +0100, Philippe De Muyter wrote: > > > For an embedded mmu-less m68k target, I would like to generate code > > > that will always run at a fixed place in memory, thus no

Re: -msep-data without -fPIC ?

2006-01-17 Thread Philippe De Muyter
Gunther Nikl wrote : > On Sat, Jan 14, 2006 at 02:21:20AM +0100, Philippe De Muyter wrote: > > For an embedded mmu-less m68k target, I would like to generate code > > that will always run at a fixed place in memory, thus not needing to be PIC, > > but that would access a data+bss segment that could

Re: -msep-data without -fPIC ?

2006-01-17 Thread Gunther Nikl
On Sat, Jan 14, 2006 at 02:21:20AM +0100, Philippe De Muyter wrote: > For an embedded mmu-less m68k target, I would like to generate code > that will always run at a fixed place in memory, thus not needing to be PIC, > but that would access a data+bss segment that could be anywhere in memory, > thu

RE: Forward declaration issue on gcc 3.4.3(New)

2006-01-17 Thread Dave Korn
Jian-ping.Hui wrote: > Now my question is: Why there are such difference between the two version > gcc? This is a VFAQ. See http://gcc.gnu.org/gcc-3.4/changes.html#cplusplus > Could I compile b.cpp by simply changing some compiler options? No, you will have to fix the invalid code to be f

Forward declaration issue on gcc 3.4.3(New)

2006-01-17 Thread Jian-ping . Hui
Sorry for the previous wrong format mail. Please ignore it. I encountered an issue when building our program. The compilation will fail when using gcc 3.4.3. However, the same program can be compiled successfully with gcc 3.2.3. I used the following example to reproduce the issue: = a.h ===

Problem with Trampolines initialization

2006-01-17 Thread Sandeep Kumar
Hello everyone, I have a doubt reagarding these trampolines, When i was going through the details in an atricle named GCC-INTERNALS, It said that we have a macro with the following name TRAMPOLINE_ADJUST_ADDRESS (addr). The explaination to it said that this is used mainly to perform any machine-

Forward declaration issue on gcc 3.4.3

2006-01-17 Thread dahui dahui
Hi, I encountered an issue when building our program. The compilation will fail when using gcc 3.4.3. However, the same program can be compiled successfully with gcc 3.2.3. I used the following example to reproduce the issue: = a.h = #ifndef A_H_ #define A_H_ class A { public:

Re: Location for gcc402.zip

2006-01-17 Thread Ben Elliston
> Please let me know the location of the gcc402.zip If you are looking for GCC releases, please see: http://gcc.gnu.org/releases.html Ben

Location for gcc402.zip

2006-01-17 Thread Anandan, Amrith (STSD)
Please let me know the location of the gcc402.zip Thanks Amrith