This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13721] SEGV on inline functions
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jan 2004 08:47:47 -0000
- Subject: [Bug c/13721] SEGV on inline functions
- References: <20040117170117.13721.ysato@users.sourceforge.jp>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dhazeghi at yahoo dot com 2004-01-18 08:47 -------
Still present on mainline. I do however get warned about the asm:
bash-2.05b$ gcc/cc1 -mh -mint32 -O2 -quiet foo.c
foo.c: In function `ice_func':
foo.c:4: warning: read-write constraint does not allow a register
foo.c:4: warning: read-write constraint does not allow a register
foo.c:32: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
I'm not certain if the code is fully valid...
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-01-18 08:47:46
date| |
Summary|SEGV on inlune functions |SEGV on inline functions
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13721