Hello again,
Does no one have any idea about the problem I described in my previous
message? Do you need more information to check it? If so, let me know.
Thanks!
Ioannis
Dear all,
I am trying to build a cross-compiler for an alphaev56-unknown-linux-gnu
system, using crosstool-ng. The host is a i686-unknown-linux-gnu.
After applying several patches (look in [1]), I managed to build a
tool-chain using binutils 2.18/gcc 4.2.3/linux kernel 2.6.24.7 and glibc
2.3.6 (w
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
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
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!
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
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.
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