[Bug c/70250] Compilation hangs without optimization.

2016-04-01 Thread brijesh.s.singh at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70250 --- Comment #3 from brijesh singh --- Here is output of gcc -v aaa.c: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pk

[Bug c/70250] Compilation hangs without optimization.

2016-03-31 Thread brijesh.s.singh at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70250 --- Comment #2 from brijesh singh --- gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.2-0ub

[Bug c/70250] New: Compilation hangs without optimization.

2016-03-15 Thread brijesh.s.singh at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: brijesh.s.singh at gmail dot com Target Milestone: --- Following code hangs during compiling. It works with O2, O3. #include static int hash[(1ul<<32 - 1)]; int main() { return 0; }