bugTiny C Compiler - Bugs: bug #37749, The head of the repository do not...

 
 

bug #37749: The head of the repository do not compile arm-fpa-tcc

Submitted by:  None
Submitted on:  Thu 15 Nov 2012 02:36:57 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: Thomas Preud'homme <robotux>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Sun 13 Jan 2013 10:45:09 PM UTC, comment #1:

I believe this was fixed few days later by commit 6eec9310387f96dfb89aef0359fc837bc9cf00c4. Can you confirm it works for you now?

Thomas Preud'homme <robotux>
Project MemberIn charge of this item.
Thu 15 Nov 2012 02:36:57 PM UTC, original submission:

The last update on arm-gen.c, replaced some code and removed the alternative when TCC_ARM_VFP is not defined and this prevents it to compile for arm that doesn't have "vfpr".

#ifdef TCC_ARM_VFP //on the head it's around line 1054
for(i = 0; i < keep; i++) {
vrotb(keep);
gv(regmask(plan2[i]));
/* arg is in s(2d+1): plan2[i]<plan2[i+1] => alignment occured (ex f,d,f) */
if (i < keep - 1 && is_float(vtop->type.t) && (plan2[i] <= plan2[i + 1])) {
o(0xEEF00A40|(vfpr(plan2[i])<<12)|vfpr(plan2[i]));
}
}
#else //bellow is the code that was removed and I reinserted it surrounded this ifdef
for(i=keep;i--;) {
gv(plan2[i]);
vrott(keep);
}
#endif

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by robotux (Posted a comment)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 4 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Mon 18 Mar 2013 04:00:45 PM UTCrobotuxStatusReady For Test=>Fixed
      Open/ClosedOpen=>Closed
    Sun 13 Jan 2013 10:45:09 PM UTCrobotuxStatusNone=>Ready For Test
      Assigned toNone=>robotux

    Back to the top


    Powered by Savane 3.1-cleanup1