[Bug middle-end/37284] [4.4 Regression] ICE on valid code with -fstrict-aliasing

2008-09-18 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-09-18 12:53 --- Subject: Bug 37284 Author: rguenth Date: Thu Sep 18 12:52:31 2008 New Revision: 140453 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140453 Log: 2008-09-18 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug middle-end/37284] [4.4 Regression] ICE on valid code with -fstrict-aliasing

2008-09-18 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-09-18 12:52 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/37284] [4.4 Regression] ICE on valid code with -fstrict-aliasing

2008-09-09 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37284

[Bug middle-end/37284] [4.4 Regression] ICE on valid code with -fstrict-aliasing

2008-08-30 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-08-30 14:07 --- Mine. It's only a may_alias pass that ever removes the change_dynamic_type trees. As this removal fixes up DECL_POINTER_ALIAS_SET this may even cause wrong code to be emitted during RTL optimization. -- rguenth

[Bug middle-end/37284] [4.4 Regression] ICE on valid code with -fstrict-aliasing

2008-08-30 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-08-30 14:05 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON