bugTiny C Compiler - Bugs: bug #40141, TCC tests should use the specified...

 
 

bug #40141: TCC tests should use the specified C compiler, not just 'gcc'

Submitter:  Ukusik <ukusik>
Submitted:  Sun 29 Sep 2013 04:01:46 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  robotux
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 31 Mar 2014 03:13:49 PM UTC, comment #2: 

I believe this should be fixed in the current development branch (mob branch in git repository).

Best regards,

Thomas

Thomas Preud'homme <robotux>
Group Member
Wed 02 Oct 2013 10:29:55 PM UTC, comment #1: 

I think there should be a configure option instead of the hardcoded gcc...

Ukusik <ukusik>
Sun 29 Sep 2013 04:01:46 PM UTC, original submission:  

TCC from the mob branch.

$ ../src/configure --cc=gcc-4.8 && make && make test

fails with:

------------ libtest ------------
./libtcc_test lib_path=..
Hello World!
fib(32) = 2178309
add(32, 64) = 96
gcc -o tcctest.gcc ../../src/tests/tcctest.c -I../../src -I..  -w -Wall -g -O2 -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare -Wno-unused-result -DTCC_TARGET_I386 -std=gnu99 -O0 -fno-omit-frame-pointer
make[1]: gcc: Command not found
Makefile:90: recipe for target 'test.ref' failed
make[1]: * [test.ref] Error 127

Ukusik <ukusik>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by robotux (Posted a comment)
  • -email is unavailable- added by ukusik (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-03-31 robotux Assigned toNone robotux
    2014-03-31 robotux StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code