bugTiny C Compiler - Bugs: bug #40163, TCC gives an error when dividing...

 
 

bug #40163: TCC gives an error when dividing by floating-point constant 0

Submitter:  Ukusik <ukusik>
Submitted:  Wed 02 Oct 2013 10:46:13 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 Feb 2024 04:50:13 PM UTC, comment #1: 

Checked with tcc 0.9.28rc:

  • compiles without failure
  • Runs with the same Output as compiled with gcc:


inf


Can be closed.

Detlef Riekenberg <wine_dev>
Wed 02 Oct 2013 10:46:13 PM UTC, original submission:  

#include <stdio.h>
double x = 1.0 / 0.0;
int main(void)
{
  printf("%f\n", x);
  return 0;
}

$ tcc testcase.c
testcase.c:2: error: division by zero in constant

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 wine_dev (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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code