[Bug c/85427] New: internal compiler error: in constant_lower_bound, at poly-int.h:1527

2018-04-16 Thread shlei930 at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: shlei930 at gmail dot com Target Milestone: --- $ gcc-trunk -v Using built-in specs. COLLECT_GCC=gcc-trunk Target: x86_64-pc-linux-gnu Configured with: ../gcc/configure --prefix=/home

[Bug tree-optimization/85331] during GIMPLE pass, internal compiler error: Segmentation fault (-O1 and above)

2018-04-10 Thread shlei930 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85331 --- Comment #1 from Suhua Lei --- Reproduce with this test case: typedef long int64_t; typedef double vecf __attribute__((vector_size(2 * sizeof(double; void fn1() { vecf *r; vecf y = {}; __attribute__((__vector_size__(2 * sizeof(int64

[Bug tree-optimization/85331] New: during GIMPLE pass, internal compiler error: Segmentation fault (-O1 and above)

2018-04-10 Thread shlei930 at gmail dot com
: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: shlei930 at gmail dot com Target Milestone: --- $ gcc-trunk -v Using built-in specs. COLLECT_GCC=gcc-trunk COLLECT_LTO_WRAPPER=/home/suhua/compilers/trunk

[Bug tree-optimization/84417] New: internal compiler error: verify_gimple failed

2018-02-16 Thread shlei930 at gmail dot com
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: shlei930 at gmail dot com Target Milestone: --- $gcc-trunk -v gcc version 8.0.1 20180208 (experimental) [trunk revision 257504] (GCC) Target: x86_64-pc-linux-gnu Thread model: posix $gcc-trunk -O3 -c abc.c

[Bug tree-optimization/84416] New: internal compiler error: in int_cst_value, at tree.c:11089

2018-02-16 Thread shlei930 at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: shlei930 at gmail dot com Target Milestone: --- It seems gcc version 5.4.1, version 6.3.0, version 7.2.0 also have similar problems when complied with -O3. gcc version 4.8.5 is