Re: bug in g95 with character arrays?
Thanks for the clarifications Richard and Steve.
To make it compile, I padded the shorter elements in the array.
Now it compiles with g95, but upon execution, I get a segfault in
libc,
apparently, memcpy doesn't like my code...
Greetings,
Wim
.
Relevant Pages
- Re: Minimal Forth
... Compile the whole command before execution, rather than interpretating it word by word, because it's word by word execution that makes commands behave differently from saved defintions in traditional Forths. ... How would you cope with the kind of defining words that set up variables, constants, etc. that currently need to be used in execution mode? ... (comp.lang.forth) - Re: Creating an operating system
... If your interpreter uses some intermediate representation of the line ... Another option is to compile on-the-fly to an instruction format - ... faster execution on subsequent passes. ... I can imagine this being done for a language, ... (comp.os.linux.development.system) - Re: 2 bugs in Dolhin X6
... PluggableImage and assigns BlockClosure to instance variable. ... When you compile this in a workspace (any workspace, ... execution begins for the block. ... Compile blocks as separate methods. ... (comp.lang.smalltalk.dolphin) - Re: COBOLs Influence on C
... Cobol, along with most compiled languages, is the same. ... learn of missing external names either at link or execution time. ... name at compile time and attempt to link the OBJ at link-edit time. ... Create an EXE that uses some of the subroutines in the DLL. ... (comp.lang.cobol) - Re: Creating an operating system
... If your interpreter uses some intermediate representation of the line ... Another option is to compile on-the-fly to an instruction format - ... faster execution on subsequent passes. ... I can imagine this being done for a language, ... (comp.programming) |
|