[Bug c/41265] Test program hang up or segmentation fault if compiled with -std=gnu99 -O2

2009-09-10 Thread uleysky at gmail dot com
--- Comment #1 from uleysky at gmail dot com 2009-09-11 05:36 --- It was incorrect gcc build. -- uleysky at gmail dot com changed: What|Removed |Added Status

[Bug c/41265] New: Test program hang up or segmentation fault if compiled with -std=gnu99 -O2

2009-09-04 Thread uleysky at gmail dot com
ot gnu dot org ReportedBy: uleysky at gmail dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41265

[Bug c++/37667] Initialization of global variables and functions with constructor attribute.

2008-09-28 Thread uleysky at gmail dot com
--- Comment #2 from uleysky at gmail dot com 2008-09-29 02:07 --- The priority must not be same. The only method to interact constructor function with main is global variables. It is no reason to initialize global variables after constructor function. Anyway, Test ex_t __attribute__

[Bug c++/37667] New: Initialization of global variables and functions with constructor attribute.

2008-09-27 Thread uleysky at gmail dot com
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: uleysky at gmail dot com GCC build triplet: x86_64-unknown-linux GCC host triplet: x86_64-unknown-linux GCC target triplet: x86_64-unknown-linux http