[EMAIL PROTECTED] wrote on Mittwoch, 15. Juni 2005 18:31 :
> Hello, I'm trying to compile a simple program with gcc on windows and am
> getting really frustrated. I've tried entering the commands in command
> prompt (no ms-dos mode, I have XP) and Run, but can't get anything,
> mostly something lik
Am Freitag, 3. Juni 2005 10:48 schrieb Mark Mitchell:
> DJ Delorie wrote:
> > Do we have a standard way of telling the testsuite how big target
> > types are, or some standard "this test assumes 32 bit int" dejagnu
> > flag?
>
> I don't think we have any way of doing this at present. I could be
>
Am Samstag, 4. Juni 2005 15:04 schrieb Paolo Bonzini:
> > (parallel [
> > (use (operands[0]))
> > (set (operands[0]) (minus:HI (operands[1]) (operands[2]))
> > (note "please delete the entire embracing parallel instruction before
> > register life-time analysis by a new pass: It pretends to use
Hi,
During the last weeks I have experimented a bit with the AVR back-end. IMO
there presently are two areas where it is worth to concentrating efforts on:
1.) cc0 -> CCmode transition
2.) splitting of HI- and SI-mode operations so that the RTL finally gets some
similarity with the actually exis
> Jan Hubicka wrote, Friday May 20th
>
> > The attached patch seems to fix the problem to me (at least to the point
> > so I can build cc1 binarry). What kind of other problems you are
> > seeing?
... just realized that you have still reported the problem that build stops at
the cc1 level: This i
Jan Hubicka wrote, Friday May 20th
>
> The attached patch seems to fix the problem to me (at least to the point
> so I can build cc1 binarry). What kind of other problems you are
> seeing?
>
thank you for your fast response. After applying your patch, bootstrap
succeeds again also on my machine.
Hi,
I am observing a bootstrap failure for the avr target that seems to be related
to the patch
2005-05-19 Jan Hubicka <[EMAIL PROTECTED]>
...
* basic-block.h (REG_BR_PROB_BASE): Define.
...
* rtl.h (REG_BR_PROB_BASE): Kill.
. Bootstrap using the switches
configure --target=
Hello,
when working on the AVR target I stepped over the follwoing issue (IMO not
urgent but still bearing quite some potential of improvement):
When implementing "lowering" of SImode and HImode expressions to QImode
sequences by splitters after reload, quite a number of new optimization
oppor
Best thanks for your fast reply!
... did not know that gdb has support for printing RTX. *VERY* useful feature
(and much better than temporary including debugging printout commands in the
compiler itself :-) ).
Yours,
Björn