[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-09 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-09-09 11:28 --- Subject: Bug 37354 Author: rguenth Date: Tue Sep 9 11:26:45 2008 New Revision: 140145 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140145 Log: 2008-09-09 Richard Guenther [EMAIL PROTECTED] PR

[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-09 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-09-09 11:30 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-04 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-09-04 09:28 --- ./cc1plus -quiet t.ii -O t.ii: In function 'void AlsaDriver1()': t.ii:8: error: non-register as LHS of unary operation m_pFunction = (struct GenericMemFuncType) D.2092; t.ii:8: internal compiler error:

[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-03 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2008-09-03 16:34 --- Created an attachment (id=16209) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16209action=view) Preprocessed code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37354

[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-03 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2008-09-03 17:34 --- Created an attachment (id=16213) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16213action=view) Slightly reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37354

[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-03 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-04 01:46 --- Works for me with: GNU C++ (GCC) version 4.4.0 20080902 (experimental) [trunk revision 139912] (i386-apple-darwin8.11.1) -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-03 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-04 01:49 --- Ok, with -m64, I get the failure, reducing ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37354] [4.4 Regression] ICE: in find_func_aliases, at tree-ssa-structalias.c:3906

2008-09-03 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-04 02:27 --- Confirmed, reduced (undefined, I think this code is always going to be undefined); class GenericClass; struct AlsaDriver { virtual int _read (unsigned nframes); }; typedef void (GenericClass::*GenericMemFuncType)