--- Comment #8 from rsandifo at gcc dot gnu dot org 2008-12-21 21:46
---
Subject: Bug 35899
Author: rsandifo
Date: Sun Dec 21 21:45:11 2008
New Revision: 142874
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142874
Log:
gcc/testsuite/
PR target/35899
* gcc.targe
--- Comment #7 from jakub at gcc dot gnu dot org 2008-04-16 16:11 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from jakub at gcc dot gnu dot org 2008-04-16 16:08 ---
Subject: Bug 35899
Author: jakub
Date: Wed Apr 16 16:07:46 2008
New Revision: 134353
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134353
Log:
PR tree-optimization/35899
* tree-inline.c (expan
--- Comment #5 from jakub at gcc dot gnu dot org 2008-04-16 16:01 ---
Subject: Bug 35899
Author: jakub
Date: Wed Apr 16 16:00:34 2008
New Revision: 134350
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134350
Log:
PR tree-optimization/35899
* tree-inline.c (expan
--- Comment #4 from jakub at gcc dot gnu dot org 2008-04-15 16:42 ---
Testing a fix.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unass
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Priority|P3 |P2
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-04-12 03:35 ---
Reduced testcase:
void sfs_freeblocks(void)
{
int a = sfs_native_read_block ();
}
void sfs_native_read_block (void) {}
--- CUT ---
With -pedantic-errors, we error out.
--
pinskia at gcc dot gnu dot org changed
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-04-12 03:21 ---
On the trunk we get a better ICE:
fs/sfs_xplatform.h:250: internal compiler error: tree check: expected class
'expression', have 'gimple_stmt' (gimple_modify_stmt) in expand_call_inline, at
tree-inline.c:2872
--