[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2013-03-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2012-09-24 Thread amker at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 --- Comment #10 from amker at gcc dot gnu.org 2012-09-25 06:37:34 UTC --- Author: amker Date: Tue Sep 25 06:37:29 2012 New Revision: 191692 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191692 Log: PR c++/50970 * typeck

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2012-03-06 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 Richard Earnshaw changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever Confirmed|1

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-20 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 Mikael Pettersson changed: What|Removed |Added CC||rmansfield at qnx dot com --- Comment

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 --- Comment #8 from Mikael Pettersson 2011-11-19 18:31:32 UTC --- gcc-4.3.6 also generates the double-call, but gcc-4.2.4 doesn't.

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 --- Comment #7 from Mikael Pettersson 2011-11-19 17:42:53 UTC --- Created attachment 25859 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25859 reduced test case Reduced test case. Running this on i686 shows a single call to func3 >/mnt/s

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #6

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-08 Thread emillbrandt at dekaresearch dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 --- Comment #5 from Eric Millbrandt 2011-11-08 14:57:48 UTC --- Expected output (code built for PowerPC or x86): root@01066-ui:/root> ./gcc_test Test Function Before if TestClass::func1 param1: 0 Inside if Before if2 TestClass::func2 param1: 0 I

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-08 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-03 Thread emillbrandt at dekaresearch dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 --- Comment #3 from Eric Millbrandt 2011-11-03 13:30:15 UTC --- We found the problem in an implementation of a hierarchical state machine from Practical Statecharts in C/C++ (CMP Books, 2002). The supplied example is a condensed reproduction of

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 Andrew Pinski changed: What|Removed |Added Component|c++ |target --- Comment #2 from Andrew Pinski