This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16780] [3.4 regression] ICE with -finstrument-functions
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2004 13:44:47 -0000
- Subject: [Bug c/16780] [3.4 regression] ICE with -finstrument-functions
- References: <20040727091024.16780.dok@directfb.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-07-27 13:44 -------
And here is the reduced testcase:
-----------------
static inline void bar() {}
void foo() {
bar();
}
-----------------
Pretty simple, eh? :-)
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c -finstrument-functions -O3 x.i
x.i: In function `bar':
x.i:5: internal compiler error: in cgraph_expand_function, at cgraphunit.c:540
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16780