This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Possible 'as' bug for simple program


On Aug 29, 2000, Curry Taylor <cbtaylor@uiuc.edu> wrote:

>         gcc: Internal compiler error: program as got fatal signal 11

`as' is the assembler, which is not part of GCC.  You may want to
compile with -v -save-temps and submit the generated assembly (.s)
file and the command line used by GCC to run the assembler to the
maintainers of the assembler you're using.

> Since I have no idea what signal 11 is from the assembler

Signal 11 stands for `Segmentation fault'

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]