Sunagatov Denis

Results 36 issues of Sunagatov Denis

**V version:** V 0.2.2 `47bf644`, timestamp: 2021-07-09 03:27:16 +0300 **OS:** Linux, Ubuntu 20.04.2 LTS **What did you do?** ``` fn name < T > ( x T ) T {...

Bug

## Context Trying to test the compiler output when I divide by zero to test my exception handlers. For this I set up variables such that one of them is...

bug
llvm-bug
stale

## Context The internal function `__$startup_runtime` appears to be the function that is called to initialize the global structs and arrays that are being put into bss section on startup....

stale

## Context Trying to implement a section with link-time information about the executable to implement [stivale2](https://github.com/stivale/stivale/blob/master/STIVALE2.md#x86_64)-bootable kernel The way I'm currently approaching this is by using multiple global variables marked...

stale

The following sif code: ``` a: uint = -0xFFFF_FFFF_FFFF_FFFF; printa(a); ``` Prints out `0` to the screen. Note: In `checker.cpp`, line 2822 we assign a negative version of `int`, `f32`...

The integer literal `0xFFFF_FFFF_FFFF_FFFF_F` Triggers ICE. SIF Lexer does not check for integer literal overflow.

Steps to reproduce: 1. Compile a program without .lib dependenceis and without vs environment (vsvars) Result: The linker displays the error message, then sif compiler displays "internal compiler error" message....

Function relies on C's `fgets`. it's behaviour is described as follows: Returns string allocated using `allocator` with length at max 256 characters.

This should make it easier for people who want to contribute on Odin's core library to be able to use the language server.