Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
rmustacc created a comment on a pull request on illumos/gcc
Thanks! This has landed and been tagged as gcc-14.2.0-il-1. I did push this in manually to preserve the chain's history and commits.
rmustacc closed a pull request on illumos/gcc
illumos gcc 14.2.0 bringup
Import the patches used by OmniOS and OpenIndiana for their gcc-14 packages. Test results to follow.rmustacc created a tag on illumos/gcc
gcc-14.2.0-il-1 - GCC patched to build illumos, including the patches from Codesourcery/Sun Microsystems used in the 3.4.3 and 4.3.3 shipped with Solaris
rmustacc pushed 35 commits to il-14_2_0 illumos/gcc
- README.md: Add a simple description of what's what 3c18864
- gcc: enable the .eh_frame based unwinder 034f5ff
- intl: Don't use UTF-8 quotes. Ever. 14f9fae
- Implement -fstrict-calling-conventions Stock GCC is overly willing to violate the ABI when calling local functions, ... a9f3c03
- allow the global disabling of function cloning Optimizations which clone functions to create call-specific implement... 605f573
- strict-cc2: check that disabling function cloning prevents constant propagation eliding or changing arguments 5da8e11
- sol2: enable full __cxa_atexit support 2d9304b
- i386: Save integer-passed arguments to the stack, to aid debuggers. Originally implemented in: commit 023cc9a4c9... 5144a84
- 16 update cmn_err format specifier Reviewed by: Richard Lowe <[email protected]> Reviewed by: Robert Mustacchi <r... 1a38011
- 19 cmn_err %b conversion should accept 0 flag Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Richard Lowe... 8c1ae0d
- We never want to omit the frame pointer, regardless of the optimisation level or options to gcc - we like stack trace... b76befe
- libgo: libelf on illumos doesn't support largefile Originally from pkgsrc 8eb8fb4
- tests: x86_64 pro_and_epilogue RTL can't work with -msave-args The RTL is included directly in the test, and was gen... 994ae24
- i386: don't assert the FP is valid during epilogue adjustment I did this, I think, to double check some assumptions.... c03479a
- gcc.target/i386/retarg: skip if msave-args This will always fail if saving arguments, because we're testing argument... be56b58
- i386: use correct error message about -msave-args and ABIs We used to say it made no sense in 32bit mode, but it doe... 59c4071
- gcc.target/i386: skip 16bit tests when -msave-args bdbdf43
- Use compare-debug to pass stage2/stage3 comparison as avx_*.o and sse-*.o contain debug info that should be stripped 14e43da
- Address fixincludes failure a8a8c0e
- Use GNU backends for gcc-{ar,nm,ranlib} 060271f
- and 15 more ...
rmustacc closed a pull request on illumos/gcc
16768 kernel printf should know about %j and %z size specifiers (gcc10)
rmustacc created a comment on a pull request on illumos/gcc
Thanks, this was landed in e65c791f0cc13ec99962f924a24a192cca739ae2 and tagged as gcc-10.4.0-il-2!
rmustacc created a tag on illumos/gcc
gcc-10.4.0-il-2 - GCC patched to build illumos, including the patches from Codesourcery/Sun Microsystems used in the 3.4.3 and 4.3.3 shipped with Solaris
rmustacc pushed 1 commit to il-10_4_0 illumos/gcc
- 16768 kernel printf should know about %j and %z size specifiers e65c791