This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/16780] [3.4 regression] ICE with -finstrument-functions


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]