sema: fix compiler crash during constant matching analysis with zero-… #907
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build [GCC] - macOS | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: macOS-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: julelang/ci@main | |
- name: Build JuleC | |
run: | | |
julec --compiler gcc --compiler-path g++-13 -t src/julec | |
g++-13 -w --std=c++17 -O0 -Wl,-ld_classic dist/ir.cpp |