[Bug tree-optimization/63660] -Wmaybe-uninitialized false positive (uninit pass limits)

2014-12-03 Thread ed0.88.prez at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63660 --- Comment #2 from Edward-san --- Isn't it possible to bailout if the limit is reached?

[Bug driver/63660] New: [4.8-4.9+] -Wmaybe-uninitialized false positive with -O1 and more

2014-10-27 Thread ed0.88.prez at gmail dot com
Priority: P3 Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: ed0.88.prez at gmail dot com Here, this code: cat bug.i typedef struct { int a; int b; int c; int d; int e; int f; int g; int h; int i; int j; } X; X *XX(int); int G

[Bug other/54654] New: configure --enable-languages=c,c++,go reports 'c++' language missing for 'go' in stage 1

2012-09-21 Thread ed0.88.prez at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54654 Bug #: 54654 Summary: configure --enable-languages=c,c++,go reports 'c++' language missing for 'go' in stage 1 Classification: Unclassified Product: gcc Version: unknown