Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Subtree update cg gcc 2025 07 18#144140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
Show all changes
45 commits
Select commitHold shift + click to select a range
b9382e9
Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc
sayantnJun 5, 2025
56af662
Merge commit 'b7091eca6d8eb0fe88b58cc9a7aec405d8de5b85' into subtree-…
GuillaumeGomezJun 28, 2025
5a29ddd
Remove unwanted semi-colon in `rustc_codegen_gcc`
GuillaumeGomezJun 28, 2025
2359b6b
Fix signature of `filter_landing_pad`
GuillaumeGomezJun 28, 2025
6e63599
give Pointer::into_parts a more scary name and offer a safer alternative
RalfJungJun 28, 2025
a7715a4
Remove `()` returned value
GuillaumeGomezJun 28, 2025
8c45692
Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee
GuillaumeGomezJun 29, 2025
f1d6f48
Stop backends from needing to support nullary intrinsics
oli-obkJun 21, 2025
609a8ab
Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-…
GuillaumeGomezJun 30, 2025
43e9b04
Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-…
borsJun 30, 2025
7d904ae
Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk
matthiaskrgrJun 30, 2025
44b7484
Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgr
borsJun 30, 2025
1d2b874
Remove OVERWRITE_TARGET_TRIPLE env var now that config.sh is gone
antoyoJul 1, 2025
1bbe594
Fix installation of libgccjit for m68k
antoyoJul 1, 2025
89f0cb3
Specify linker in m68k CI
antoyoJul 1, 2025
cf509d8
Add missing --target-triple flags in m68k CI
antoyoJul 1, 2025
fec79b8
Add missing space before --target-triple
antoyoJul 1, 2025
3021598
Specify the linker when building the test project in m68k CI
antoyoJul 1, 2025
0b61286
Fix m68k CI
antoyoJul 2, 2025
bd100e2
Merge pull request #727 from rust-lang/test/ci
antoyoJul 2, 2025
ed1e9b7
Manually run in a VM in the m68k CI
antoyoJul 2, 2025
21c8639
Fix to use the correct expected output for m68k CI test
antoyoJul 2, 2025
1881087
Update the doc to reflect the new way to specify the linker for cross…
antoyoJul 2, 2025
f1c71ff
Clean some config stuff up
antoyoJul 2, 2025
75a4fb9
Merge pull request #424 from rust-lang/remove-overwrite-target-triple…
antoyoJul 2, 2025
a0e7630
Merge branch 'master' into sync_from_rust_2025_07_04
antoyoJul 4, 2025
312dcd7
Update to nightly-2025-07-04
antoyoJul 4, 2025
2961464
Change the implementation of supports_parallel to signal tha cg_gcc i…
FractalFirJul 8, 2025
6388524
Skip needlessly setting the default visibility on functions
FractalFirJul 9, 2025
7e84472
Inserted a local variable in volatile_load, to ensure reads don't mov…
FractalFirJul 8, 2025
86f5318
Merge pull request #732 from FractalFir/thread_soundness_fix
antoyoJul 9, 2025
35bdf8b
Merge pull request #734 from FractalFir/remove_needless_attr
antoyoJul 9, 2025
8a9af5f
Merge pull request #733 from FractalFir/volatile_load_tmp
antoyoJul 9, 2025
0bb092a
Fix building the sysroot
antoyoJul 12, 2025
1954034
Comment test that cannot be fixed currently
antoyoJul 12, 2025
56a82a2
Fix empty backtrace
antoyoJul 13, 2025
623609e
Ignore failing test
antoyoJul 13, 2025
b01bbe0
Fix no-f16-f128 feature name
antoyoJul 13, 2025
b0ab2bf
Fix LTO test
antoyoJul 13, 2025
83fbcab
Fix warnings in tests
antoyoJul 16, 2025
ecd958f
Fix LTO errors
antoyoJul 16, 2025
4d16951
Comment some tests in the m68k CI because we cannot run programs on a…
antoyoJul 18, 2025
f682d09
Merge pull request #735 from rust-lang/sync_from_rust_2025_07_04
antoyoJul 18, 2025
66017df
Merge commit 'f682d09eefc6700b9e5851ef193847959acf4fac' into subtree-…
GuillaumeGomezJul 18, 2025
f16474f
Remove forgotten git annotations
GuillaumeGomezJul 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix no-f16-f128 feature name
  • Loading branch information
@antoyo
antoyo committedJul 13, 2025
commitb01bbe06cc2fea18957895f2722d687b00efcbd7
6 changes: 3 additions & 3 deletions.github/workflows/m68k.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -82,14 +82,14 @@ jobs:
- name: Build sample project with target defined as JSON spec
run: |
./y.sh prepare --only-libcore --cross
./y.sh build --sysroot --featurescompiler_builtins/no-f16-f128 --target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
./y.sh build --sysroot --featurescompiler-builtins-no-f16-f128 --target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
CG_RUSTFLAGS="-Clinker=m68k-unknown-linux-gnu-gcc" ./y.sh cargo build --manifest-path=./tests/hello-world/Cargo.toml --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
./y.sh clean all

- name: Build
run: |
./y.sh prepare --only-libcore --cross
./y.sh build --sysroot --featurescompiler_builtins/no-f16-f128 --target-triple m68k-unknown-linux-gnu
./y.sh build --sysroot --featurescompiler-builtins-no-f16-f128 --target-triple m68k-unknown-linux-gnu
./y.sh test --mini-tests --target-triple m68k-unknown-linux-gnu
CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests --target-triple m68k-unknown-linux-gnu
./y.sh clean all
Expand All@@ -102,7 +102,7 @@ jobs:

- name: Run tests
run: |
./y.sh test --target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot --sysroot-featurescompiler_builtins/no-f16-f128 ${{ matrix.commands }}
./y.sh test --target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot --sysroot-featurescompiler-builtins-no-f16-f128 ${{ matrix.commands }}

- name: Run Hello World!
run: |
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp