Possible 'as' bug for simple program

Alexandre Oliva aoliva@redhat.com
Mon Aug 28 22:28:00 GMT 2000


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



More information about the Gcc-bugs mailing list