https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65106
--- Comment #2 from Andrey Riabushenko
---
Thanks Joseph for pointing out relevant standard sections, hence standard does
not allow for that.
Given that implicit copies of structs with constant members are happening today
(pass as argument by
: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: andrii.riabushenko at barclays dot com
I noticed that such C99 code is valid in Clang, but not in GCC:
#include
struct A {
int x;
const int y;
}
struct A* make()
{
struct
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53645
Bug #: 53645
Summary: Missed optimization for division of vector types
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53140
Bug #: 53140
Summary: Add support for vector of complex numbers
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priori