https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66784
Bug ID: 66784
Summary: no symbol emitted for builtin with lto
Product: gcc
Version: lto
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66780
--- Comment #1 from Kazumoto Kojima ---
I can reproduce the issue with the trunk cross compiler.
It seems that openproc function in proc/readproc.c is miscompiled
with -fstack-protector-strong. Here is a reduced test case:
--
int t;
struct s {}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66768
--- Comment #5 from amker at gcc dot gnu.org ---
I can reproduce the problem on avr using its namespace with GCC trunk. The
example code is as below:
typedef __memx struct foo_s {
int a[20];
} foo_t;
int sum1(const foo_t *p)
{
int i, t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66785
Bug ID: 66785
Summary: internal compiler error in record_operand_use
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66773
--- Comment #5 from Andreas Schwab ---
A cast is seldom a good solution, but even equality tests have the potential to
go wrong with C's composite type rules.
101 - 105 of 105 matches
Mail list logo