https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90189
Aleksey Covacevice changed:
What|Removed |Added
CC||aleksey.covacevice at gmail
dot co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94127
--- Comment #2 from Aleksey Covacevice ---
(In reply to Jonathan Wakely from comment #1)
> I think it's intended.
>
> You should put the pragma after including other headers if you don't want
> them to be affected.
What does the pragma have to
Priority: P3
Component: preprocessor
Assignee: unassigned at gcc dot gnu.org
Reporter: aleksey.covacevice at gmail dot com
Target Milestone: ---
When compiling `x.c` as below:
/* x.c */
#include
#include
/* sys.h */
#pragma GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94010
--- Comment #3 from Aleksey Covacevice ---
(In reply to Richard Biener from comment #1)
> It isn't so much about -fmerge-all-constants, this is about not eliding
> the automatic variable for the string constant.
>
> Note it may be the language s
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: aleksey.covacevice at gmail dot com
Target Milestone: ---
-fmerge-all-constants misses a very simple optimization scenario involving an
array:
extern void g
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: aleksey.covacevice at gmail dot com
Target Milestone: ---
Consider the following:
struct s { int x; };
struct t { int x; };
void swap(struct s* p, struct t* q) {
p->x = q
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87493
Aleksey Covacevice changed:
What|Removed |Added
CC||aleksey.covacevice at gmail
dot co
: unassigned at gcc dot gnu.org
Reporter: aleksey.covacevice at gmail dot com
Target Milestone: ---
GCC does not fully implement the resolution for core issue 1288
(http://wg21.link/cwg1288).
Example:
int i; (int&){i};
GCC yields "invalid cast of an rvalue expression of type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71165
Aleksey Covacevice changed:
What|Removed |Added
CC||aleksey.covacevice at gmail
dot co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46110
--- Comment #2 from Aleksey Covacevice
2010-10-21 21:31:14 UTC ---
Richard, thanks for the reply.
Actually the documentation states that other preprocessor directives (such as
"#define"s) can appear before the include line that would include the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46110
Summary: Precompiled headers: GCC fails to properly locate
include files
Product: gcc
Version: 4.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
11 matches
Mail list logo