------- Comment #4 from rguenth at gcc dot gnu dot org  2007-11-18 12:50 -------
Whoops, sorry.  Reduced testcase:

static void 
whichtable(char **pfmt)
{
  --*pfmt;
}
void prepare_s(const char *fmt)
{
  whichtable((char **)&fmt);
}

./cc1 -quiet -O t2.i
t2.i: In function 'prepare_s':
t2.i:7: internal compiler error: in get_addr_dereference_operands, at
tree-ssa-operands.c:1688
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-11-18 12:50:24
               date|                            |
            Summary|ICE: tree-ssa-              |[4.3 Regression] ICE: tree-
                   |operands.c:1688             |ssa-operands.c:1688
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34127

Reply via email to