Re: Enable EBX for x86 in 32bits PIC code

2014-09-23 Thread Petr Machata
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

Re: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0

2013-07-18 Thread Petr Machata
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

gcc algol 60 milestone 2

2006-11-01 Thread Petr Machata
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

gcc algol 60 milestone 1

2006-09-10 Thread Petr Machata
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

Re: algol 60 for gcc

2006-08-08 Thread Petr Machata
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

algol 60 for gcc

2006-08-08 Thread Petr Machata
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