--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #5 from hjl dot tools at gmail dot com 2008-07-31 03:42 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRM
--- Comment #4 from espindola at gcc dot gnu dot org 2008-07-30 23:24
---
Subject: Bug 36974
Author: espindola
Date: Wed Jul 30 23:23:33 2008
New Revision: 138347
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138347
Log:
2008-07-30 Rafael Avila de Espindola <[EMAIL PROTECTED
--- Comment #3 from espindola at google dot com 2008-07-30 16:51 ---
Created an attachment (id=15978)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15978&action=view)
proposed fix
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36974
--- Comment #2 from hjl dot tools at gmail dot com 2008-07-30 16:26 ---
call_from_call_insn doesn't support:
(gdb) b fancy_abort
Breakpoint 1 at 0x40317081: file ../../src/gcc/diagnostic.c, line 689.
(gdb) r
Starting program: /export/gnu/import/svn/gcc-test/bld/gcc/cc1 -fprepro
--- Comment #1 from hjl dot tools at gmail dot com 2008-07-30 16:24 ---
[EMAIL PROTECTED] libgcc]$ cat foo.i
extern void abort (void);
typedef int SItype __attribute__ ((mode (SI)));
typedef unsigned int USItype __attribute__ ((mode (SI)));
SItype
__addvsi3 (SItype a, SItype b)
{
const