[Bug lto/88876] [9 regression] ICE in propagate_pure_const ipa-pure-const.c:1502

2019-01-16 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88876 --- Comment #1 from Dmitry G. Dyachenko --- $ /usr/local/gcc_current/bin/gcc -v Using built-in specs. COLLECT_GCC=/usr/local/gcc_current/bin/gcc COLLECT_LTO_WRAPPER=/usr/local/gcc_current/libexec/gcc/x86_64-pc-linux-gnu/9.0.0/lto-wrapper

[Bug lto/88876] New: [9 regression] ICE in propagate_pure_const ipa-pure-const.c:1502

2019-01-16 Thread dimhen at gmail dot com
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r261210 PASS r261341 FAIL r267961 FAIL $ cat a.i extern int c(); int a; int b

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-12-28 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 --- Comment #7 from Dmitry G. Dyachenko --- (In reply to Dmitry G. Dyachenko from comment #6) > r267445 PASS sorry for noise 1. testcase from PR FAIL for me with r267445 2. real-world-code-compilation not FAIL

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-12-28 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 --- Comment #6 from Dmitry G. Dyachenko --- r267445 PASS

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-12-24 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 Dmitry G. Dyachenko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-11-12 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 --- Comment #3 from Dmitry G. Dyachenko --- r266001 PASS

[Bug bootstrap/87640] [9 regression] internal compiler error: in check, at tree-vrp.c:155

2018-10-18 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87640 --- Comment #2 from Dmitry G. Dyachenko --- r265259 FAIL /home/dimhen/src/gcc_current/configure --prefix=/usr/local/gcc_current --enable-checking=release --enable-languages=c,c++,lto --disable-multilib --with-isl

[Bug bootstrap/87640] [9 regression] internal compiler error: in check, at tree-vrp.c:155

2018-10-18 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87640 --- Comment #1 from Dmitry G. Dyachenko --- r265184 PASS

[Bug bootstrap/87640] New: [9 regression] internal compiler error: in check, at tree-vrp.c:155

2018-10-18 Thread dimhen at gmail dot com
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r265032 PASS r265255 FAIL Fedora 28, x86_64 configured as /home/dimhen/src/gcc_current/configure --prefix=/usr/local/gcc_current

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-08-25 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 --- Comment #2 from Dmitry G. Dyachenko --- gcc invocation can be simplified : -fno-semantic-interposition can be removed. (was needed while creducing original testcase) So, $ g++ -fpreprocessed -O2 -flto -fPIC -DPIC -c -o a.o a.ii $ g++

[Bug lto/87089] New: [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-08-24 Thread dimhen at gmail dot com
Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r263651 PASS

[Bug sanitizer/86899] New: [7? regression] TSAN incorrect warning: control reaches end of non-void function

2018-08-09 Thread dimhen at gmail dot com
: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org

[Bug debug/86523] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933 starting from r262560

2018-07-18 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86523 --- Comment #11 from Dmitry G. Dyachenko --- r262850 works for me. Thanks!

[Bug debug/86523] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933 starting from r262560

2018-07-17 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86523 --- Comment #5 from Dmitry G. Dyachenko --- r262559 PASS r262747 FAIL $ cat x.ii class a { int b; }; int const c = 0, d = 1, f = 2, g = 3; struct B { typedef a h; h i; }; template B j(); template struct k { static B const e; }; template

[Bug c++/86546] New: ICE on invalid: tree_class_check_failed()

2018-07-17 Thread dimhen at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r255090 FAIL r262747 FAIL $ cat x.ii class a b; c() { switch () case b $ /usr/local/gcc_current/bin/g++ -fpreprocessed -std=c++98 x.ii x.ii:1:9: error: aggregate ‘a b’ has

[Bug middle-end/86260] New: [8/9 Regression] incorrect -Wformat-truncation warning

2018-06-21 Thread dimhen at gmail dot com
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org CC: dimhen at gmail dot com, msebor at gcc dot gnu.org Target Milestone: --- CC: dimhen at gmail dot com #include

[Bug tree-optimization/84696] [8 Regression] ICE in compute_antic_aux, at tree-ssa-pre.c:2148

2018-03-04 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84696 --- Comment #2 from Dmitry G. Dyachenko --- duplicate PR84670?

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-27 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #23 from Dmitry G. Dyachenko --- (In reply to Martin Liška from comment #20) ... > Isn't that > an old data file you forgot to remove? After rebuild all and re-run myproject' tests I can confirm 1) r257859 FAIL 2) r257859 + patch

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #22 from Dmitry G. Dyachenko --- (In reply to Martin Liška from comment #20) ... > Isn't that > an old data file you forgot to remove? I'll rebuild all and 'll report

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #19 from Dmitry G. Dyachenko --- (In reply to Martin Liška from comment #18) > (In reply to Dmitry G. Dyachenko from comment #17) > > No ICE! > > Thank Martin! > > Good. Can you please attach gcov file for the problematic invocation

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #17 from Dmitry G. Dyachenko --- No ICE! Thank Martin! And once more strangeness I have (at least) 2 messages 'YYY.gcda:stamp mismatch with notes file' from 3K gcno-files in full project. $ ~/build/gcc_current/prev-gcc/gcov

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #16 from Dmitry G. Dyachenko --- (In reply to Martin Liška from comment #14) > Created attachment 43508 [details] > Patch candidate ... > Which is correct in my opinion. Can you please Dmitry test the patch? Thank you Martin! I'll

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #13 from Dmitry G. Dyachenko --- Created attachment 43507 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43507=edit gcno+gcda: rebuild 2 functions at 18:5:18 and 4 at 20:5:20 Its issue b) -- I am understand correctly?

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #11 from Dmitry G. Dyachenko --- (In reply to Martin Liška from comment #10) > Thank you very much for help. So I see 2 problems: ... > Is the project you are building public so I can build it locally and debug > case b) ? Alas, its

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #9 from Dmitry G. Dyachenko --- Created attachment 43505 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43505=edit header

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #7 from Dmitry G. Dyachenko --- g++ -DHAVE_CONFIG_H -I. -I/home/dimhen/src/CSPbuild/CSP/unittest/CpCapi20UnitTest -I../../.. -I/home/dimhen/src/CSPbuild -I/home/dimhen/src/CSPbuild/CSP/src/include

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 Dmitry G. Dyachenko changed: What|Removed |Added Attachment #43502|0 |1 is obsolete|

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #4 from Dmitry G. Dyachenko --- Created attachment 43502 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43502=edit preproccessed src file

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-25 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #1 from Dmitry G. Dyachenko --- r257859 build w/o --enable-checking=extra FAIL too

[Bug gcov-profile/28564] gcov fails to store the absolute path to the source files

2018-02-25 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28564 --- Comment #2 from Dmitry G. Dyachenko --- (In reply to Martin Liška from comment #1) > The request sound eligible for me. > What others think about it? Nice to have for me

[Bug gcov-profile/84548] New: [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-25 Thread dimhen at gmail dot com
Priority: P3 Component: gcov-profile Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- Created attachment 43495 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43495=e

[Bug middle-end/78918] missing -Wrestrict on memcpy copying over self

2017-12-17 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78918 --- Comment #7 from Dmitry G. Dyachenko --- I'm a bit confused: -- warning about `static inline bar()' inlined into `foo()' -- and no warning about `baz()' What is the difference? May be no warnings will be more consistent? $ cat x.c #include

[Bug ipa/83125] [8 regression] ICE in edge_badness, at ipa-inline.c:1025

2017-12-04 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83125 --- Comment #4 from Dmitry G. Dyachenko --- one more test w/o -fpic and with less aggressive inlining $ /usr/local/gcc_current/bin/g++ -Wall -Wextra -O2 --param early-inlining-insns=18 --param max-early-inliner-iterations=10 -c -fpreprocessed

[Bug ipa/83125] [8 regression] ICE in edge_badness, at ipa-inline.c:1025

2017-12-03 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83125 --- Comment #3 from Dmitry G. Dyachenko --- in r255225 stack differ during IPA pass: inline x.ii:43:10: internal compiler error: in edge_badness, at ipa-inline.c:993 t::~t() {} ^ 0x9c13cf edge_badness

[Bug ipa/83125] [8 regression] ICE in edge_badness, at ipa-inline.c:1025

2017-11-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83125 --- Comment #1 from Dmitry G. Dyachenko --- (In reply to Dmitry G. Dyachenko from comment #0) Stack for r255090 x.ii:43:10: internal compiler error: in edge_badness, at ipa-inline.c:1025 t::~t() {} ^ 0x9e81af edge_badness

[Bug ipa/83125] New: [8 regeression] ICE in edge_badness, at ipa-inline.c:1025

2017-11-23 Thread dimhen at gmail dot com
Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r254663 PASS r254924 FAIL r255090 FAIL sound similar to PR83001 and PR83051 PASS if I lower -O level

[Bug bootstrap/83106] New: [8 regression] libgomp/target.c:2671:2: error: ‘strncat’ specified bound 5 equals source length [-Werror=stringop-overflow=]

2017-11-22 Thread dimhen at gmail dot com
Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r254985 PASS r255052 FAIL libtool: compile: /home

[Bug c/81117] Improve buffer overflow checking in strncpy

2017-11-13 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81117 --- Comment #16 from Dmitry G. Dyachenko --- (In reply to Martin Sebor from comment #15) Thank you. Nice warnings!

[Bug c/81117] Improve buffer overflow checking in strncpy

2017-11-13 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81117 --- Comment #13 from Dmitry G. Dyachenko --- Sounds like -Wno-stringop-overflow does not propagate into LTO build. I'll try make a small testcase

[Bug c/81117] Improve buffer overflow checking in strncpy

2017-11-13 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81117 --- Comment #12 from Dmitry G. Dyachenko --- char *strncpy(char *dest, const char *src, size_t n); void foo(char* p) { strncpy(p, "1", 1); p[1] = 0; } with gcc8/r254663 is this expected? $ gcc -c -Wall x.c x.c: In function ‘foo’:

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #8 from Dmitry G. Dyachenko --- r251306 PASS for me

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #3 from Dmitry G. Dyachenko --- r251301 FAIL

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #2 from Dmitry G. Dyachenko --- $ cat x.ii int a, b = a;

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #1 from Dmitry G. Dyachenko --- $ g++ -fpreprocessed -Werror -Wall -Wextra -flto -O -std=c++98 x.ii -fpic -DPIC -c -o x.o && g++ -shared x.o -g -flto -o x.so during IPA pass: inline /home/dimhen/src/CSPbuild/ipsec/esp/esp_init.cpp:

[Bug lto/81940] New: [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r251205 PASS r251258 FAIL FAIL : g++ -O -flto x.ii -fpic -DPIC -c

[Bug middle-end/81318] [8 regression] ICE in to_reg_br_prob_base, at profile-count.h:189

2017-07-08 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81318 --- Comment #3 from Dmitry G. Dyachenko --- r249904 PASS r249907 FAIL r250073 FAIL sounds like r249907 | hubicka | 2017-07-03 15:42:07 +0300 (Mon, 03 Jul 2017) | 7 lines Changed paths: M /trunk/gcc/ChangeLog M /trunk/gcc/profile-count.h

[Bug middle-end/81318] [8 regression] ICE in to_reg_br_prob_base, at profile-count.h:189

2017-07-06 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81318 --- Comment #2 from Dmitry G. Dyachenko --- oh, sorry r299923 FAIL

[Bug middle-end/81318] [8 regression] ICE in to_reg_br_prob_base, at profile-count.h:189

2017-07-06 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81318 --- Comment #1 from Dmitry G. Dyachenko --- r299904 PASS r299023 FAIL ~/src/gcc_current/configure --prefix=/usr/local/gcc_current --enable-checking=yes --disable-multilib --enable-languages=c,c++

[Bug bootstrap/81335] New: [gcc8] missing stage3 dependency for insn-modes-inline.h

2017-07-06 Thread dimhen at gmail dot com
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- with r249967 and make -j5 and 4-core CPU I receive coretypes.h:367:10: fatal error: insn-modes-inline.h: No such file or directory after

[Bug middle-end/81320] New: [7/8] -Wlogical-op diagnostic depends on comparison' order

2017-07-05 Thread dimhen at gmail dot com
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r247015 FAIL r249982 FAIL $ cat x.c int f1(int i) { if( i == 0 || i == 0 || /* PRESENT warning */ i == 1

[Bug middle-end/81318] New: [8 regression] ICE in to_reg_br_prob_base, at profile-count.h:189

2017-07-05 Thread dimhen at gmail dot com
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r249892 PASS r249961 (?) FAIL / sadly, I rm this version from HDD & cant double-check r249982 FAIL $ cat x.i __attribute__((__co

[Bug tree-optimization/81292] [8 regression] ICE in zero_length_string, at tree-ssa-strlen.c:822

2017-07-04 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81292 --- Comment #10 from Dmitry G. Dyachenko --- r249961 PASS for me

[Bug tree-optimization/81292] New: [8 regression] ICE in zero_length_string, at tree-ssa-strlen.c:822

2017-07-03 Thread dimhen at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r249632 PASS r249892 FAIL $ cat x.ii extern "C" unsigned long strlen(const char *); int a(char *b) { b[strl

[Bug sanitizer/81275] New: [gcc7 gcc8] -fsanitize=thread produce incorrect -Wreturn-type warning

2017-07-02 Thread dimhen at gmail dot com
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin

[Bug middle-end/77720] -Wformat-length= wit -O3 emit warning twice with incorrect linenumbers

2016-09-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77720 Dmitry G. Dyachenko changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #2 from Dmitry

[Bug middle-end/77720] -Wformat-length= wit -O3 emit warning twice with incorrect linenumbers

2016-09-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77720 Dmitry G. Dyachenko changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/77721] New: -Wformat-length not uses arg range for converted vars

2016-09-24 Thread dimhen at gmail dot com
Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- gcc version 7.0.0 20160922 (experimental) [trunk revision 240342] (GCC) no warns in foo() but warns in bar() $ cat x.c int snprintf (char*, __SIZE_TYPE__, const

[Bug middle-end/77720] New: -Wformat-length= wit -O3 emit warning twice with incorrect linenumbers

2016-09-24 Thread dimhen at gmail dot com
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- gcc version 7.0.0 20160922 (experimental) [trunk revision 240342] (GCC) -O2 : warning for baz() -O3 : warning for bar() and baz

[Bug rtl-optimization/72821] [7 regression] RTL check: expected elt 2 type 'B', have '0' (rtx barrier) in BLOCK_FOR_INSN, at rtl.h:1424

2016-08-08 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72821 Dmitry G. Dyachenko changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/72821] [7 regression] RTL check: expected elt 2 type 'B', have '0' (rtx barrier) in BLOCK_FOR_INSN, at rtl.h:1424

2016-08-06 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72821 --- Comment #1 from Dmitry G. Dyachenko --- r239190 FAIL r239091 FAIL r239090 PASS

[Bug rtl-optimization/72821] New: [7 regression] RTL check: expected elt 2 type 'B', have '0' (rtx barrier) in BLOCK_FOR_INSN, at rtl.h:1424

2016-08-05 Thread dimhen at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r239064 PASS r239176 FAIL Fedora24/x86_64 ~/src/gcc_current

[Bug lto/71159] [7 regression] ICE in lto_output_edge() lto-cgraph.c:263

2016-05-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71159 Dmitry G. Dyachenko changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/71159] [7 regression] ICE in lto_output_edge() lto-cgraph.c:263

2016-05-17 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71159 --- Comment #4 from Dmitry G. Dyachenko --- (In reply to Jan Hubicka from comment #3) > Sorry, got it wrong way around. > Index: lto-cgraph.c > === > --- lto-cgraph.c

[Bug lto/71159] [7 regression] ICE in lto_output_edge() lto-cgraph.c:263

2016-05-17 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71159 --- Comment #1 from Dmitry G. Dyachenko --- r236299 FAIL

[Bug lto/71159] New: [7 regression] ICE in lto_output_edge() lto-cgraph.c:263

2016-05-17 Thread dimhen at gmail dot com
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r236277 FAIL Error appears after fix ICE for inline_small_functions() : r236270 -- r236274 Sadly, error occurred while build big library. I'll try

[Bug bootstrap/71071] New: [7 regression] ICE --enable-checking=fold : fold check: original tree changed by fold

2016-05-11 Thread dimhen at gmail dot com
Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r236043 PASS r236132 FAIL /home/dimhen/src/gcc_current/configure --prefix=/usr/local/gcc_current --enable-checking

[Bug middle-end/68166] [6 regression] fold-const.c:12040:18: error: aggregate 'md5_ctx ctx' has incomplete type and cannot be defined

2015-10-31 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68166 --- Comment #1 from Dmitry G. Dyachenko --- r229584 PASS r229585 FAIL

[Bug middle-end/68166] New: [6 regression] fold-const.c:12040:18: error: aggregate 'md5_ctx ctx' has incomplete type and cannot be defined

2015-10-30 Thread dimhen at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r229455 PASS r229606 FAIL Fedora 22/x64 ~/src/gcc_current/configure

[Bug bootstrap/67647] New: [6 regression] boostrap FAIL with --disable-libstdcxx-dual-abi

2015-09-20 Thread dimhen at gmail dot com
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r227942 FAIL r227792 PASS ~/src/gcc_current/configure --prefix=/usr/local/gcc_current --enable-languages=c,c++,lto --enable-plugin

[Bug bootstrap/67647] [6 regression] boostrap FAIL with --disable-libstdcxx-dual-abi

2015-09-20 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67647 --- Comment #1 from Dmitry G. Dyachenko --- Fedora 22 / x64

[Bug tree-optimization/66449] [6 Regression] ICE: in build2_stat, at tree.c:4376 with -O3

2015-06-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66449 --- Comment #4 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to amker from comment #3) Author: amker Date: Tue Jun 23 02:27:49 2015 New Revision: 224769 URL: https://gcc.gnu.org/viewcvs?rev=224769root=gccview=rev Log

[Bug middle-end/65686] [5/6 regression] inconsistent warning maybe-uninitialized: warn about 'unsigned', not warn about 'int'

2015-06-18 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65686 --- Comment #6 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to Richard Biener from comment #5) Where does this obfuscated 'return *(e-pu)' come from? If I remove aggregate then there are no warning. i.e. this code produce

[Bug sanitizer/66452] [6 Regression] [UBSAN] *.Lubsan_data0' defined but not used

2015-06-08 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66452 --- Comment #3 from Dmitry G. Dyachenko dimhen at gmail dot com --- r224136 PASS r224161 FAIL (stage1 compiler due broken bootstrap)

[Bug tree-optimization/66449] [6 Regression] ICE: in build2_stat, at tree.c:4376 with -O3

2015-06-07 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66449 --- Comment #1 from Dmitry G. Dyachenko dimhen at gmail dot com --- start FAIL for me : r224020 configure as $ ~/src/gcc_r224020/configure --prefix=/usr/local/gcc_current --enable-static --enable-checking=release --enable-languages=c,c++,lto

[Bug sanitizer/66452] New: [6 Regression] [UBSAN] *.Lubsan_data0' defined but not used

2015-06-07 Thread dimhen at gmail dot com
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone

[Bug tree-optimization/66449] New: [6 Regression] ICE: in build2_stat, at tree.c:4376 with -O3

2015-06-07 Thread dimhen at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r223920 PASS r224193 FAIL gcc -fpreprocessed -Werror -Wall -O2 -c x.i PASS gcc -fpreprocessed -Werror -Wall -O3 -c x.i FAIL $ cat

[Bug libstdc++/66354] [UBSAN] stl_algobase.h:708:7: runtime error: null pointer passed as argument

2015-06-01 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66354 Dmitry G. Dyachenko dimhen at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/66354] [UBSAN] stl_algobase.h:708:7: runtime error: null pointer passed as argument

2015-06-01 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66354 --- Comment #4 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to Jonathan Wakely from comment #1) (In reply to Dmitry G. Dyachenko from comment #0) Sorry, I have no compact testcase. Could you at least use -fno-sanitize

[Bug libstdc++/66354] New: [UBSAN] stl_algobase.h:708:7: runtime error: null pointer passed as argument

2015-05-31 Thread dimhen at gmail dot com
: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- Sorry, I have no compact testcase. /usr/local/gcc_current/include/c++/6.0.0/bits/stl_algobase.h:708:7: runtime error: null

[Bug lto/66125] New: lto1: code model kernel does not support PIC mode

2015-05-12 Thread dimhen at gmail dot com
: lto Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r222758 PASS r222759 FAIL Alas, I had no compact testcase. But 'argv[i] -- filename' change is not clear for me. At least, its not mentioned in ChangeLog :) $ svn diff

[Bug lto/66125] lto1: code model kernel does not support PIC mode

2015-05-12 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66125 --- Comment #2 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to Richard Biener from comment #1) Testcase? The fix makes options from archive members visible to lto-wrapper, so you likely have a mismatch between -fPIC / -fno

[Bug lto/66125] lto1: code model kernel does not support PIC mode

2015-05-12 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66125 Dmitry G. Dyachenko dimhen at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/65802] [6 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2335

2015-04-18 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65802 Dmitry G. Dyachenko dimhen at gmail dot com changed: What|Removed |Added CC||tom

[Bug tree-optimization/65802] New: [6 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2335

2015-04-18 Thread dimhen at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com r222031 PASS r222198 FAIL $ cat x.ii typedef int tf(); struct S { tf m_fn1; } a; void fn1() { try { __builtin_va_list c; { int *d

[Bug middle-end/65686] [4.9 regression] inconsistent warning maybe-uninitialized: warn about 'unsigned', not warn about 'int'

2015-04-14 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65686 --- Comment #2 from Dmitry G. Dyachenko dimhen at gmail dot com --- r212420 PASS r212492 FAIL gcc version 4.10.0 20140710 (experimental) [trunk revision 212420] (GCC) gcc version 4.10.0 20140713 (experimental) [trunk revision 212492] (GCC)

[Bug middle-end/65686] [5/6 regression] inconsistent warning maybe-uninitialized: warn about 'unsigned', not warn about 'int'

2015-04-14 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65686 --- Comment #3 from Dmitry G. Dyachenko dimhen at gmail dot com --- start FAIL r212452 (fix for PR middle-end/61473)

[Bug middle-end/65686] [4.9 regression] inconsistent warning maybe-uninitialized: warn about 'unsigned', not warn about 'int'

2015-04-12 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65686 Dmitry G. Dyachenko dimhen at gmail dot com changed: What|Removed |Added Summary|incorrect warning |[4.9

[Bug middle-end/65686] New: incorrect warning maybe-uninitialized

2015-04-07 Thread dimhen at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com gcc version 5.0.0 20150404 (experimental) [trunk revision 221866] (GCC) $ cat x.i typedef unsigned mytype; // 'int' fixes issue struct S { mytype *pu; }; mytype f(struct S *e) { mytype x; if(x != e

[Bug lto/64374] [5 Regression] LTO ICE in extract_insn, at recog.c:2327

2015-02-25 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374 --- Comment #15 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to Jakub Jelinek from comment #14) So, can the reporter or anyone else still reproduce a problem in this area or can it be considered fixed? last FAIL for me

[Bug sanitizer/64981] New: [5.0 regression] -fsanitize=address cant expand __builtin_ia32_rdtsc

2015-02-09 Thread dimhen at gmail dot com
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org r216735 PASS

[Bug lto/64795] New: [5.0 regression x86_64] too many memory references for `lea'

2015-01-26 Thread dimhen at gmail dot com
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com r218766 PASS r218767 FAIL r220090 FAIL Fedora 21 / x86_64 $ cat t.ii typedef void tf(struct s); struct s { tf *pf; }; void fn1(void *); static void fn2(s); main

[Bug lto/64795] [5.0 regression x86_64] too many memory references for `lea'

2015-01-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64795 --- Comment #1 from Dmitry G. Dyachenko dimhen at gmail dot com --- possible duplicate PR64374 ?

[Bug lto/64374] [5.0 regression] LTO ICE in extract_insn, at recog.c:2327

2015-01-10 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374 --- Comment #4 from Dmitry G. Dyachenko dimhen at gmail dot com --- start FAIL r218767

[Bug lto/64374] New: [5.0 regression] LTO ICE in extract_insn, at recog.c:2327

2014-12-22 Thread dimhen at gmail dot com
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com r218764 PASS r218817 FAIL, r218991 FAIL Fedora 21 / x86_64 gcc -fpreprocessed -O3 -flto -c a.i -fPIC -DPIC -o a.o g++ -fpreprocessed -O3 -flto -c b.ii -fPIC -DPIC -o b.o g

[Bug target/63805] ICE: in extract_insn, at recog.c:2327 with -mcpu=power8

2014-12-22 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63805 --- Comment #3 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to Dmitry G. Dyachenko from comment #2) I have similar error in LTO/x86_64, but stack is slightly different. Its different issue (now PR64374) Sorry for noise.

[Bug lto/64374] [5.0 regression] LTO ICE in extract_insn, at recog.c:2327

2014-12-22 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374 --- Comment #2 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to Andrew Pinski from comment #1) Looks like mixing of pic and non pic is causing the issue. May be one more issue : -- without '-O3' during compilation

[Bug lto/64374] [5.0 regression] LTO ICE in extract_insn, at recog.c:2327

2014-12-22 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374 --- Comment #3 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to Dmitry G. Dyachenko from comment #0) Oh, I edit files after copy/paste error message. The correct one is the following: e.ii: In function ‘main’: e.ii:9:1: error

[Bug target/63805] ICE: in extract_insn, at recog.c:2327 with -mcpu=power8

2014-12-21 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63805 --- Comment #2 from Dmitry G. Dyachenko dimhen at gmail dot com --- I have similar error in LTO/x86_64, but stack is slightly different. gcc-trunk r218991, binutils-trunk current g++ -flto -o xx [6 files]. I'll try to reduce testcase

[Bug c++/61670] ICE on invalid in tree_nop_conversion

2014-12-14 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 --- Comment #5 from Dmitry G. Dyachenko dimhen at gmail dot com --- r218716 FAIL for me Fedora 21 x86_64 PR61670]$ LANG=C /usr/local/gcc_current/bin/g++ -fsyntax-only -fpreprocessed au.ii au.ii:3:3: error: expected ';' at end of member

[Bug c++/64129] [5.0 regression] ICE on invalid: in grokfndecl, at cp/decl.c:7658

2014-12-02 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64129 --- Comment #2 from Dmitry G. Dyachenko dimhen at gmail dot com --- (In reply to Jonathan Wakely from comment #1) Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug

<    1   2   3   4   >