Re: Link tests not allowed

2006-12-31 Thread Jim Wilson
gure error printed is a bit misleading. It used to make sense when it was first written, but a lot of stuff has changed since then, and the error message never got updated. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Link tests not allowed

2006-12-31 Thread Jim Wilson
escribed? What is the linker error message there? -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Link tests not allowed

2006-12-31 Thread Jim Wilson
the shell test -x command does not work with that. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Link tests not allowed

2006-12-31 Thread Jim Wilson
l there on mainline. gcc-4.1.2 may have a different problem. I'll have to try to reproduce it again with the right tree. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Link tests not allowed

2007-01-01 Thread Jim Wilson
anything further here without more info. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Link tests not allowed

2007-01-01 Thread Jim Wilson
he use of -V probably fails which is OK as this is only for information purposes, but the next one is the GCC_NO_EXECUTABLES test, and that one should have worked. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Fwd: Re: gcc 4.1.1 for mcore

2007-01-08 Thread Jim Wilson
x OS on it. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Performance of gcc 4.1 vs gcc 3.4

2007-01-15 Thread Jim Wilson
application by changing gcc versions is to try it yourself and see what happens. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Creating a variable declaration of custom type.

2007-01-15 Thread Jim Wilson
ucture type and also defines a pointer to that type, and then step through gcc to see what it does. Try putting breakpoints in finish_struct and build_pointer_type. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Jim Wilson
call clobbered register. There are quite a few of them. Another solution is to add the instrumentation earlier, and use expand_call. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Jim Wilson
ternals to get this working. It is probably simpler to just write your instrumentation function in assembly code. Or maybe compile it to assembly, and then fix it by hand. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: how to dump tree in pt.c:tsubst?

2007-02-12 Thread Jim Wilson
dump_node directly. There are also functions in print-tree.c which produce a different style of output. The entry point here is debug_tree. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Question about register allocation (GCC 4.1)

2007-02-16 Thread Jim Wilson
at I have 80 of them, it is very rare to run out. Also, since input/output registers can be used for other stuff besides input/output arguments, it is even rarer to run out of locals and still have unused input/output regs left. So I don't worry about it. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: "Installing GCC" documentation: Why a nonstandard title page?

2007-02-21 Thread Jim Wilson
viewing the output on our web site than via the info program. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Question about source-to-source compilation

2007-02-21 Thread Jim Wilson
r, at present, it is not possible to add such a backend into the FSF GCC sources, because this would allow people to subvert the GPL, and FSF policy does not allow this. The Sun backend was already submitted once and rejected for that reason. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Incorrect code generation while passing address of char parameter

2007-02-21 Thread Jim Wilson
RISC like port in gcc-3.3.x. So start building other random ports, and feeding in your testcase, and look at the RTL that they generate, and figure out why yours is different. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Quick FUNCTION_MODE doco query

2007-03-12 Thread Jim Wilson
Dave Korn wrote: Was this description perhaps written in pre-RISC days? Yes. You can find identical text in the gcc-1.42 documentation, when almost every port was a CISC. The docs in rtl.texi for the call expression is a bit clearer about the intent here for FUNCTION_MODE. -- Jim

Re: Error in checking compat.exp

2007-03-13 Thread Jim Wilson
o note that the directory has files bitfield_main.C, bitfield_x.C, and bitfield_y.C. So it looks like there is a tcl script somewhere to replace "main" with "x", which fails if the directory path contains "main" anywhere in it other than in the filename at the

Re: Compiling without the use of static registers in IA-64

2007-03-13 Thread Jim Wilson
of them. You might need other changes to make this work. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: RTL representations and virtual addresses

2007-03-13 Thread Jim Wilson
know, for each basic block and RTL command, what is the virtual address this command will be at in the binary.. You can already find much of this info in the gcov profiling files. See profile.c and gcov.c and other related files. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Constrain not satisfied - floating point insns.

2007-03-14 Thread Jim Wilson
. You can't have separate define_insns for movsf and movsf_store. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: error: unable to find a register to spill in class 'FP_REGS'

2007-03-14 Thread Jim Wilson
ed reloads. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Constrain not satisfied - floating point insns.

2007-03-15 Thread Jim Wilson
, S, T and the usual operand combinations. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: What to do when constraint doesn't match

2007-03-15 Thread Jim Wilson
use two separate patterns like this. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Constrain not satisfied - floating point insns.

2007-03-15 Thread Jim Wilson
nce, you need a single move insn pattern that accepts all of the usual operand combinations. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Constrain not satisfied - floating point insns.

2007-03-15 Thread Jim Wilson
d multiple times for the same insn, as we have to iterate until all insns are fixed. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: error: unable to find a register to spill in class 'FP_REGS'

2007-03-15 Thread Jim Wilson
). I seem to be getting inconsistent information here. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: regclass oddity?

2007-03-15 Thread Jim Wilson
gcc-2.95.3. It looks like things have changed in this area since then. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: regclass oddity?

2007-03-15 Thread Jim Wilson
g? Adding the union classes would certainly help. The mips port for instance has union classes for hi, lo, the general regs, along with some others. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Constrain not satisfied - floating point insns.

2007-03-19 Thread Jim Wilson
when we expect that this will result in an insn that won't require any further reloading. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Trouble understanding reload dump file format..

2007-03-19 Thread Jim Wilson
even though there is no actual address involved here. That gets the reloads emitted in the right place. As usual, I'm over simplifying. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Bitfield conversion bug in 4.2?

2007-03-19 Thread Jim Wilson
Eric Lemings wrote: test.cpp: In function 'int main()': test02.cpp:6: error: could not convert 's.S::v' to 'bool' test02.cpp:6: error: in arguument to unary ! As per my gcc-bugs message. I suggest this untested patch. -- Jim W

Re: why not use setjmp/longjmp within gcc?

2007-03-22 Thread Jim Wilson
emulated FP for folding operations, even when native, so we no longer have to worry about getting FP signals here, and the setjmp calls are gone. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Adding Profiling support - GCC 4.1.1

2007-03-22 Thread Jim Wilson
stem. If you want to learn how mcount works, just pick any existing target with mcount support, and study it. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: -Wextra and enumerator/non-enumerator in conditional expressions

2007-04-09 Thread Jim Wilson
Also, in order to see the warning, you have to use a type that the enum does not easily convert to. Something like return (1 ? BAR : 1L); works. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: DWARF Formats - GCC 4.1.1

2007-04-09 Thread Jim Wilson
compare the dwarf2out.c files. You could check the ChangeLog, svn log, and gcc-patches mailing list to see individual patches. You could compile with -S -dA and look at the assembly language output. You could dump the debug info from object files with readelf and compare them. Etc. -- Jim

Re: Possible bug in preprocessor

2007-04-09 Thread Jim Wilson
o create a( because a( is two tokens. See the ISO C standard. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: adding dependence from prefetch to load

2007-04-12 Thread Jim Wilson
ttern, you should get the dependency you want. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: peephole patterns are not matching

2007-04-12 Thread Jim Wilson
Mohamed Shafi wrote: even i wrote define_peephole2 which is similar to the above. But the above patterns are not matched at all. But i can find these patterns in the rtl dumps. Run cc1 under gdb. Put a breakpoint in the peephole function. Step through the code to see what is wrong. -- Jim

Re: GCC mini-summit - benchmarks

2007-04-21 Thread Jim Wilson
output)? The claim is that SPEC CPU2006 has source code bugs that cause it to fail when compiled by gcc. We weren't given a specific list of problem. There are known problems with older SPEC benchmarks though. For instance, vortex fails on some targets unless compiled with -fno-stri

Re: Problem building gcc on Cygwin

2007-04-21 Thread Jim Wilson
4.1.2 mkdir obj cd obj ../gcc/configure which will fail. You should instead do mkdir obj cd obj ../gcc-4.1.2/configure which will work. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: A question on gimplifier

2007-04-21 Thread Jim Wilson
e temp, and then use the temp as the output/input argument. There are probably lots of existing examples in the i386 *.md files to look at. See for instance the reduc_splus_v4sf pattern in the sse.md file. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Explicit NOPs for a VLIW Machine

2005-10-12 Thread Jim Wilson
. This gets pretty complicated for IA-64 because of the bundling issues, but it is doable. Otherwise, no, there is no simple way to do this other than what you are already doing. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: A New Architecture

2005-10-12 Thread Jim Wilson
e via make -k check RUNTESTFLAGS="--target_board=score-sim.exp" and hopefully it should work. You can add -v options to RNUTESTFLAGS to help debug testsuite issues. The more -v options you add, the more debugging output you get. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: cross build gcc 4.0/4.1 fail

2005-10-12 Thread Jim Wilson
, the i686-pc-mingw32-gcc must be built from the same gcc-4.0-branch sources you are using for the canadian cross build. You should consider using --prefix options so that each gcc version gets installed in a different place. This will help avoid confusion about gcc versions. -- Jim Wilson, GNU

Re: GCC Installation Problem - Please help....

2005-10-12 Thread Jim Wilson
-lynxos*): Rename it to powerpc-*-lynxos*. Update to LynxOS 4.0. These patches are in the gcc-4.0.x series. So if you have LynxOS 4.0, then gcc-4.0.2 should work for you. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Error at compiling linux-2.6.13.4

2005-10-12 Thread Jim Wilson
oblem, for instance by using different optimization options. By the way, gcc bugs should be reported into bugzilla, rather than mailed to this list. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: [gfortran] Change language name from "f95" to "fortran"

2005-10-13 Thread Jim Wilson
month ago. It just occured to me today that it is a bit odd that I can do --enable-languages=fortran, but I can't do -x fortran. The -x option only accepts f77 and f95. Shouldn't -x fortran work also? -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: CVS access to the uberbaum tree

2005-10-17 Thread Jim Wilson
stop working in a couple of weeks. It is probably pointless to start using it now. I don't recall how to use uberbaum, though I do recall that the instructions are buried in one of the gcc mailing list archives. If you search, you should be able to find them. -- Jim Wilson, GNU

Re: Is gcc optimized for thread level parallelism?

2005-10-20 Thread Jim Wilson
agmas. This is probably more directed at multiprocessor machines than threads, but it is a start in the right direction. See http://gcc.gnu.org/projects/gomp/ This is still in early stages of implementation. Don't expect anything to work yet. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Deinitialization of globals

2005-10-20 Thread Jim Wilson
ow to submit bug reports. My first guess would be a linker script or binutils problem. This testcase works as expected on x86 Fedora Core 4 by the way. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: A question about RTL output

2005-10-23 Thread Jim Wilson
case, and RTL dumps. But it is probably better if you look at this yourself. Generate debugging dumps, -da -fdump-tree-all, and then start looking. Presumably an XOR was generated at first, and then got optimized to an scond at some point. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: MIPS TLS relocation assembly code invalid from GCC-4.1...

2005-10-23 Thread Jim Wilson
ould cause the failure that you are seeing. Or maybe there is just a bug in the mips uclib tls support. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Question on Dwarf2 unwind info and optimized code

2005-10-24 Thread Jim Wilson
to find an example where the missing unwind info is a problem. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: semantics of null lang_hooks.callgraph.expand_function?

2005-10-26 Thread Jim Wilson
and gcc-4.0 and later do not, so I'd guess this transition happened when tree-ssa got merged in. Or maybe it was enabled by the tree-ssa work. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: semantics of null lang_hooks.callgraph.expand_function?

2005-10-26 Thread Jim Wilson
;t assume that the analyze_expr hook is defined. We must check first. This is an analysis from just looking at the code. I haven't tried to debug it and see what is really going on. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: GccPowerpc eabi HowTo - probem with stido functions ( sprintf)

2005-10-27 Thread Jim Wilson
hich will work on the simulator. If you are running on a bare board, then you will need syscall stubs that call monitor routines. Some of these may not be supported on the board, in which case you can return an error, and just avoid calling them. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: non mainstream hardware.

2005-10-28 Thread Jim Wilson
, access to systems is available if one has sufficient motivation. The real problem here is lack of motivation. If I don't know anyone using alpha-vma for instance, then I'm unlikely to volunteer to fix alpha-vms bugs. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: GccPowerpc eabi HowTo - probem with stido functions ( sprintf)

2005-10-31 Thread Jim Wilson
st on sourceware.org. Or try building a default powerpc toolchain, figuring out how it works, and then figure out how to modify it to do what you want. The simplest default is using the simulator. For powerpc, that means compiling with -msim. -- Jim Wilson, GNU Tools Support,

Re: Bug in install of gfortran for gcc-4.0.2

2005-11-01 Thread Jim Wilson
install to fail, even though it is wrong. I haven't seen install failures because of this problem. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: dump CFG and callgraph

2005-11-01 Thread Jim Wilson
ization", which seems a bit confusing(considering that callgraph can be used as inlining etc.) Looks like a typo. English isn't the author's first language. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: weird installation problem on i686-pc-linux-gnu

2005-11-01 Thread Jim Wilson
before you started the install. In this case, you might want to do a rm -rf $destdir to get a clean install. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?

2005-11-07 Thread Jim Wilson
-lunwind. There are one too many braces here. I don't see this problem in the FSF gcc tree. I'm guessing this is a mistake in the HP gcc sources that you are using. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: copyright assignement

2005-11-07 Thread Jim Wilson
Pierre-Matthieu anglade wrote: I'd like to contribute to the development of gfortran and for that, it appears that filling a copyright assignment form is mandatory. Can someone tell me where to get this? You can start with the form in http://gcc.gnu.org/ml/gcc/2003-06/msg02298.html -

Re: Unwinding through signal handlers on IA-64/Linux

2005-11-07 Thread Jim Wilson
evel details of the unwinder, and how it interacts with signal stack frames, so I'm not sure how much help I can be here. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?

2005-11-07 Thread Jim Wilson
but not a copy of HPUX, so my machine is only running linux. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?

2005-11-08 Thread Jim Wilson
in a depot file. Can I do anything with a depot file even though I don't have HPUX? I haven't tried downloading the file to check. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: new operator in gcc-3.4

2005-11-14 Thread Jim Wilson
Lars Callenbach wrote: v = new double **[100]; operator new[]() -> operator new() -> malloc () -> _int_malloc() Without a testcase we can compile, we probably can't do anything except point out that a malloc failure is probably not due to a gcc problem. -- Jim Wilson, GNU

Re: can DECL_RESULT be 0?

2005-11-14 Thread Jim Wilson
for a very long time. We could perhaps drop the comment about 0 values, or maybe expand it to say that the DECL_RTL of the RESULT_DECL is 0 for functions that return no value. aggregate_value_p doesn't look at DECL_RTL (DECL_RESULT (...)) so there is no problem there. -- Jim Wilson,

Re: strange result when compiling w/ -fpreprocessed but w/out -fdumpbase

2005-11-14 Thread Jim Wilson
on in the specs. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: [gfortran] Second try: Problem parsing hexadecimal constants?

2005-11-14 Thread Jim Wilson
ntion that this is a regression from f77. This list is primarily for developers, not for users, and hence isn't always "user friendly". You won't always get an answer to questions posted here. Also, check out the fortran mailing list mentioned on the gcc.gnu.org web s

Re: arm-rtems Ada Aligned_Word compilation error

2005-11-14 Thread Jim Wilson
Joel Sherrill <[EMAIL PROTECTED]> wrote: s-auxdec.ads:286:13: alignment for "Aligned_Word" must be at least 4 Any ideas? I'm guessing this is because ARM sets STRUCTURE_SIZE_BOUNDARY to 32 instead of 8, and this confuses the Ada front end. -- Jim Wilson, GN

Re: [Treelang] flag_signed_char

2005-11-14 Thread Jim Wilson
might work fine on a signed-char system, but fail on an unsigned-char system. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: fixincludes make check broken?

2005-11-14 Thread Jim Wilson
ement in fixincl.c to emit the missing trailing newline after the fputs. I think the next step is to try to figure out if an autogen change broke this, or if a fixincludes change broke this. I'd suggest opening a PR to track this unless you want to volunteer to do this work. --

Re: dwarf2 basic block start information

2005-11-14 Thread Jim Wilson
BLOCK set in this case. Using -p would make the diff more readable. We get complaints every time the debug info size increases. Since this is apparently only helpful to an optional utility, this extra debug info should not be emitted by default. There should be an option to emit it. -- Jim W

Re: apps built w/ -fstack-protector-all segfault

2005-11-14 Thread Jim Wilson
us it sounds like you have made gcc changes that weren't included in your message. So there isn't much we can do here except ask for more details. Try debugging the problem. If you can identify a specific problem here, and give us details about it, we can probably help. -- Jim Wi

Re: Incorrect default options for h8300 target

2005-11-14 Thread Jim Wilson
need to check out a new tree from scratch at this point. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: dwarf2 basic block start information

2005-11-15 Thread Jim Wilson
patch working reliably. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: question about gcc

2005-11-17 Thread Jim Wilson
ml and try looking at the up-link to global itself also. I found this by searching on the GNU web site. I've never used global myself. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: can DECL_RESULT be 0?

2005-11-17 Thread Jim Wilson
Rafael Ávila de Espíndola wrote: Thank you very much for showing that the problem was in the comment. I've checked in a patch to fix the comment typo. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Undelivered Mail Returned to Sender

2005-11-17 Thread Jim Wilson
he subject line. Anyways, the overseers aren't sure what the problem is, but they are testing a newer version of the mailer software in the hope that it will fix the problem. You aren't the only person seeing this problem. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Undelivered Mail Returned to Sender

2005-11-17 Thread Jim Wilson
Jim Wilson wrote: Gabriel Dos Reis wrote: This is the fifth or so message from me, within the last few days, that gets rejected. What is up? Hmm, I don't see this in the overseers archive. Because it is sourceware.org not sourceware.com. I should have noticed that before I made the

Re: failed to run testsuite for libstdc++ on x86_64-unknown-linux-gnu for target unix/-m32

2005-11-21 Thread Jim Wilson
There should be useful info in the $target/libstdc++/testsuite/libstdc++.log file. You probably got a linker error. One obvious question is to check to see whether you have the optional 32-bit libraries installed. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Target processor detection

2005-11-21 Thread Jim Wilson
run time checks to read system registers that contain info about what hardware features are present. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: A question about having multiple insns for one operation

2005-11-21 Thread Jim Wilson
curious and looks wrong. Maybe it will never match anymore? -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Gcc help pages about __mode__ keyword

2005-11-22 Thread Jim Wilson
. Bugs should be filed into our bugzilla database, if you want action taken on them. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: __thread and builtin memcpy() bug

2005-11-28 Thread Jim Wilson
t Red Hat gcc releases here, only FSF ones. As for the underlying bug, the ICE, I can reproduce this with FSF gcc-3.4.x sources. It would be OK to report that bug into the FSF gcc bugzilla database. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: m68k exception handling

2005-11-28 Thread Jim Wilson
approach also generally requires some C library support, which is present in glibc, but may not be present in newlib. You can find info on this approach here http://gcc.gnu.org/ml/gcc/2004-03/msg01779.html -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: GCC-3.4.5 Release Status

2005-11-28 Thread Jim Wilson
Gabriel Dos Reis wrote: At the moment, we have only one bug I consider release critical for 3.4.5. middle-end/24804 Produces wrong code I put an analysis in the PR. It is a gcse store motion problem. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: unable to find a register to spill in class

2005-11-28 Thread Jim Wilson
nal on the insn uid if the problem appears to be there. Also, check find_regs and figure out why it failed. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: GCC-3.4.5 Release Status

2005-11-28 Thread Jim Wilson
ed until just before the gcc-4.0 release. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: MIPS: comparison modes in conditional branches

2005-12-05 Thread Jim Wilson
Since this occured long ago, it would be difficult to determine exactly why it was done this way. It was perhaps just done that way because it looked obviously correct. Yes, it looks like fixing the combiner problem would make it possible to remove the mistaken mode checks. -- Jim Wilson, GNU

Re: more strict-aliasing questions

2005-12-05 Thread Jim Wilson
l give no warning, and -Wstrict-aliasing=2 will give a warning. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: problem with gcc 3.2.2

2005-12-05 Thread Jim Wilson
a gcc bug, but we need the same kind of info to help with user errors. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Problem with bugzilla account

2005-12-05 Thread Jim Wilson
Eric Weddington wrote: I have a problem with making an email change for my bugzilla account. sysadmin requests can be sent to [EMAIL PROTECTED] -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: ARM spurious load

2005-12-05 Thread Jim Wilson
r #31 orr r1, r1, #34603008 @ lr needed for prologue bx lr Disabling this pattern may result in worse code for other testcases though. It was presumably added for a reason. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Torbjorn's ieeelib.c

2005-12-06 Thread Jim Wilson
bit.c. This is another option worth investigating. I don't know how it compares to the glibc code or Torbjorn's code. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Not usable email content encoding

2020-03-18 Thread Jim Wilson
I'm one of the old timers that likes our current work flow, but even I think that we are risking our future by staying with antiquated tools. One of the first things I need to teach new people is now to use email "properly". It is a barrier to entry for new contributors, since our requirements are

Re: Modifying RTL cost model to know about long-latency loads

2020-04-13 Thread Jim Wilson
On Sat, Apr 11, 2020 at 4:28 PM Sasha Krassovsky via Gcc wrote: > I’m currently modifying the RISC-V backend for a manycore processor where > each core is connected over a network. Each core has a local scratchpad > memory, but can also read and write other cores’ scratchpads. I’d like to add >

Re: Modifying RTL cost model to know about long-latency loads

2020-04-16 Thread Jim Wilson
On Thu, Apr 16, 2020 at 7:28 PM Sasha Krassovsky wrote: > @Jim I saw you were from SiFive - I noticed that modifying the costs for > integer multiplies in the riscv_tune_info structs didn’t affect the generated > code. Could this be why? rtx_costs is used for instruction selection. For instanc

  1   2   3   4   >