[Bug middle-end/33315] If condition not getting eliminated

2016-07-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315 Bug 33315 depends on bug 23286, which changed state. Bug 23286 Summary: Missed code hoisting optimization https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23286 What|Removed |Added

[Bug middle-end/33315] If condition not getting eliminated

2012-02-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org 2012-02-04 02:33:16 UTC --- tail merge should be able to do this. It currently does not though for the provided testcase in comment #1 but that is PR 52009. Also note cselim should be

[Bug middle-end/33315] If condition not getting eliminated

2008-12-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315

[Bug middle-end/33315] If condition not getting eliminated

2008-10-21 Thread dave at icerasemi dot com
:[EMAIL PROTECTED] Sent: 21 October 2008 08:04 To: Dave Edwards Subject: [Bug middle-end/33315] If condition not getting eliminated -- ramana at icerasemi dot com changed: What|Removed |Added

[Bug middle-end/33315] If condition not getting eliminated

2008-03-14 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.3.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315

[Bug middle-end/33315] If condition not getting eliminated

2007-11-23 Thread j at uriah dot heep dot sax dot de
--- Comment #4 from j at uriah dot heep dot sax dot de 2007-11-23 10:57 --- Is the missed optimization in the following code the same? volatile unsigned char *reg_a = (unsigned char *)42; volatile unsigned char *reg_b = (unsigned char *)34; extern void a(void); extern void b(void);

[Bug middle-end/33315] If condition not getting eliminated

2007-11-09 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2007-11-10 00:27 --- As a missed optimization, this bug adds new information. But as a regression, this is a dup of bug 30905. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/33315] If condition not getting eliminated

2007-09-05 Thread pranav dot bhandarkar at gmail dot com
--- Comment #1 from pranav dot bhandarkar at gmail dot com 2007-09-05 19:03 --- Created an attachment (id=14158) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14158action=view) Sample Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315