Re: Summer of Code project discussion

2006-05-02 Thread Daniel Jacobowitz
nce boost by itself of a few percent, but used a lot of RAM; something cleverer might be doable that would use less RAM; I don't really know. I don't think I ever posted the automatic partitioning code; that computer is off right now, but I can dig out the code if you want to see it. -- Daniel Jacobowitz CodeSourcery

Re: Dynamically generated code and DWARF exception handling

2006-05-02 Thread Daniel Jacobowitz
for JITs that does exactly > >that. Is there an equivalent API for linux? > > Don't think so. There isn't really. But I know that other JITs have managed to do this - I just don't know how. They may use a nasty hack somewhere. -- Daniel Jacobowitz CodeSourcery

Re: Dynamically generated code and DWARF exception handling

2006-05-03 Thread Daniel Jacobowitz
home page of the DWARF working group, which includes the version 2 and version 3 standards: dwarf.freestandards.org/ -- Daniel Jacobowitz CodeSourcery

Re: Dynamically generated code and DWARF exception handling

2006-05-03 Thread Daniel Jacobowitz
Basically, no. -- Daniel Jacobowitz CodeSourcery

Re: Summer of Code project discussion

2006-05-03 Thread Daniel Jacobowitz
re interesting results from my testing: it can sometimes help much more than that - in precompiled header layout. Depending on the phase of the moon, I saw PCH performance improvements from 3% to 20%. -- Daniel Jacobowitz CodeSourcery

Re: Summer of Code project discussion

2006-05-03 Thread Daniel Jacobowitz
I think that with a reasonable amount of testing and tuning on different host systems, it might be reasonable to use it as the default - even if generational collection is disabled by the lack of mmap. -- Daniel Jacobowitz CodeSourcery

Re: Summer of Code project discussion

2006-05-07 Thread Daniel Jacobowitz
artly in malloc() memory, partly in GC > memory to one of them or by registering additional roots with GC. Presumably you'd have to register all the GTY()'d roots... I don't know how that would work out. -- Daniel Jacobowitz CodeSourcery

Re: Summer of Code project discussion

2006-05-07 Thread Daniel Jacobowitz
7;ll have to do something like sort the free list. This only happens once per zone per collection, so sorting the free list before releasing pages probably won't add measurable time. -- Daniel Jacobowitz CodeSourcery

Re: SoC application draft (Re: Summer of Code project discussion)

2006-05-07 Thread Daniel Jacobowitz
e - I did not look very hard) for copying. -- Daniel Jacobowitz CodeSourcery

Re: Fortran frontend prerequisites

2006-05-10 Thread Daniel Jacobowitz
nual, and configuration is step 3. http://gcc.gnu.org/install/prerequisites.html -- Daniel Jacobowitz CodeSourcery

Re: mthumb: generate a tail-call

2006-05-10 Thread Daniel Jacobowitz
truction, so you have to convert the call to indirect. It's probably a space loss, stack usage improvement, and I'm not sure offhand about performance - may be a bit slower. -- Daniel Jacobowitz CodeSourcery

Re: GCC-4.1 -fno-function-cse still supported?

2006-05-12 Thread Daniel Jacobowitz
to happen here? The description said "calls a constant function". This: > int (*fct) (int i); is of course a function pointer. -- Daniel Jacobowitz CodeSourcery

Re: intl directory: gcc vs. src

2006-05-16 Thread Daniel Jacobowitz
c merge process? The man to ask about this is DJ Delorie. I'm not sure how much work it is on his part, though. Either way it would probably be best to do the initial sync by hand. And is it really plausible that nothing in src would need updating for the new intl? -- Daniel Jacobowitz CodeSourcery

Re: intl directory: gcc vs. src

2006-05-16 Thread Daniel Jacobowitz
suggestions as to what products or platforms might cause problems? No; I'm just surprised that it worked. -- Daniel Jacobowitz CodeSourcery

Re: PATCH: Update src/intl from gcc/intl

2006-05-19 Thread Daniel Jacobowitz
> * MAINTAINERS: Change intl updating instructions. > > * config.rpath: Copy from GCC tree. > > * intl: Replace contents of intl directory with intl from GCC tree. > > Approved for binutils. Fine for GDB, too. -- Daniel Jacobowitz CodeSourcery

IA-64 speculation patches have bad impact on ARM

2006-05-26 Thread Daniel Jacobowitz
e could easily change the default of the parameter for ARM, but I assume there are other affected targets. I don't know if we need the extended region scheduling to be smarter, or if it should simply be turned off for some targets. -- Daniel Jacobowitz CodeSourcery typedef union { struct

Re: Can't commit to gcc-4.1

2006-05-28 Thread Daniel Jacobowitz
On Sun, May 28, 2006 at 08:38:34PM +0200, Thomas Koenig wrote: > Is anything wrong with SVN, or did my authorization to commit somehow > fall through the cracks? Is it maybe an anonymous checkout? Check svn info. -- Daniel Jacobowitz CodeSourcery

Re: IA-64 speculation patches have bad impact on ARM

2006-05-30 Thread Daniel Jacobowitz
t; return 0; > } Not even a single comment - shame on you both! :-) If this is the solution we choose, can we make sure that there's at least a comment explaining what's going on? -- Daniel Jacobowitz CodeSourcery

Re: Modifying ARM code generator for elimination of 8bit writes - need help

2006-05-30 Thread Daniel Jacobowitz
;ll need to modify at least the movqi insn patterns, memory constraints > and > the legitimate address stuff. I'm not sure about the clobber, that might need > additional reload-related machinery. I suspect it would be better to make GCC do halfword stores instead (read/modify/write). -- Daniel Jacobowitz CodeSourcery

Re: Suggestion for logging changes on Bugzilla

2006-05-31 Thread Daniel Jacobowitz
> the PR, too. It already is. Click "View Bug Activity". -- Daniel Jacobowitz CodeSourcery

Re: Expansion of __builtin_frame_address

2006-06-02 Thread Daniel Jacobowitz
o support it. Right - it's the result of __builtin_frame_address (0) we're looking at here. Mark's latest change seems logical to me: the user has asked for the frame address, so hadn't we better arrange that there's a frame? -- Daniel Jacobowitz CodeSourcery

Re: Expansion of __builtin_frame_address

2006-06-02 Thread Daniel Jacobowitz
. In ARM code the frame pointer is in r11 (when not > eliminated); in thumb code it is in r7 (because r11 can't be used in > memory insns). I'm reading these two paragraphs and the two of you seem to be in violent agreement. Paul assumed ARM code only. -- Daniel Jacobowitz CodeSourcery

Re: Expansion of __builtin_frame_address

2006-06-04 Thread Daniel Jacobowitz
t; information. Which there is no plausible way to do for the ARM EABI, due to ARM's other choices. -- Daniel Jacobowitz CodeSourcery

Re: Expansion of __builtin_frame_address

2006-06-04 Thread Daniel Jacobowitz
On Sun, Jun 04, 2006 at 10:29:14AM -0700, Mark Mitchell wrote: > Daniel Jacobowitz wrote: > > On Sun, Jun 04, 2006 at 09:54:25AM -0700, Mark Mitchell wrote: > >> Richard E. asked what possible uses this function might have. > >> Obviously, GLIBC's backtrace() functi

Re: [RFC] Optimization Diary

2006-06-06 Thread Daniel Jacobowitz
tkane care of by some > patches from CodeSourcery. Though, it is possible I may have dreamted. Nope, it was Nick. -- Daniel Jacobowitz CodeSourcery

Re: [RFC] Optimization Diary

2006-06-06 Thread Daniel Jacobowitz
to be > standard, you have to go through the committee. In practice, using string identifiers does make conflicts less likely. It's also easier for a vendor to pick a unique prefix and be confident that Apple isn't going to assign some other meaning to "csl-inline-bart". -- Daniel Jacobowitz CodeSourcery

Re: Thoughts about GC root sets

2006-06-07 Thread Daniel Jacobowitz
cases should > be OK with current GGC schemes, No, it wouldn't be. The collector would try to mark the malloced memory, and blow up. -- Daniel Jacobowitz CodeSourcery

Re: [RFC] Optimization Diary

2006-06-07 Thread Daniel Jacobowitz
duplicate elimination - your linker can do that, I hope - it's only larger by a trivial amount. -- Daniel Jacobowitz CodeSourcery

Re: Generator programs can only be built with optimization enabled?

2006-06-12 Thread Daniel Jacobowitz
On Mon, Jun 12, 2006 at 10:22:17AM -0400, David Edelsohn wrote: > Typing "make" in the gcc subdirectory does not do what I expect. Then could you clarify what happens, and what you expect, please? -- Daniel Jacobowitz CodeSourcery

Re: Code Flow for RTL generation

2006-06-15 Thread Daniel Jacobowitz
he use of hardware debuggers on PC's in bygone years) is to figure > out what went wrong, and for that purpose you only need to worry > about the machine/memory state. Not when you're debugging userspace and you have files. -- Daniel Jacobowitz CodeSourcery

Re: Code Flow for RTL generation

2006-06-15 Thread Daniel Jacobowitz
On Thu, Jun 15, 2006 at 10:31:55AM -0400, Robert Dewar wrote: > Daniel Jacobowitz wrote: > > >>The point of going backwards (a feature quite familiar to me from > >>the use of hardware debuggers on PC's in bygone years) is to figure > >>out what went wrong,

Re: MIPS RDHWR instruction reordering

2006-06-19 Thread Daniel Jacobowitz
tional unless they are cheap and don't trap. This instruction > doesn't trap, but it's not cheap. What metric gets used for this - rtx_cost? -- Daniel Jacobowitz CodeSourcery

Re: !(fun) with tls

2006-06-22 Thread Daniel Jacobowitz
ded by glibc-devel. > > Maybe some one experienced can help you out. Don't crosspost to gcc and gcc-help, please. This is not a question about GCC development. -- Daniel Jacobowitz CodeSourcery

Re: Project RABLET

2006-06-23 Thread Daniel Jacobowitz
Please try the other definition, which he clearly meant: 2. Of purely theoretical or academic interest; having no practical consequence; as, the team won in spite of the bad call, and whether the ruling was correct is a moot question. -- Daniel Jacobowitz CodeSourcery

Re: unable to detect exception model

2006-06-25 Thread Daniel Jacobowitz
t alignment required. */ > > #define MAX_ALIGNMENT (offsetof (struct max_alignment, u)) I learned while working on the zone collector that there is at least one platform where this doesn't work, because "long double" had an alignment of eight on its own and four as a struc

Re: unable to detect exception model

2006-06-25 Thread Daniel Jacobowitz
ong double was first which is usually the cures the > whole struct > alignment issues. It's a union. If that makes a difference the platform ABI is hopelessly broken. Anyway, I'm thinking of MAX_FIELD_ALIGNMENT or something like that. -- Daniel Jacobowitz CodeSourcery

Re: Which patch added R_ARM_GOTOFF32 support?

2006-06-28 Thread Daniel Jacobowitz
umes a fixed displacement between segments. We've implemented something similar to what you need for VxWorks. A couple of other places had to be changed. I don't remember if the VxWorks gcc port was submitted, or just the binutils bits. -- Daniel Jacobowitz CodeSourcery

Re: Which patch added R_ARM_GOTOFF32 support?

2006-06-28 Thread Daniel Jacobowitz
bits. > > Any chance of this work making it into GCC? Yes - but we haven't had time to submit it. -- Daniel Jacobowitz CodeSourcery

Re: Which patch added R_ARM_GOTOFF32 support?

2006-06-28 Thread Daniel Jacobowitz
On Wed, Jun 28, 2006 at 03:54:29PM -0600, Shaun Jackman wrote: > On 6/28/06, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > >On Wed, Jun 28, 2006 at 03:17:30PM -0600, Shaun Jackman wrote: > >> I'm not terribly familiar with the GCC source tree. I scanned > >>

Re: A question about TYPE_ARG_TYPES

2006-07-05 Thread Daniel Jacobowitz
nly unnamed arguments? If not, I suspect this is only for old-style definitions. -- Daniel Jacobowitz CodeSourcery

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

2006-07-05 Thread Daniel Jacobowitz
't work. But there's plenty of other ways to write valid code that won't work! > Is it really working after all is the real question and I say no it > can never work correctly on any target. Obviously untrue. I can't imagine a plausible target where int (*) (char *) and

Re: gcc breakage

2006-07-10 Thread Daniel Jacobowitz
e.in". > > Perhaps, a quick question on IRC of the correct protocol is > appropriate? It is fairly typical to omit the changelog entry in "fix my last patch" commits. Also in "fix the ChangeLog" commits. -- Daniel Jacobowitz CodeSourcery

Re: Running aclocal in libstdc++-v3 directory

2006-07-10 Thread Daniel Jacobowitz
My rule of thumb: Check the options in automake's generated Makefile.in. You probably need a -I path. -- Daniel Jacobowitz CodeSourcery

Re: gcc visibility used by moz

2006-07-11 Thread Daniel Jacobowitz
functions, access any visible or virtual members, and pass the pointers > back into visible functions of the shared object - or even dereference > the pointers to pass by reference. So... what does it restrict, then? Is it just defaulting methods to hidden, as a strange form of access control? -- Daniel Jacobowitz CodeSourcery

Re: gcc visibility used by moz

2006-07-12 Thread Daniel Jacobowitz
s shared object? Either you can access the public members of the class, or you can't. Being able to access some of them and get link errors on others is a very strange default interpretation. -- Daniel Jacobowitz CodeSourcery

Re: Bug in the specs or bug in the code?

2006-07-13 Thread Daniel Jacobowitz
suggest you report this problem to the LSB, since they wrote that documentation. The documentation is incorrect. -- Daniel Jacobowitz CodeSourcery

Re: How to insert dynamic code? (continued)

2006-07-13 Thread Daniel Jacobowitz
the next frame. That is, it sounds like there's something wrong with your generated unwind tables. That's the usual cause for unexpected end of stack. -- Daniel Jacobowitz CodeSourcery

Re: Bug in the specs or bug in the code?

2006-07-13 Thread Daniel Jacobowitz
.freestandards.org/en/LSB -> lsb-discuss mailing list? -- Daniel Jacobowitz CodeSourcery

Re: How to insert dynamic code? (continued)

2006-07-13 Thread Daniel Jacobowitz
accurate and matches the GCC implementation closely. If it can't dump your FDEs, we probably won't unwind through them either. -- Daniel Jacobowitz CodeSourcery

Re: [PATCH] Install drivers from gcc/Makefile.in

2006-07-13 Thread Daniel Jacobowitz
the c++ -> g++ links remains in the > Make-lang.in > > Ok for trunk when stage1 starts? Please send patches only to the gcc-patches mailing list. TIA. -- Daniel Jacobowitz CodeSourcery

Re: using threads with gcc on fedora (undefined reference to pthread_create)

2006-07-19 Thread Daniel Jacobowitz
ng else that i need to do. > > What options do I have to use when compiling my code? > Is there any document on this? This is a list for the developers of GCC. You may get more help on the gcc-help list. It sounds like you didn't link with -lpthread. -- Daniel Jacobowitz CodeSourcery

Re: MIPS RDHWR instruction reordering

2006-07-22 Thread Daniel Jacobowitz
ing around) which only handles the non-branch-delay case. It will still work in a delay slot, but it's a much heavier-weight operation. So, until and unless there is a revision of the MIPS architecture on which this instruction is not guaranteed to trap, I think we should not put it in a delay slot. -- Daniel Jacobowitz CodeSourcery

Re: Searching configured and relocated prefix.

2006-07-23 Thread Daniel Jacobowitz
los has been working on patches for this. I'm sure it will break a few unexpected configurations. When it does, we can adjust the behavior as necessary, or document useful tricks for working with such things in the manual. -- Daniel Jacobowitz CodeSourcery

Re: sorry, unimplemented: 64-bit mode not compiled in - ?!

2006-07-27 Thread Daniel Jacobowitz
nd line. It's also possible to build 32-bit configurations which support 64-bit compilation - but the default i686-linux configuration does not. The i686-solaris2.10 port does, and Debian's i486-linux compilers do also (local patch). -- Daniel Jacobowitz CodeSourcery

Re: building cross-compiler to x86_64. pthread.h: No such file

2006-07-27 Thread Daniel Jacobowitz
. This is a FAQ. -- Daniel Jacobowitz CodeSourcery

Re: sorry, unimplemented: 64-bit mode not compiled in - ?!

2006-07-28 Thread Daniel Jacobowitz
o wait longer for compilation or has this overhead changed? They haven't done any measuring I know of, but we needed 64-bit compilers for a variety of reasons and this was much less disruptive than packaging a second copy of GCC. -- Daniel Jacobowitz CodeSourcery

Re: 'xxx' may be used uninitialized in this function

2006-08-09 Thread Daniel Jacobowitz
ot > accessed and that it will be set before returning, so hush up about > any uninitialized argument value. There's more to it than that, unless your compiler is very broken. GCC should not warn for "int x; foo (&x);". -- Daniel Jacobowitz CodeSourcery

Re: 'xxx' may be used uninitialized in this function

2006-08-09 Thread Daniel Jacobowitz
s you probably know by now, one can't look at a bug of this sort without a compilable test case. Andrew correctly pointed out that this optimization is affected by (for instance) inlining. -- Daniel Jacobowitz CodeSourcery

Re: define_expand

2006-08-15 Thread Daniel Jacobowitz
c when generating negation, and there may be macros like HAVE_negsf2. Then, the *negsf2 define_insn is used to actually emit the operation (and for things like combine, which test if an instruction is valid). -- Daniel Jacobowitz CodeSourcery

Re: = {0} in bss?

2006-08-22 Thread Daniel Jacobowitz
ariables going to the data section. E.g., so that the resulting executable can find the beginning of that section and/or make assumptions based on that. The default is `-fzero-initialized-in-bss'. -- Daniel Jacobowitz CodeSourcery

Re: test for excess errors

2006-08-23 Thread Daniel Jacobowitz
ot; would work!? (modulo suitable > quote/escaping). It wouldn't; there's no suitable quoting possible. -- Daniel Jacobowitz CodeSourcery

Re: test for excess errors

2006-08-23 Thread Daniel Jacobowitz
s or something like that. -- Daniel Jacobowitz CodeSourcery

Re: First cut on outputing gimple for LTO using DWARF3. Discussion invited!!!!

2006-08-31 Thread Daniel Jacobowitz
descriptor limits, for instance, and you'll tend to degrade performance. -- Daniel Jacobowitz CodeSourcery

Re: First cut on outputing gimple for LTO using DWARF3. Discussion invited!!!!

2006-09-01 Thread Daniel Jacobowitz
I got the impression he was still open to using it for other things, like types. I may have been mistaken. -- Daniel Jacobowitz CodeSourcery

Re: First cut on outputing gimple for LTO using DWARF3. Discussion invited!!!!

2006-09-01 Thread Daniel Jacobowitz
oo? I think that confusing dwarf-for-types and dwarf-for-gimple would be a mistake. -- Daniel Jacobowitz CodeSourcery

Re: First cut on outputing gimple for LTO using DWARF3. Discussion invited!!!!

2006-09-01 Thread Daniel Jacobowitz
On Fri, Sep 01, 2006 at 10:19:07AM -0400, Kenneth Zadeck wrote: > Daniel Jacobowitz wrote: > > On Fri, Sep 01, 2006 at 09:45:34AM -0400, Kenneth Zadeck wrote: > > > >> Given that Mark, and for that matter no one else, did not really push > >> back, I am prett

Re: DWARF2 DW_TAG_base_type for void?

2006-09-06 Thread Daniel Jacobowitz
G_pointer_type would link to a > DW_TAG_base_type for void (in the case of a void * > pointer type). Is that not the case? Void isn't a base type. The DWARF 3 standard way to represent this is DW_TAG_unspecified_type. -- Daniel Jacobowitz CodeSourcery

Re: Linker scripts

2006-09-10 Thread Daniel Jacobowitz
psulates this knowledge. If some GCC configuration passes some specific option that is wrong, then that GCC configuration is broken and a bug should be filed. -- Daniel Jacobowitz CodeSourcery

Re: question about -print-search-dirs

2006-09-12 Thread Daniel Jacobowitz
ing at the original example, Kate, what exactly were you confused about? If it was the "/../lib64" suffix, those are added _after_ the list of directories to search are decided. They're added when we consider whether the user asked for -m32 or -m64 (see multilib in the documentation). -- Daniel Jacobowitz CodeSourcery

Re: LTO (link time optimisation) branch (and IPO)?

2006-09-18 Thread Daniel Jacobowitz
On Mon, Sep 18, 2006 at 04:36:26PM +0200, Basile STARYNKEVITCH wrote: > Is the LTO branch inactive now? This surprises me! svn info gives me Why do you think a data of last Thursday means it is inactive? It isn't, as you can see if you follow gcc-patches. -- Daniel Jacobowitz CodeSourcery

Re: question about -static-libgcc

2006-09-19 Thread Daniel Jacobowitz
so.1 This is probably pulled in indirectly, from some other system library. Maybe check with readelf -d if it is directly DT_NEEDED from the executable? -- Daniel Jacobowitz CodeSourcery

Re: GCC 4.3 Platform List

2006-09-21 Thread Daniel Jacobowitz
time we replaced mips64-sgi-irix6.5, mips64-linux was changing even faster than it is now. It's settled down quite a bit; I would be happy to see mips64-linux-gnu on the list now. -- Daniel Jacobowitz CodeSourcery

Re: GCC 4.3 Platform List

2006-09-22 Thread Daniel Jacobowitz
b simulators - and in system mode. However, it doesn't really make up for testing on hardware. Not unless someone donates a lot of time to run good hardware certification tests on it, anyway :-) -- Daniel Jacobowitz CodeSourcery

Re: preprocessing question

2006-09-25 Thread Daniel Jacobowitz
ion of the function-like macro alt_x, which is what is being considered, if I'm reading c99 right, because no nested replacement of x occurred within the processing of alt_x(). It's a different scan. -- Daniel Jacobowitz CodeSourcery

Re: frame unwind issue with discontiguous code

2006-09-28 Thread Daniel Jacobowitz
o approach requesting an addition like this > to the Dwarf standard, I'm trying my luck here. You could ask, um, on the Dwarf list... See dwarf.freestandards.org. -- Daniel Jacobowitz CodeSourcery

Re: 4.1.1 spec files missing, FAQ misinformation

2006-10-04 Thread Daniel Jacobowitz
erly clever when they > configured your gcc package. Normally libdir and libexecdir point to the same > dir. What output do you see from "gcc -v"? Not any more. The default changed some time ago. Some distributors configure them to the same location. Jeff, for background, up

Re: Including GMP/MPFR in GCC repository?

2006-10-10 Thread Daniel Jacobowitz
remove, I recommend anyone who wants to attempt intl be very very careful. Our version has a modified build system, and other directories get their configuration information from it (config/gettext-sister.m4). -- Daniel Jacobowitz CodeSourcery

Re: Using up double diskspace for working copies (Was Re: Details for svn test repository)

2005-02-11 Thread Daniel Jacobowitz
60MB, or about 10% of the repository. If you've just got the one checkout, the checkouts win. I've got a dozen right now; from what I've been hearing, svk would be the biggest win for me. -- Daniel Jacobowitz CodeSourcery, LLC

Re: __register_frame_info and unwinding shared libraries

2005-02-15 Thread Daniel Jacobowitz
may be exactly what you're suggesting, but could we do this instead of what we do now? - Search the registered FDEs - use dl_iterate_phdr to register and search any unregistered objects -- Daniel Jacobowitz CodeSourcery, LLC

Re: SVN Test Repo updated

2005-02-16 Thread Daniel Jacobowitz
n generating release diffs (which are done direct > from source trees, not with cvs diff) to ensure that diffs to generated > files that aren't version controlled (and so not handled by gcc_update) > come after the diffs to their source files.) This would be about ten lines of shell s

Re: C++ -fno-weak with template instantiations

2005-02-23 Thread Daniel Jacobowitz
to the "right" one is never an issue. And the point of the mangling is that the two should be interchangeable anyway. -- Daniel Jacobowitz CodeSourcery, LLC

Re: C++ -fno-weak with template instantiations

2005-02-23 Thread Daniel Jacobowitz
ses are an ELF only manifest, aren't they? The C++ ABI that GCC follows actually mandates the use of COMDAT. I doubt that'll make things any easier for you. -- Daniel Jacobowitz CodeSourcery, LLC

Re: C++ -fno-weak with template instantiations

2005-02-23 Thread Daniel Jacobowitz
the suggestion to remove STB_WEAK when munging > the symbol table. That will work too. > > As a side note, can you point me to the C++ ABI that you are refering > to? Sure: http://www.codesourcery.com/cxx-abi/ -- Daniel Jacobowitz CodeSourcery, LLC

Re: -Ttext with -mthumb causes relocation truncated to fit

2005-02-24 Thread Daniel Jacobowitz
ith an ELF toolchain; use a linker script instead. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Should mainline be 5.0/4.1?

2005-02-25 Thread Daniel Jacobowitz
On Fri, Feb 25, 2005 at 02:22:00PM -0800, H. J. Lu wrote: > Mainline has > > const char version_string[] = "4.0.0 20050225 (experimental)"; > > Shouldn't it be 5.0 or 4.1? Mark already changed it to 4.1. -- Daniel Jacobowitz CodeSourcery, LLC

Re: gcc leaking?

2005-02-26 Thread Daniel Jacobowitz
n done regularily anyway? GCC is not designed as a library, so I expect many parts of the compiler allocate data that does not need to be saved to PCH files and will live the length of the compilation with xmalloc. I'm sure a good leak checker could tell you where they are coming from. -- Daniel Jacobowitz CodeSourcery, LLC

Re: [ARM] EABI and the default to short enums

2012-02-27 Thread Daniel Jacobowitz
Sorry for being late to the party. On Wed, Feb 15, 2012 at 9:55 AM, Ian Lance Taylor wrote: > Ouch, I did not know that the EABI left this open.  That seems like a > bug, because it prevents code from being interoperable.  This is > precisely the kind of thing an ABI should address.  Does anybody

Re: Wiki slowness

2012-04-13 Thread Daniel Jacobowitz
On Fri, Apr 13, 2012 at 4:04 AM, Richard Guenther wrote: > Heh - that's what I do for years, too ;)  I suppose sth crashes on the server > side when you save the page, so the communication is broken mid-way. I haven't looked at this in ages, but for GDB we had a problem with mail notifications be

Re: small changes of gdbinit.in

2008-01-23 Thread Daniel Jacobowitz
pe ptc by itself. Whether this is the best way or not is up for discussion, but it's done on purpose :-) -- Daniel Jacobowitz CodeSourcery

Re: small changes of gdbinit.in

2008-01-25 Thread Daniel Jacobowitz
$argc is pretty new. It was added in GDB 6.4, released June 2006. -- Daniel Jacobowitz CodeSourcery

Re: interesting case of DCE with dataflow.

2008-02-06 Thread Daniel Jacobowitz
z $zero,$link > > > > > I am completely missing your question. i do not see any redundancy of > the insn that you say is redundant. that insn is indexing thru in and > the next insn is indexing thru res. > > Obviously i am missing something. Except the load from in has been removed (it's redundant); so only the indexing is left. -- Daniel Jacobowitz CodeSourcery

Re: Internals for STL containers

2008-02-07 Thread Daniel Jacobowitz
#x27;t believe that the multi-vendor C++ ABI covers the STL. Only things specifically trying to be compatible with GCC will have the same members. -- Daniel Jacobowitz CodeSourcery

Re: Is anyone testing for a (cross-) target (board) with dynlinking?

2008-02-12 Thread Daniel Jacobowitz
On Tue, Feb 12, 2008 at 07:20:52PM +0100, Hans-Peter Nilsson wrote: > > Date: Tue, 12 Feb 2008 13:16:27 -0500 > > From: Daniel Jacobowitz <[EMAIL PROTECTED]> > > > On Tue, Feb 12, 2008 at 05:13:45AM +0100, Hans-Peter Nilsson wrote: > > > Thanks to you and Dav

Re: Is anyone testing for a (cross-) target (board) with dynlinking?

2008-02-12 Thread Daniel Jacobowitz
path doesn't exist on the host side. Ian already mentioned -rpath-link. Just for completeness: -rpath is only used at runtime, it doesn't even have to be a Unix path. But the linker may need something else in order to find the libraries at link time, -L or -rpath-link or both. -- Daniel Jacobowitz CodeSourcery

Re: GCC 4.3.0 Status Report (2008-02-14)

2008-02-18 Thread Daniel Jacobowitz
ithout the AltiVec ABI as we do with it. Which has no affect with -mno-altivec, but requires some prologue work with -maltivec -mabi=no-altivec. After that, whether the default ABI is AltiVec or not does not much matter to GCC. -- Daniel Jacobowitz CodeSourcery

Re: GCC 4.3.0 Status Report (2008-02-14)

2008-02-18 Thread Daniel Jacobowitz
iVec registers are saved and restored correctly. On powerpc-eabi, we would need to dynamically align the stack for -maltivec to behave. -- Daniel Jacobowitz CodeSourcery

Re: Rant about ChangeLog entries and commit messages - better to do something than just complain

2008-02-23 Thread Daniel Jacobowitz
k you! I hope we can get these hosted and maybe hyperlinked somewhere on a permanent basis. -- Daniel Jacobowitz CodeSourcery

Re: ARM gcc generates incorrect code?

2008-02-27 Thread Daniel Jacobowitz
: "0" (__p) \ > ^^ '0' means forcibly share an input >operand with operand zero. That's standard. It just means that if two input operands have the same value, we can't reuse %0 for the other one. -- Daniel Jacobowitz CodeSourcery

Re: Benchmarks: 7z, bzip2 & gzip.

2008-03-04 Thread Daniel Jacobowitz
but safe patches changing them are allowed on regression-only branches. -- Daniel Jacobowitz CodeSourcery

Re: update_path in gcc/prefix.h?

2008-03-12 Thread Daniel Jacobowitz
cc_libexec_prefix? -- Daniel Jacobowitz CodeSourcery

<    1   2   3   4   5   6   7   >