[Bug c/65106] C99 intialization of struct with const member through a non-const pointer

2015-02-19 Thread andrii.riabushenko at barclays dot com
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

[Bug c/65106] New: C99 intialization of struct with const member through a non-const pointer

2015-02-18 Thread andrii.riabushenko at barclays dot com
: 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

[Bug c/53645] New: Missed optimization for division of vector types

2012-06-12 Thread andrii.riabushenko at barclays dot com
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

[Bug c/53140] New: Add support for vector of complex numbers

2012-04-27 Thread andrii.riabushenko at barclays dot com
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