Hi list!
For those interested, GCC Algol 60 project, the byproduct of GCC
Frontend Howto diploma thesis, still lives, and its second milestone is
available:
http://projects.almad.net/gcc-algol/wiki/Milestones
Thanks,
PM
Jakub Jelinek writes:
> look at the sizes of .debug_info/.debug_loc sections with/without the
> patch, or use the locstat utility from elfutils
Not actually part of elfutils, but available either here:
https://github.com/pmachata/dwlocstat
... or packaged in Fedora.
Thanks,
PM
Hi list!
I picked a diploma thesis assignment to implement a gcc frontend, and
document the process thoroughly. I chose Algol 60 as the language to
implement. There has already been one attempt to do Algol 60 frontend,
but it probably died:
http://gcc.gnu.org/ml/gcc/2002-05/msg00432.html
>From
David Nicol wrote:
> On 8/8/06, Petr Machata <[EMAIL PROTECTED]> wrote:
>
>> I'm trying to make the university to GPL the code and documentation, and
>> give up their copyright, so that it could be used without restriction,
>> but won't know the outcom
Hi list!
For those interested, GCC Algol 60 project, the byproduct of GCC
Frontend Howto diploma thesis, still lives, and its first milestone is
available:
http://projects.almad.net/gcc-algol/wiki/Milestones
Thanks,
PM
Nathan Ridge writes:
>> On 3 July 2013 02:41, Nathan Ridge wrote:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’
locally
defined but not used [-Wunused-local-typedefs]
>>
>> It was new in GCC 4.7, http://gcc.gnu.org/gcc-4.7/changes.html
>
> I've seen spews of