Hi there,
Greetings! Trust this mail finds you well!
Would you be interested in the following users, clients, and customers for your
marketing initiatives?
* Eclipse users
* Visual Studio Code users
* Netbeans users
* Axway users
* CoffeeCup HTML Editor users
Currently, we
Hi all,
Here is the agenda for tomorrow's RISC-V GNU toolchain meeting. If you have any
topics want to
discuss or share, please change the angenda/notes doc or let me know and I will
update them, thanks.
https://docs.google.com/document/d/1JSs-BSlPJ3QYbAb-Add1TlbYx0nOT1ur3jcsITIJ01U/edit#
Hi David,
I used the below code snippet to experiment with out-of-bounds (OOB) on
trunk. Three things occurred that I believe could see some improvement. See
https://godbolt.org/z/57n459cEs for the warnings.
int consecutive_oob_in_frame ()
{
int arr[] = {1,2,3,4,5,6,7};
int y1 = arr[9]; /
Currently, gcc delibrately filters out default library paths "/lib/" and
"/usr/lib/", causing some linkers like mold fails to find libraries.
This behavior was introduced at least 31 years ago in the initial
revision of the git repo, personally I think it's obsolete because:
1. The less than 20 b
On Wed, 2023-04-05 at 19:50 +0200, Benjamin Priour wrote:
> Hi David,
>
> I used the below code snippet to experiment with out-of-bounds (OOB)
> on
> trunk. Three things occurred that I believe could see some
> improvement. See
> https://godbolt.org/z/57n459cEsĀ for the warnings.
>
> int consecuti
Dear GCC members,
I understand that I am late in submitting this proposal. However, I found
out about gcc-rust and Google of Code three hours ago, and instead of doing
nothing, I decided that it is in my best interest to apply nonetheless. I'm
interested in Rust and the GCC frontend for many reaso