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 middle-end/48893] [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:477


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48893

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> 2011-05-06 00:56:50 UTC ---
extern int __open64 (const char *, int, mode_t);
# 235 "/usr/include/sys/fcntl.h" 3 4
static int open(a,b,c) const char *a; int b; mode_t c;

 { return __open64(a,b,c); }


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