Re: Status of -fstack-usage?

2006-01-19 Thread Ioannis E. Venetis
I sent the following to Olivier, but forgot to CC this list. Ioannis Hello, Well, it depends :) Would __builtin_stack_size (F) retrieve information about F's stack frame only, or would it also recursively account for every other

Re: Status of -fstack-usage?

2006-01-18 Thread Ioannis E. Venetis
Hello, Having followed this thread and searched a little bit more, I understand that -fstack-usage will dump information into a file at compile time. However, I was wondering whether something similar would be possible at run-time. I am working on multithreaded libraries and I know that many

[gfortran] Second try: Problem parsing hexadecimal constants?

2005-11-11 Thread Ioannis E. Venetis
I sent this message about a week ago, but didn't get any response. So, I try again. My question is whether this is a bug of gfortran and if I should open a bug report about it. I haven't found this in Bugzilla. Thank you!

[gfortran] Problem parsing hexadecimal constants?

2005-11-03 Thread Ioannis E. Venetis
Dear all, Firstly, let me say that I don't know that much about Fortran, but I use a source-code transformation tool that creates Fortran 77 code, which I feed to gfortran. During this last stage, gfortran seems to have some problems to parse hexadecimal constants. I managed to reduce the pr

Re: Minor documentation problem

2005-07-29 Thread Ioannis E. Venetis
bug report? Thanks, Ioannis Ian Lance Taylor wrote: "Ioannis E. Venetis" <[EMAIL PROTECTED]> writes: I downloaded gcc 4.0.1 and created the manual with 'make dvi'. While browsing through it, I noticed the option -ftree-dse, which is mentioned in paragraph 3.

Minor documentation problem

2005-07-27 Thread Ioannis E. Venetis
Hello, I downloaded gcc 4.0.1 and created the manual with 'make dvi'. While browsing through it, I noticed the option -ftree-dse, which is mentioned in paragraph 3.1 (Options summary) and in paragraph 3.10 (Options That Control Optimization) under -O1. However, this option is not documented