Snapshot gcc-11-20201220 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/11-20201220/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 11 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
> Thanks for responding to my post. I am not trying to generate C but to follow
> the intermediate representation into the Ada runtime.
>
> So let's just say we had this:
>
> with Ada.Text_IO;
> use Ada.Text_IO;
> procedure Do_Delays is
> begin
> Put_Line("Wait 5 seconds.");
> delay 5.0;
On 2020-12-20 7:24 a.m., Arnaud Charlet wrote:
Pat,
Not sure what you are trying to do . Are you trying to generate C code
from Ada? If so, can you clarify why? In other words, what is the high level
problem you are trying to solve and that you'd like to achieve? Is it the
ability to navigate in
Hi everyone
I came across the list of project ideas that were selected for GSoC 2020
and I'm interested in contributing to the project regarding the *Implementation
of OMPD in GCC, libgomp, and GDB. *
I was able to build GCC from source, as specified in the *Before you apply*
section.
Is this proje
Pat,
Not sure what you are trying to do . Are you trying to generate C code
from Ada? If so, can you clarify why? In other words, what is the high level
problem you are trying to solve and that you'd like to achieve? Is it the
ability to navigate in Ada code?
If you want to generate C from Ada, G
Hi Everyone
This is my first post here.
I need help mapping a enjoyable workflow from GnuCOBOL to GCC.
I love COBOL and with GnuCOBOL, I can compile one of my programs to
intermediate C and then take the GnuCOBOL source code for the runtime
and the C outputted and hop around though it using c