[Bug middle-end/59584] [4.9 Regression]: gcc.dg/pr50251.c ICE exposed by "Don't reject TER unnecessarily"

2013-12-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59584 --- Comment #5 from Hans-Peter Nilsson --- The actual bug causing the ICE is that the combination of expr.c:find_args_size_adjust and expr.c:fixup_args_size_notes\ can't handle a define_split matching for the stack-adjustment assignment instructi

[Bug middle-end/59584] [4.9 Regression]: gcc.dg/pr50251.c ICE exposed by "Don't reject TER unnecessarily"

2013-12-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59584 --- Comment #6 from Hans-Peter Nilsson --- Author: hp Date: Mon Dec 23 22:33:52 2013 New Revision: 206187 URL: http://gcc.gnu.org/viewcvs?rev=206187&root=gcc&view=rev Log: PR middle-end/59584 * config/cris/predicates.md (cris_nonsp_regist

[Bug middle-end/59584] [4.9 Regression]: cannot handle define_split for insn emitted for __builtin_stack_restore

2013-12-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59584 Hans-Peter Nilsson changed: What|Removed |Added Priority|P3 |P5 Summary|[4.9 Regressio

[Bug target/59203] config/cris/cris.c:2491: possible typo ?

2013-12-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59203 --- Comment #3 from Hans-Peter Nilsson --- Author: hp Date: Mon Dec 23 23:12:09 2013 New Revision: 206188 URL: http://gcc.gnu.org/viewcvs?rev=206188&root=gcc&view=rev Log: PR target/59203 * config/cris/cris.c (cris_pic_symbol_type_of): Fi

[Bug target/59203] config/cris/cris.c:2491: possible typo ?

2013-12-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59203 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/51051] [4.7 Regression]: build fails on cris-elf building libstdc++-v3

2011-11-12 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51051 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/51086] [4.7 regression] ICE in move_insn, at haifa-sched.c:3437

2011-11-14 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51086 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug rtl-optimization/51051] [4.7 Regression]: build fails on cris-elf building libstdc++-v3

2011-11-14 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51051 --- Comment #8 from Hans-Peter Nilsson 2011-11-14 23:31:17 UTC --- Author: hp Date: Mon Nov 14 23:31:13 2011 New Revision: 181371 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181371 Log: PR rtl-optimization/51051 * cfgrtl.c (cfg

[Bug lto/51105] [4.7 Regression] FAIL: gcc.c-torture/execute/920501-1.c compilation, -O2 -flto -flto-partition=none

2011-11-15 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51105 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug lto/51105] [4.7 Regression] FAIL: gcc.c-torture/execute/920501-1.c compilation, -O2 -flto -flto-partition=none

2011-11-15 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51105 --- Comment #5 from Hans-Peter Nilsson 2011-11-16 00:11:37 UTC --- (In reply to comment #4) > > Please fill in (host and) target fields. > What for? AFAICT the field should be *-*-* with lto enabled. A *-*-* would certainly be better than empty,

[Bug lto/51105] [4.7 Regression] FAIL: gcc.c-torture/execute/920501-1.c compilation, -O2 -flto -flto-partition=none

2011-11-16 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51105 --- Comment #6 from Hans-Peter Nilsson 2011-11-16 10:21:38 UTC --- (In reply to comment #3) > I have no doubt the regression occurred in 181189:181208 as per the archive > link; I'll bisect from that. It's r181205:181206 (r181205 was a build fai

[Bug bootstrap/51201] [4.7 regression] build error without Ada compiler installed

2011-11-20 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51201 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug middle-end/51038] [4.7 Regression]: 29_atomics/atomic_flag/clear/1.cc test_and_set/explicit.cc implicit.cc

2011-11-29 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51038 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libstdc++/51386] New: [4.7 Regression]: 23_containers/unordered_set/hash_policy/load_factor.cc execution timeout

2011-12-01 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51386 Bug #: 51386 Summary: [4.7 Regression]: 23_containers/unordered_set/hash_policy/load_factor.cc execution timeout Classification: Unclassified Product: gcc Ver

[Bug libstdc++/51386] [4.7 Regression]: 23_containers/unordered_set/hash_policy/load_factor.cc execution timeout

2011-12-02 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51386 --- Comment #3 from Hans-Peter Nilsson 2011-12-02 11:07:20 UTC --- (In reply to comment #1) > Hans-Peter, can it be a memory issue? The recent changes imply that more > memory > is used by these data structures, and that is largely unavoidable,

[Bug libstdc++/51386] [4.7 Regression]: 23_containers/unordered_set/hash_policy/load_factor.cc execution timeout

2011-12-02 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51386 --- Comment #6 from Hans-Peter Nilsson 2011-12-02 11:15:54 UTC --- (In reply to comment #3) (My reply probably seems slightly odd due to the mid-air collision with comment #2.) > Oh, I see floating-point changes, has the patch perhaps increased

[Bug lto/51105] [4.7 Regression] FAIL: gcc.c-torture/execute/920501-1.c compilation, -O2 -flto -flto-partition=none

2011-12-02 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51105 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/51444] New: [4.4 Regression]: Spurious "is used uninitialized" warning for structure with bitfields

2011-12-06 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51444 Bug #: 51444 Summary: [4.4 Regression]: Spurious "is used uninitialized" warning for structure with bitfields Classification: Unclassified Product: gcc Version: 4.4.7

[Bug tree-optimization/51444] [4.4 Regression]: Spurious "is used uninitialized" warning for structure with bitfields

2011-12-06 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51444 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/51051] [4.7 Regression]: build fails on cris-elf building libstdc++-v3

2011-12-07 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51051 --- Comment #12 from Hans-Peter Nilsson 2011-12-07 19:07:27 UTC --- (In reply to comment #11) > I still have HP's patch in my local tree. I assume you mean Bernd's patch referenced in this PR. (I was only doing the legwork.) > Should I remove i

[Bug middle-end/51521] New: [4.7 Regression]: build fails on cris-elf building libstdc++-v3: verify_flow_info failed

2011-12-12 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51521 Bug #: 51521 Summary: [4.7 Regression]: build fails on cris-elf building libstdc++-v3: verify_flow_info failed Classification: Unclassified Product: gcc Version: 4.7.0

[Bug testsuite/51603] ERROR: g++.dg/cpp0x/rv-cast[34].C: syntax error in target selector "target c++11"

2011-12-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51603 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug testsuite/51128] [4.7 Regression] New LTO failures

2011-12-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug target/51685] FAIL: gcc.dg/tm/pr51472.c (internal compiler error) on ppc*-*-*, s390*-*-*, spu-*-*

2011-12-28 Thread hp at gcc dot gnu.org
||2011-12-28 CC||hp at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from Hans-Peter Nilsson 2011-12-28 09:38:27 UTC --- I checked my logs for r182695 (latest at this time) and yes, cris-axi-elf too

[Bug regression/51728] New: [4.7 Regression]: libstdc++ 25_algorithms/count_if/1.cc, 25_algorithms/partition_point/1.cc, 25_algorithms/search/1.cc SEGV ICE

2012-01-01 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51728 Bug #: 51728 Summary: [4.7 Regression]: libstdc++ 25_algorithms/count_if/1.cc, 25_algorithms/partition_point/1.cc, 25_algorithms/search/1.cc SEGV ICE Classifica

[Bug c++/51722] Options "-g3" or "-ggdb3" or "-g3 -gdwarf-2" and other "-g..level3" - internal compiler error

2012-01-02 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51722 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug sanitizer/85663] [8/9 Regression] gcc-8.0.1 regression: sanitizer fails to build on mips-unknown-linux-gnu

2019-02-03 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85663 Hans-Peter Nilsson changed: What|Removed |Added Version|8.0.1 |8.1.0 --- Comment #7 from Hans-Pete

[Bug sanitizer/85663] [9 Regression]: sanitizer fails to build on mips-unknown-linux-gnu

2019-02-03 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85663 Hans-Peter Nilsson changed: What|Removed |Added Version|8.1.0 |unknown Target Milestone|8.3

[Bug sanitizer/85663] [9 Regression]: sanitizer fails to build on mips-unknown-linux-gnu

2019-02-03 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85663 --- Comment #12 from Hans-Peter Nilsson --- (In reply to Sergei Trofimovich from comment #9) > (In reply to Hans-Peter Nilsson from comment #8) > > The report is misleading regarding version, thus I'm resetting the versions. > > For mips, sanitiz

[Bug other/85622] New: gcc-8.1.0/NEWS says it's not released yet

2018-05-02 Thread hp at gcc dot gnu.org
other Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org Target Milestone: --- In the gcc-8.1.0 tarball, the file NEWS contains, near the top: "As of this time no releases of GCC 8 have yet been made." further down: "Disclaimer: GCC 8 has not b

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-05-08 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug tree-optimization/85726] New: div C1 to div C2 match.pd suboptimization

2018-05-09 Thread hp at gcc dot gnu.org
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org Target Milestone: --- See the attached test-case, ready to drop into testsuite/gcc.dg. The suboptimization results in separate div and mod sequences across all architectures where division or

[Bug tree-optimization/85726] div C1 to div C2 match.pd suboptimization

2018-05-09 Thread hp at gcc dot gnu.org
||2018-05-09 Assignee|unassigned at gcc dot gnu.org |hp at gcc dot gnu.org Ever confirmed|0 |1

[Bug tree-optimization/85726] div C1 to div C2 match.pd suboptimization

2018-05-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85726 --- Comment #1 from Hans-Peter Nilsson --- Created attachment 44107 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44107&action=edit test-case

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-05-20 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 --- Comment #7 from Hans-Peter Nilsson --- Thank you for your interest in the MMIX port. (In reply to Wilco from comment #3) > (In reply to Sergei Trofimovich from comment #1) > > > #define MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-05-24 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 --- Comment #9 from Hans-Peter Nilsson --- (In reply to Wilco from comment #8) > I don't think that comment is accurate. Of course it isn't accurate *now*, but it explains why the code looks as it is. I see the "phase-computing" code in expand_u

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-05-24 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 --- Comment #10 from Hans-Peter Nilsson --- Created attachment 44180 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44180&action=edit patch to mmix.c Builds libgcc. More late this weekend, I hope.

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-05-27 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 --- Comment #11 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #10) > Created attachment 44180 [details] > patch to mmix.c > > Builds libgcc. More late this weekend, I hope. I now see the assertion in assemble_integer

[Bug tree-optimization/91419] New: [10 Regression]: gcc.dg/tree-ssa/pr91091-2.c, ssa-fre-61.c, ssa-fre-61.c with r273232

2019-08-10 Thread hp at gcc dot gnu.org
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Target: cris-elf, pru-elf, m68k-unknown-linux-gnu

[Bug tree-optimization/91419] [10 Regression]: gcc.dg/tree-ssa/pr91091-2.c, ssa-fre-61.c, ssa-fre-61.c with r273232

2019-08-12 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91419 --- Comment #2 from Hans-Peter Nilsson --- (In reply to Richard Biener from comment #1) > Jeff also noticed this. The issue should happen on targets where > alignof(int) != sizeof(int) since there we cannot conclude that with int *p, > *q; the

[Bug tree-optimization/91419] [10 Regression]: gcc.dg/tree-ssa/pr91091-2.c, ssa-fre-61.c, ssa-fre-61.c with r273232

2019-08-13 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91419 --- Comment #4 from Hans-Peter Nilsson --- (In reply to rguent...@suse.de from comment #3) > OK, so all testcases in this PR use 'int' which means disabling > for !natural_alignment_32 would be enough (unless 'int' is not 32bit ;)) I'd assume al

[Bug testsuite/91419] [10 Regression]: gcc.dg/tree-ssa/pr91091-2.c, ssa-fre-61.c, ssa-fre-61.c with r273232

2019-08-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91419 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/91091] [missed optimization] Missing optimization in unaliased pointers

2019-08-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91091 Bug 91091 depends on bug 91419, which changed state. Bug 91419 Summary: [10 Regression]: gcc.dg/tree-ssa/pr91091-2.c, ssa-fre-61.c, ssa-fre-61.c with r273232 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91419 What|Removed

[Bug ada/91492] [10 regression] Ada documentation issue starting with r274637

2019-08-19 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91492 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug middle-end/91948] New: SEGV in reload with r276389

2019-10-01 Thread hp at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org CC: rsandifo at gcc dot gnu.org Target Milestone: --- Host: x86_64-unknown-linux-gnu Target: cris-elf Created attachment 46986 --> https://gcc.gnu.org/bugzi

[Bug middle-end/91948] SEGV in reload with r276389

2019-10-01 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91948 --- Comment #1 from Hans-Peter Nilsson --- There were subsequent reload-related commits, but building still fails as above at r276395.

[Bug middle-end/84877] Local stack copy of BLKmode parameter on the stack is not aligned when the requested alignment exceeds MAX_SUPPORTED_STACK_ALIGNMENT

2019-02-10 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84877 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug middle-end/90553] New: Register allocation allocates post-incremented address-load of call to call-clobbered register

2019-05-20 Thread hp at gcc dot gnu.org
Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org Target Milestone: --- Target: cris-elf For this code, similar to the newlib newlib/libc/misc/init.c:__init_array

[Bug middle-end/90553] Register allocation allocates post-incremented address-load of call to call-clobbered register

2019-05-20 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90553 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/90553] Register allocation allocates post-incremented address-load of call to call-clobbered register

2019-05-20 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90553 --- Comment #1 from Hans-Peter Nilsson --- (JFTR the cutnpaste got tangled with paste and tape everywhere; the newlib function in newlib/libc/misc/init.c is named __libc_init_array)

[Bug middle-end/90553] Register allocation allocates post-incremented address-load of call to call-clobbered register

2019-05-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90553 --- Comment #2 from Hans-Peter Nilsson --- Author: hp Date: Wed May 22 00:35:32 2019 New Revision: 271498 URL: https://gcc.gnu.org/viewcvs?rev=271498&root=gcc&view=rev Log: PR middle-end/90553 * ira-lives.c (process_bb_node_lives

[Bug middle-end/90553] Register allocation allocates post-incremented address-load of call to call-clobbered register

2019-05-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90553 --- Comment #3 from Hans-Peter Nilsson --- Author: hp Date: Wed May 22 00:43:23 2019 New Revision: 271499 URL: https://gcc.gnu.org/viewcvs?rev=271499&root=gcc&view=rev Log: PR middle-end/90553 * gcc.dg/torture/pr90553.c: New test

[Bug middle-end/90553] Register allocation allocates post-incremented address-load of call to call-clobbered register

2019-05-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90553 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Version|9.0

[Bug other/90315] [10 regression] help text (or test for help text) problem after r270788

2019-05-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90315 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug debug/66668] [6 regression] FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan-assembler-times DIE \\([^\n]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type 8

2019-05-21 Thread hp at gcc dot gnu.org
|*-*-solaris2.1[01], | |x86_64-unknown-linux-gnu| Status|RESOLVED|REOPENED CC||hp at gcc dot gnu.org Resolution|FIXED |--- --- Comment #12 from Hans-Peter Nilsson

[Bug debug/66668] [6 regression] FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan-assembler-times DIE \\([^\n]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type 8

2019-05-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 --- Comment #13 from Hans-Peter Nilsson --- Created attachment 46392 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46392&action=edit stacked-qualified-types-3.s generated for cris-elf at r271469

[Bug fortran/80645] FAIL: gfortran.dg/elemental_subroutine_3.f90 -O1 (test for excess errors)

2019-05-21 Thread hp at gcc dot gnu.org
|2019-5-22 CC||hp at gcc dot gnu.org --- Comment #15 from Hans-Peter Nilsson --- Still fails for cris-elf, at r271469, and apparently at least some of the other listed targets, according to gcc-testresults list.

[Bug libstdc++/83237] Values returned by std::poisson_distribution are not distributed correctly

2019-05-22 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83237 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug middle-end/84877] Local stack copy of BLKmode parameter on the stack is not aligned when the requested alignment exceeds MAX_SUPPORTED_STACK_ALIGNMENT

2019-07-07 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84877 --- Comment #12 from Hans-Peter Nilsson --- (In reply to Jorn Wolfgang Rennecke from comment #10) > Created attachment 46567 [details] > Fix for targets that pass the argument by invisible reference Thanks for your efforts. This *may* have affe

[Bug middle-end/84877] Local stack copy of BLKmode parameter on the stack is not aligned when the requested alignment exceeds MAX_SUPPORTED_STACK_ALIGNMENT

2019-07-07 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84877 --- Comment #16 from Hans-Peter Nilsson --- (In reply to Jorn Wolfgang Rennecke from comment #13) > I tried if I could reproduce this with a cross-compiler built for > --target=hppa-linux-gnu; My target of concern is cris-elf, just as in my earl

[Bug target/86779] Cris port needs updating for CVE-2017-5753

2018-09-05 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86779 --- Comment #1 from Hans-Peter Nilsson --- Author: hp Date: Wed Sep 5 23:14:42 2018 New Revision: 264134 URL: https://gcc.gnu.org/viewcvs?rev=264134&root=gcc&view=rev Log: PR target/86779 * config/cris/cris.c (TARGET_HAVE_SPECUL

[Bug target/86772] [meta-bug] tracking port status for CVE-2017-5753

2018-09-05 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86772 Bug 86772 depends on bug 86779, which changed state. Bug 86779 Summary: Cris port needs updating for CVE-2017-5753 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86779 What|Removed |Added -

[Bug target/86779] Cris port needs updating for CVE-2017-5753

2018-09-05 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86779 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/87252] New: gcc-4.4 cross-builds broken, apparently in self-tests

2018-09-07 Thread hp at gcc dot gnu.org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org CC: dmalcolm at gcc dot gnu.org Target Milestone: --- (Note: no cross-binutils or anything needed, just gcc sources and a native gcc-4.4. This is an

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-09-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 --- Comment #12 from Hans-Peter Nilsson --- Author: hp Date: Sun Sep 9 18:05:48 2018 New Revision: 264182 URL: https://gcc.gnu.org/viewcvs?rev=264182&root=gcc&view=rev Log: PR target/85666 * config/mmix/mmix.c (MMIX_CFUN_NEEDS_S

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-09-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 --- Comment #13 from Hans-Peter Nilsson --- Author: hp Date: Sun Sep 9 18:12:14 2018 New Revision: 264183 URL: https://gcc.gnu.org/viewcvs?rev=264183&root=gcc&view=rev Log: PR target/85666 * config/mmix/mmix.c (mmix_assemble_int

[Bug target/86794] mmix port needs updating for CVE-2017-5753

2018-09-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86794 --- Comment #1 from Hans-Peter Nilsson --- Author: hp Date: Sun Sep 9 18:13:18 2018 New Revision: 264184 URL: https://gcc.gnu.org/viewcvs?rev=264184&root=gcc&view=rev Log: PR target/86794 * config/mmix/mmix.c (TARGET_HAVE_SPECUL

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-09-09 Thread hp at gcc dot gnu.org
||2018-09-09 Assignee|unassigned at gcc dot gnu.org |hp at gcc dot gnu.org Target Milestone|--- |9.0 Ever confirmed|0 |1 --- Comment #14 from Hans-Peter Nilsson --- I'll build the gcc-8 branch too b

[Bug target/86794] mmix port needs updating for CVE-2017-5753

2018-09-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86794 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/86772] [meta-bug] tracking port status for CVE-2017-5753

2018-09-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86772 Bug 86772 depends on bug 86794, which changed state. Bug 86794 Summary: mmix port needs updating for CVE-2017-5753 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86794 What|Removed |Added -

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-09-16 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 --- Comment #15 from Hans-Peter Nilsson --- Author: hp Date: Sun Sep 16 21:23:36 2018 New Revision: 264351 URL: https://gcc.gnu.org/viewcvs?rev=264351&root=gcc&view=rev Log: PR target/85666 * config/mmix/mmix.c (mmix_assemble_int

[Bug target/85666] gcc-8.0.1 fails to build mmix target: gcc/libgcc/libgcc2.h:203:20: internal compiler error: in leaf_function_p, at final.c:4488

2018-09-16 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85666 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/67843] experimental/filesystem/iterators/directory_iterator.cc fails on armv5t

2018-09-19 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67843 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-02 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #20 from Hans-Peter Nilsson --- Please allow a couple of days so I can catch up. Thanks.

[Bug target/80433] [CRIS] ICE at -O2: unrecognized insn (post_inc on acr) building glibc sha512.c

2018-03-22 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80433 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment

[Bug tree-optimization/85186] New: ifcvt can peel iterations affecting code form, and causing vectorization not to happen

2018-04-03 Thread hp at gcc dot gnu.org
Severity: minor Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org Target Milestone: --- Created attachment 43833 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43833&action=edit origi

[Bug tree-optimization/85186] ifcvt can peel iterations affecting code form, and causing vectorization not to happen

2018-04-03 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85186 --- Comment #1 from Hans-Peter Nilsson --- Created attachment 43834 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43834&action=edit case 2

[Bug tree-optimization/85186] ifcvt can peel iterations affecting code form, and causing vectorization not to happen

2018-04-03 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85186 --- Comment #2 from Hans-Peter Nilsson --- Created attachment 43835 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43835&action=edit case 3

[Bug tree-optimization/85186] ifcvt can peel iterations affecting code form, and causing vectorization not to happen

2018-04-03 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85186 --- Comment #3 from Hans-Peter Nilsson --- Created attachment 43836 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43836&action=edit case 4

[Bug tree-optimization/85186] ifcvt can peel iterations affecting code form, and causing vectorization not to happen

2018-04-03 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85186 --- Comment #4 from Hans-Peter Nilsson --- I forgot to mention that this is likely a regression since gcc-4.7-era, but I haven't proved that elsewhere than on the original target (not x86_64-linux / sse2).

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-04 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #22 from Hans-Peter Nilsson --- The issue again, is using properties of the actual object in the value of is_lock_free(). AFAICS, that still happens (at r264855) libstdc++-v3/include/bits/atomic_base.h:246 static constexpr int

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-04 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #23 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #22) > Anyway, as per the arguments in n2992.html in the link above, I (still) > think __atomic_*always*_lock free should be used instead; this'd make the >

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-05 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #26 from Hans-Peter Nilsson --- (In reply to Jonathan Wakely from comment #25) > (In reply to Hans-Peter Nilsson from comment #23) > > ...and also, a call might be generated as the result of using > > __atomic_is_lock_free (instead of

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-05 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #27 from Hans-Peter Nilsson --- (In reply to Jonathan Wakely from comment #24) > (In reply to Hans-Peter Nilsson from comment #22) > > Or do I misread that? Are __alignof(x) and the result of alignas(x) > > in the declaration guarant

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-17 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #31 from Hans-Peter Nilsson --- Created attachment 44851 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44851&action=edit patch as per directions Thanks. I also adjusted include/std/atomic, without which the struct X test-case

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-19 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #34 from Hans-Peter Nilsson --- (In reply to Jonathan Wakely from comment #32) > I would prefer a function template instead of the LF macro e.g. That will lose the __LINE__ information from the supposed error message in VERIFY, i.e.

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-11-11 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/85726] [7/8/9 Regression] div C1 to div C2 match.pd suboptimization

2018-11-22 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85726 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|hp at gcc

[Bug tree-optimization/37916] [7/8/9 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

2018-12-01 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37916 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|NEW URL|

[Bug middle-end/55030] [4.8 Regression]: gcc.c-torture/execute/builtins/memcpy-chk.c execution, -Os (et al)

2012-11-11 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55030 --- Comment #3 from Hans-Peter Nilsson 2012-11-12 04:37:04 UTC --- Created attachment 28664 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28664 reduced test-case Reduced test-case. Do e.g. "cc1 -fpreprocessed pr55030-chk.i -quiet

[Bug middle-end/55030] [4.8 Regression]: gcc.c-torture/execute/builtins/memcpy-chk.c execution, -Os (et al)

2012-11-11 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55030 --- Comment #4 from Hans-Peter Nilsson 2012-11-12 04:53:55 UTC --- (In reply to comment #3) > Created attachment 28664 [details] > reduced test-case Only intended for code inspection, not a self-contained test-case; that's already cove

[Bug debug/55257] [4.8 Regression]: g++.dg/debug/dwarf2/non-virtual-thunk.C scan-assembler thunk.C:30

2012-11-12 Thread hp at gcc dot gnu.org
reconfirmed||2012-11-12 AssignedTo|unassigned at gcc dot |hp at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.8.0 Ever Confirmed|0 |1 --- Comment #2 from Hans

[Bug debug/55257] [4.8 Regression]: g++.dg/debug/dwarf2/non-virtual-thunk.C scan-assembler thunk.C:30

2012-11-12 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55257 --- Comment #4 from Hans-Peter Nilsson 2012-11-12 17:21:57 UTC --- (In reply to comment #3) > It can't be called from > the middle end, because some targets need to perform various things before > final_start_function (or perhaps after fi

[Bug target/55257] [4.8 Regression]: g++.dg/debug/dwarf2/non-virtual-thunk.C scan-assembler thunk.C:30

2012-11-12 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55257 Hans-Peter Nilsson changed: What|Removed |Added Component|debug |target --- Comment #5 from

[Bug target/55257] [4.8 Regression]: g++.dg/debug/dwarf2/non-virtual-thunk.C scan-assembler thunk.C:30

2012-11-12 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55257 --- Comment #6 from Hans-Peter Nilsson 2012-11-13 06:15:59 UTC --- Author: hp Date: Tue Nov 13 06:15:53 2012 New Revision: 193467 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193467 Log: PR target/55257 * config/cris

[Bug target/55257] [4.8 Regression]: g++.dg/debug/dwarf2/non-virtual-thunk.C scan-assembler thunk.C:30

2012-11-12 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55257 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[Bug c++/55325] New: [4.8 Regression]: g++.dg/cpp0x/constexpr-complex.C excess errors

2012-11-14 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55325 Bug #: 55325 Summary: [4.8 Regression]: g++.dg/cpp0x/constexpr-complex.C excess errors Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCO

[Bug c++/55325] [4.8 Regression]: g++.dg/cpp0x/constexpr-complex.C excess errors

2012-11-14 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55325 --- Comment #3 from Hans-Peter Nilsson 2012-11-14 16:59:29 UTC --- (In reply to comment #1) > I also see failing g++.dg/parse/template23.C and for this one too the problem > seems related to the recent changes for PR54413. Right, thanks

[Bug c++/55325] [4.8 Regression]: g++.dg/cpp0x/constexpr-complex.C excess errors

2012-11-14 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55325 --- Comment #11 from Hans-Peter Nilsson 2012-11-15 02:39:57 UTC --- (In reply to comment #7) > (In reply to comment #3) > > Excess errors: > > /tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C:94:3: > > ...

[Bug c++/55325] [4.8 Regression]: g++.dg/cpp0x/constexpr-complex.C excess errors

2012-11-15 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55325 --- Comment #14 from Hans-Peter Nilsson 2012-11-15 08:44:05 UTC --- (In reply to comment #13) > [1] http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01198.html Thanks. Note that pa handles 'q'.

<    1   2   3   4   5   6   7   8   9   10   >