Bugzilla entries for arc-elf32 target

2005-06-21 Thread Saurabh Verma
/msg02171.html 2. http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg01276.html 3. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00951.html (another pending patch:PR 8973) -- Saurabh Verma GNU Tools Team codito ergo sum (www.codito.com)

Query regarding execute test 960521-1. c in gcc.c-torture

2005-09-28 Thread Saurabh Verma
hi, i had a query regarding testcase gcc.c-torture/execute/960521-1.c [Link below]. The testcase does the following: i) mallocs two integer arrays a and b of size n each ii) *b=0 and increment b {lets call the new b as bnew, and the old b as bold, so

Regarding delayed branches and CFGs

2006-01-02 Thread Saurabh Verma
hi, On a target that supports delayed branches, i have the following code generated by gcc-3.4.4: Before dbr_schedule: ~~~ 1- label1: 2- cmp r0,100 3- branch.eq label2 ... 4- move r1, 0 ... 5- label2:

Re: Regarding gcc Makefile.in

2006-01-24 Thread Saurabh Verma
hi ashit, On Tue, 2006-01-24 at 15:39 +0530, Ashit Kumar wrote: > I am a newbie for GCC internals.Actually i want to build the GCC (say it > compile the GCC).Now during this i want to study the build process of it. a good starting point could be building gcc natively and looking at the build logs,

Re: Information about .debug and .line section in elf files

2006-06-28 Thread Saurabh Verma
Hello Olivier, I would suggest looking at ELF and DWARF specifications [1] for the standards documentation, and gcc/dwarf2out.c for the implementation. HTH Best regards saurabh Links: ~ 1. http://refspecs.freestandards.org/ On Wed, 2006-06-28 at 09:01 +0200, Oliver Eichler wrote: >

Re: Call for port conversions to MD define_constraint

2007-05-28 Thread Saurabh Verma
On Fri, 2007-05-25 at 12:41 -0700, Zack Weinberg wrote: > but there are still a lot left to go: > > arc bfin c4x cris crx fr30 frv h8300 iq2000 m32c m32r m68hc11 mcore mmix > mn10300 mt pa pdp11 score sh sparc stormy16 v850 vax I can provide the patch for arc sometime soon regards saurab

Re: How to use GCC testsuite..?

2007-06-27 Thread Saurabh Verma
The testsuite can be run with a simulator too (in absence of real hardware). You can refer to the *-sim.exp files in the dejagnu baseboards directory for sample specifications. HTH regards saurabh On Wed, 2007-06-27 at 00:18 +0300, Tehila Meyzels wrote: > > AFAIK, if you don't have such machine