http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57358
Martin Jambor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57358
--- Comment #5 from Martin Jambor ---
Author: jamborm
Date: Mon Jun 24 12:51:43 2013
New Revision: 200369
URL: http://gcc.gnu.org/viewcvs?rev=200369&root=gcc&view=rev
Log:
2013-06-24 Martin Jambor
PR tree-optimization/57358
* ipa-prop
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57358
Martin Jambor changed:
What|Removed |Added
URL||http://gcc.gnu.org/ml/gcc-p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57358
Martin Jambor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57358
Martin Jambor changed:
What|Removed |Added
CC||jamborm at gcc dot gnu.org
Assi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57358
--- Comment #2 from Nickolay Kolchin-Semyonov ---
More simplified test variant:
struct t { void (*func)(void*); };
void test_func(struct t* a) __attribute__((optimize("O0")));
void test_func(struct t* a)
{
a->func(0);
}
P.S. If you compile thi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57358
--- Comment #1 from Nickolay Kolchin-Semyonov ---
Reproducable with gcc-4.8.1.
Using built-in specs.
COLLECT_GCC=gcc-4.8.1
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with:
/mn