[Bug c/87344] archival/libarchive/decompress_gunzip.c:1139:2: error: size of unnamed array is negative

2018-09-17 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87344 --- Comment #2 from Wen Yang --- Created attachment 44712 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44712&action=edit decompress_gunzip.i

[Bug c/87344] archival/libarchive/decompress_gunzip.c:1139:2: error: size of unnamed array is negative

2018-09-17 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87344 --- Comment #1 from Wen Yang --- Created attachment 44711 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44711&action=edit decompress_gunzip.i

[Bug c/87344] New: archival/libarchive/decompress_gunzip.c:1139:2: error: size of unnamed array is negative

2018-09-17 Thread yellowriver2010 at hotmail dot com
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: yellowriver2010 at hotmail dot com Target Milestone: --- Created attachment 44710 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44710&action=edit com

[Bug libgcc/87265] makeinfo cannot process path names with @ special character

2018-09-09 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87265 --- Comment #2 from Wen Yang --- The latest GCC also has the same problem. make[3]: Entering directory '/home/10156314@zte.intra/build_gcc/gcc' if [ xinfo = xinfo ]; then \ makeinfo --split-size=500 --split-size=500 --split-size=

[Bug libgcc/87265] New: makeinfo cannot process path names with @ special character

2018-09-09 Thread yellowriver2010 at hotmail dot com
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: yellowriver2010 at hotmail dot com Target Milestone: --- $ pwd /home/10156314@zte.intra/CK-TOOLS/gcc-milepost-4.4.4-linux-64/obj $ make V=1 .. make[3]: Leaving directory '

[Bug middle-end/87162] [6.2.0] Internal compiler error: Error reporting routines re-entered.

2018-09-05 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87162 --- Comment #7 from Wen Yang --- This patch will make it more robust: # git diff diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c index 1d4eb80..326e1c4 100644 --- a/gcc/trans-mem.c +++ b/gcc/trans-mem.c @@ -2099,6 +2099,9 @@ gate_tm_init (void)

[Bug middle-end/87162] [6.2.0] Internal compiler error: Error reporting routines re-entered.

2018-09-05 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87162 --- Comment #6 from Wen Yang --- We may simply construct this error scenario: # /var/weny/release_gcc_trunk/usr/local/libexec/gcc/x86_64-pc-linux-gnu/9.0.0/cc1 -fdump-passes -fgnu-tm applets.i This section of code has a bug: static bool gate

[Bug middle-end/87162] [6.2.0] Internal compiler error: Error reporting routines re-entered.

2018-09-04 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87162 --- Comment #5 from Wen Yang --- (gdb) p *(opt_pass *) 0x2434380 $4 = { = {type = GIMPLE_PASS, name = 0x18530f0 "*tminit", optinfo_flags = 0, tv_id = TV_TRANS_MEM, properties_required = 40, properties_provided = 0, properties_destroyed = 0, t

[Bug middle-end/87162] [6.2.0] Internal compiler error: Error reporting routines re-entered.

2018-09-04 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87162 --- Comment #4 from Wen Yang --- Program received signal SIGSEGV, Segmentation fault. 0x00929fa1 in calculate_dominance_info (dir=CDI_DOMINATORS) at ../../gcc-6.2.0/gcc/dominance.c:633 633 if (dom_computed[dir_index] == DOM_OK) Miss

[Bug c/87162] [6.2.0] Internal compiler error: Error reporting routines re-entered.

2018-08-31 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87162 --- Comment #2 from Wen Yang --- 0x8837da lhd_decl_printable_name(tree_node*, int) ../../gcc-6.2.0/gcc/langhooks.c:222 0x883a36 lhd_print_error_function(diagnostic_context*, char const*, diagnostic_info*) ../../gcc-6.2.0/gcc/langh

[Bug c/87162] [6.2.0] Internal compiler error: Error reporting routines re-entered.

2018-08-30 Thread yellowriver2010 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87162 Wen Yang changed: What|Removed |Added CC||yellowriver2010 at hotmail dot com

[Bug c/87162] New: [6.2.0] Internal compiler error: Error reporting routines re-entered.

2018-08-30 Thread yellowriver2010 at hotmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: yellowriver2010 at hotmail dot com Target Milestone: --- Created attachment 44634 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44634&action=edit compile.sh # ./compile