[Bug libstdc++/69881] with gcc-6 of today building gcc-4.9 fails

2016-02-23 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69881 --- Comment #23 from Bernd Edlinger --- Author: edlinger Date: Tue Feb 23 15:57:09 2016 New Revision: 233636 URL: https://gcc.gnu.org/viewcvs?rev=233636&root=gcc&view=rev Log: 2016-02-23 Bernd Edlinger PR libstdc++/69881 * in

[Bug bootstrap/67728] Build fails when cross-compiling with in-tree GMP and ISL

2016-03-29 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67728 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/24414] Old-style asms don't clobber memory

2016-06-06 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24414 --- Comment #20 from Bernd Edlinger --- Author: edlinger Date: Mon Jun 6 12:31:59 2016 New Revision: 237133 URL: https://gcc.gnu.org/viewcvs?rev=237133&root=gcc&view=rev Log: gcc/ 2016-06-06 Bernd Edlinger PR c/24414 * cfgex

[Bug inline-asm/68843] ICE with "u" input constraint

2016-06-10 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68843 --- Comment #9 from Bernd Edlinger --- Author: edlinger Date: Fri Jun 10 12:22:21 2016 New Revision: 237303 URL: https://gcc.gnu.org/viewcvs?rev=237303&root=gcc&view=rev Log: gcc: 2016-06-10 Bernd Edlinger PR inline-asm/68843

[Bug target/77308] surprisingly large stack usage for sha512 on arm

2017-09-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77308 --- Comment #64 from Bernd Edlinger --- Author: edlinger Date: Mon Sep 4 15:25:59 2017 New Revision: 251663 URL: https://gcc.gnu.org/viewcvs?rev=251663&root=gcc&view=rev Log: 2017-09-04 Bernd Edlinger PR target/77308 * confi

[Bug target/77308] surprisingly large stack usage for sha512 on arm

2017-09-06 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77308 --- Comment #65 from Bernd Edlinger --- Author: edlinger Date: Wed Sep 6 07:47:52 2017 New Revision: 251752 URL: https://gcc.gnu.org/viewcvs?rev=251752&root=gcc&view=rev Log: 2017-09-06 Bernd Edlinger PR target/77308 * confi

[Bug c++/80287] C++ crash with __attribute((may_alias))

2017-04-17 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80287 --- Comment #2 from Bernd Edlinger --- Author: edlinger Date: Mon Apr 17 20:41:40 2017 New Revision: 246955 URL: https://gcc.gnu.org/viewcvs?rev=246955&root=gcc&view=rev Log: 017-04-17 Bernd Edlinger PR c++/80287 * class.c (f

[Bug c/78503] -Wint-in-bool-context false positive on unsigned multiplication

2017-05-19 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78503 --- Comment #3 from Bernd Edlinger --- It is on purpose that the warning gets suppressed when "(N) != 0" or "(N) + 0" is used, so that won't go away. But may I suggest the following for the XALLOCAVEC macro: #define XALLOCAVEC(T, N) ((N) > 0 ?

[Bug tree-optimization/82402] [5/6/7/8 Regression] error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2017-10-02 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82402 --- Comment #1 from Bernd Edlinger --- Martin, try this modified test case: cat ice.c typedef int jmp_buf[1]; extern exit(int) __attribute__((__noreturn__)); extern int setjmpx(jmp_buf) __attribute__((__returns_twice__)); jmp_buf jbAnagram; in

[Bug tree-optimization/82402] [5/6/7/8 Regression] error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2017-10-02 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82402 --- Comment #3 from Bernd Edlinger --- The leaf attribute seems to make a difference, before my patch the compiler assumed returns_twice + leaf, but that may be unsafe for free standing environment. the crash goes away if the header file adds lea

[Bug c++/77496] ICE in instantiate_type, at cp/class.c:8270

2016-09-12 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77496 --- Comment #5 from Bernd Edlinger --- Author: edlinger Date: Mon Sep 12 20:18:16 2016 New Revision: 240098 URL: https://gcc.gnu.org/viewcvs?rev=240098&root=gcc&view=rev Log: gcc/c-family: 2016-09-12 Bernd Edlinger PR c++/77496

[Bug rtl-optimization/77289] [7 Regression] ICE in extract_constrain_insn, at recog.c:2212 on powerpc64

2016-09-13 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77289 --- Comment #9 from Bernd Edlinger --- Author: edlinger Date: Tue Sep 13 21:25:04 2016 New Revision: 240124 URL: https://gcc.gnu.org/viewcvs?rev=240124&root=gcc&view=rev Log: 2016-09-13 Bernd Edlinger PR rtl-optimization/77289

[Bug other/77421] Bugs found in GCC with the help of PVS-Studio

2016-09-19 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77421 --- Comment #15 from Bernd Edlinger --- Author: edlinger Date: Mon Sep 19 21:57:46 2016 New Revision: 240250 URL: https://gcc.gnu.org/viewcvs?rev=240250&root=gcc&view=rev Log: 2016-09-19 Bernd Edlinger PR middle-end/77421 * d

[Bug c++/77434] warn about suspicious precedence of ternary operator (?:)

2016-09-19 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77434 --- Comment #12 from Bernd Edlinger --- Author: edlinger Date: Mon Sep 19 22:10:11 2016 New Revision: 240251 URL: https://gcc.gnu.org/viewcvs?rev=240251&root=gcc&view=rev Log: gcc: 2016-09-19 Bernd Edlinger PR c++/77434 * doc

[Bug tree-optimization/77550] [6/7 Regression] std::deque with -O3 has infinite std::distance

2016-09-21 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550 --- Comment #17 from Bernd Edlinger --- Author: edlinger Date: Wed Sep 21 13:03:59 2016 New Revision: 240313 URL: https://gcc.gnu.org/viewcvs?rev=240313&root=gcc&view=rev Log: gcc: 2016-09-21 Bernd Edlinger PR tree-optimization/77550

[Bug testsuite/77411] object-size-9.c -fpic -m32 failure

2016-09-23 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77411 --- Comment #3 from Bernd Edlinger --- Author: edlinger Date: Fri Sep 23 14:43:45 2016 New Revision: 240437 URL: https://gcc.gnu.org/viewcvs?rev=240437&root=gcc&view=rev Log: 2016-09-23 Bernd Edlinger Tom de Vries PR te

[Bug rtl-optimization/77714] Wrong code generation for gcc.c-torture/execute/pr51447.c

2016-09-24 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77714 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/77714] Wrong code generation for gcc.c-torture/execute/pr51447.c

2016-09-24 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77714 --- Comment #3 from Bernd Edlinger --- because a different pattern is choosen for this insn the reg-note is overwritten here: Choosing alt 2 in insn 48: (0) l (1) l (2) lL {*thumb1_addsi3} Creating newreg=129, assigning class L

[Bug testsuite/77411] object-size-9.c -fpic -m32 failure

2016-09-25 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77411 --- Comment #4 from Bernd Edlinger --- Author: edlinger Date: Sun Sep 25 15:12:05 2016 New Revision: 240472 URL: https://gcc.gnu.org/viewcvs?rev=240472&root=gcc&view=rev Log: 2016-09-25 Bernd Edlinger backport from mainline 2

[Bug rtl-optimization/77714] [7 Regression] Wrong code generation for gcc.c-torture/execute/pr51447.c

2016-09-26 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77714 --- Comment #5 from Bernd Edlinger --- (In reply to Thomas Preud'homme from comment #4) > Hi Bernd & Peter, > > Yes the code is still failing on today's trunk. I tested both patch you > propose Bernd and both seems to work. Thanks a lot for such

[Bug rtl-optimization/77714] [7 Regression] Wrong code generation for gcc.c-torture/execute/pr51447.c

2016-09-26 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77714 --- Comment #6 from Bernd Edlinger --- Author: edlinger Date: Tue Sep 27 04:54:49 2016 New Revision: 240518 URL: https://gcc.gnu.org/viewcvs?rev=240518&root=gcc&view=rev Log: 2016-09-27 Bernd Edlinger PR rlt-optimization/77714

[Bug rtl-optimization/77714] [7 Regression] Wrong code generation for gcc.c-torture/execute/pr51447.c

2016-09-26 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77714 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/77748] pr77550.C fails on arm-none-eabi

2016-09-27 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748 --- Comment #10 from Bernd Edlinger --- (In reply to Christophe Lyon from comment #9) > Did you try on arm-none-eabi too? > It does not seem to work for me. Hmmm, I don't have the exact environment, but I used your .s file, removed the abi lines

[Bug c++/77748] pr77550.C fails on arm-none-eabi

2016-09-28 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748 --- Comment #24 from Bernd Edlinger --- Author: edlinger Date: Wed Sep 28 12:11:57 2016 New Revision: 240573 URL: https://gcc.gnu.org/viewcvs?rev=240573&root=gcc&view=rev Log: 2016-09-28 Bernd Edlinger PR c++/77748 * g++.dg/p

[Bug testsuite/77411] object-size-9.c -fpic -m32 failure

2016-09-28 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77411 --- Comment #5 from Bernd Edlinger --- Author: edlinger Date: Wed Sep 28 12:48:16 2016 New Revision: 240575 URL: https://gcc.gnu.org/viewcvs?rev=240575&root=gcc&view=rev Log: backport from mainline 2016-09-23 Bernd Edlinger Tom de

[Bug preprocessor/77699] suspicious code in get_next_line

2016-10-03 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77699 --- Comment #1 from Bernd Edlinger --- Author: edlinger Date: Mon Oct 3 14:05:46 2016 New Revision: 240713 URL: https://gcc.gnu.org/viewcvs?rev=240713&root=gcc&view=rev Log: 2016-10-03 Bernd Edlinger PR preprocessor/77699 *

[Bug testsuite/77411] object-size-9.c -fpic -m32 failure

2016-10-05 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77411 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/77700] suspicios code in cp/parser.c

2016-10-07 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77700 --- Comment #1 from Bernd Edlinger --- Author: edlinger Date: Fri Oct 7 17:10:38 2016 New Revision: 240867 URL: https://gcc.gnu.org/viewcvs?rev=240867&root=gcc&view=rev Log: 2016-10-07 Bernd Edlinger PR c++/77700 * c-common.

[Bug target/77308] surprisingly large stack usage for sha512 on arm

2016-10-17 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77308 --- Comment #11 from Bernd Edlinger --- Author: edlinger Date: Mon Oct 17 17:46:59 2016 New Revision: 241273 URL: https://gcc.gnu.org/viewcvs?rev=241273&root=gcc&view=rev Log: 2016-10-17 Bernd Edlinger PR target/77308 * confi

[Bug rtl-optimization/78041] Wrong code on ARMv7 with -mthumb -mfpu=neon-fp16 -O0

2016-10-21 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78041 Bernd Edlinger changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |wdijkstr at arm dot com --- Comm

[Bug tree-optimization/77550] [6/7 Regression] std::deque with -O3 has infinite std::distance

2016-10-24 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550 --- Comment #18 from Bernd Edlinger --- Author: edlinger Date: Mon Oct 24 20:21:06 2016 New Revision: 241495 URL: https://gcc.gnu.org/viewcvs?rev=241495&root=gcc&view=rev Log: 2016-10-24 Bernd Edlinger Backport from mainline

[Bug tree-optimization/77550] [6/7 Regression] std::deque with -O3 has infinite std::distance

2016-10-24 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/78110] freestanding libstdc++ fails to compile

2016-10-26 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78110 --- Comment #5 from Bernd Edlinger --- Author: edlinger Date: Wed Oct 26 17:26:00 2016 New Revision: 241591 URL: https://gcc.gnu.org/viewcvs?rev=241591&root=gcc&view=rev Log: 2016-10-26 Bernd Edlinger PR libstdc++/78110 * lib

[Bug libgcc/78067] liggcc2 calls count_leading_zero with 0

2016-11-03 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78067 --- Comment #3 from Bernd Edlinger --- Author: edlinger Date: Thu Nov 3 12:52:19 2016 New Revision: 241817 URL: https://gcc.gnu.org/viewcvs?rev=241817&root=gcc&view=rev Log: 2016-11-03 Bernd Edlinger PR libgcc/78067 * libgcc

[Bug c++/71973] c++ handles built-in functions inconsistently

2016-11-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71973 --- Comment #4 from Bernd Edlinger --- Author: edlinger Date: Fri Nov 4 15:30:52 2016 New Revision: 241846 URL: https://gcc.gnu.org/viewcvs?rev=241846&root=gcc&view=rev Log: 2016-11-04 Bernd Edlinger PR c++/71973 * g++.dg/cp

[Bug target/77308] surprisingly large stack usage for sha512 on arm

2016-11-17 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77308 --- Comment #63 from Bernd Edlinger --- Author: edlinger Date: Thu Nov 17 13:47:24 2016 New Revision: 242549 URL: https://gcc.gnu.org/viewcvs?rev=242549&root=gcc&view=rev Log: 2016-11-17 Bernd Edlinger PR target/77308 * confi

[Bug c++/71973] c++ handles built-in functions inconsistently

2016-11-21 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71973 --- Comment #5 from Bernd Edlinger --- Author: edlinger Date: Mon Nov 21 14:17:05 2016 New Revision: 242662 URL: https://gcc.gnu.org/viewcvs?rev=242662&root=gcc&view=rev Log: gcc: 2016-11-21 Bernd Edlinger PR c++/71973 * doc/

[Bug fortran/60191] test case gfortran.dg/dynamic_dispatch_1/3.f03 fail on ARMv7

2014-04-04 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60191 --- Comment #14 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Fri Apr 4 13:54:16 2014 New Revision: 209091 URL: http://gcc.gnu.org/viewcvs?rev=209091&root=gcc&view=rev Log: 2014-04-04 Bernd Edlinger PR fortr

[Bug fortran/60191] test case gfortran.dg/dynamic_dispatch_1/3.f03 fail on ARMv7

2014-04-10 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60191 --- Comment #16 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Thu Apr 10 20:13:23 2014 New Revision: 209282 URL: http://gcc.gnu.org/viewcvs?rev=209282&root=gcc&view=rev Log: moved this ChangeLog entry to fortran/ChangeLog 20

[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-14 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505 --- Comment #10 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Sat Jun 14 14:31:55 2014 New Revision: 211667 URL: https://gcc.gnu.org/viewcvs?rev=211667&root=gcc&view=rev Log: 2014-06-14 Bernd Edlinger PR a

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2014-01-06 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #11 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Mon Jan 6 16:34:52 2014 New Revision: 206364 URL: http://gcc.gnu.org/viewcvs?rev=206364&root=gcc&view=rev Log: Reverted r205593 2013-12-02 Bernd Edlinger

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2014-01-08 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #52 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Wed Jan 8 17:25:38 2014 New Revision: 206437 URL: http://gcc.gnu.org/viewcvs?rev=206437&root=gcc&view=rev Log: 2014-01-08 Bernd Edlinger PR middle-e

[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-02-10 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080 --- Comment #3 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Mon Feb 10 18:19:01 2014 New Revision: 207668 URL: http://gcc.gnu.org/viewcvs?rev=207668&root=gcc&view=rev Log: 2014-02-10 Bernd Edlinger PR middle-e

[Bug fortran/60236] gfortran.dg/vect/pr32380.f fails on ARM

2014-03-02 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60236 --- Comment #8 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Sun Mar 2 18:06:49 2014 New Revision: 208257 URL: http://gcc.gnu.org/viewcvs?rev=208257&root=gcc&view=rev Log: 2014-03-02 Bernd Edlinger PR fortr

[Bug sanitizer/64078] FAIL: c-c++-common/ubsan/object-size-9.c

2015-09-17 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64078 --- Comment #14 from Bernd Edlinger --- Author: edlinger Date: Thu Sep 17 19:43:00 2015 New Revision: 227886 URL: https://gcc.gnu.org/viewcvs?rev=227886&root=gcc&view=rev Log: 2015-09-17 Bernd Edlinger PR sanitizer/64078 * c-

[Bug sanitizer/64078] FAIL: c-c++-common/ubsan/object-size-9.c

2015-09-17 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64078 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/67037] [4.9/5/6 Regression] Wrong code at -O1 and above on ARM

2015-09-29 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037 Bernd Edlinger changed: What|Removed |Added Component|target |rtl-optimization Assignee|una

[Bug rtl-optimization/67037] [4.9/5/6 Regression] Wrong code at -O1 and above on ARM

2015-09-30 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037 --- Comment #6 from Bernd Edlinger --- Author: edlinger Date: Wed Sep 30 18:51:31 2015 New Revision: 228303 URL: https://gcc.gnu.org/viewcvs?rev=228303&root=gcc&view=rev Log: 2015-09-30 Bernd Edlinger PR rtl-optimization/67037

[Bug c++/37798] unaligned memory access with multiple inheritance

2015-10-04 Thread edlinger at gcc dot gnu.org
||edlinger at gcc dot gnu.org Resolution|--- |FIXED --- Comment #8 from Bernd Edlinger --- apparently fixed with 4.9, as discussed on gcc-patches.

[Bug rtl-optimization/67037] [4.9/5 Regression] Wrong code at -O1 and above on ARM

2015-11-26 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037 --- Comment #8 from Bernd Edlinger --- Author: edlinger Date: Thu Nov 26 14:07:55 2015 New Revision: 230964 URL: https://gcc.gnu.org/viewcvs?rev=230964&root=gcc&view=rev Log: 2015-11-26 Bernd Edlinger Backport from mainline 2

[Bug c++/64422] basic_string::erase is unresloved

2015-01-02 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64422 --- Comment #4 from Bernd Edlinger --- Author: edlinger Date: Fri Jan 2 21:12:54 2015 New Revision: 219149 URL: https://gcc.gnu.org/viewcvs?rev=219149&root=gcc&view=rev Log: 2015-01-02 Bernd Edlinger PR libstdc++/64422 * src

[Bug ada/64640] Ada build failure on cygwin-32

2015-01-19 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64640 --- Comment #2 from Bernd Edlinger --- Author: edlinger Date: Mon Jan 19 19:00:18 2015 New Revision: 219855 URL: https://gcc.gnu.org/viewcvs?rev=219855&root=gcc&view=rev Log: 2015-01-19 Bernd Edlinger PR ada/64640 * adaint.c:

[Bug target/50928] m32c ICE building RTEMS

2015-01-23 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #14 from Bernd Edlinger --- Author: edlinger Date: Fri Jan 23 16:32:34 2015 New Revision: 220048 URL: https://gcc.gnu.org/viewcvs?rev=220048&root=gcc&view=rev Log: 2015-01-23 Bernd Edlinger PR target/50928 * confi

[Bug middle-end/57748] [4.8 Regression] ICE when expanding assignment to unaligned zero-sized array

2015-01-27 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #66 from Bernd Edlinger --- Author: edlinger Date: Tue Jan 27 17:07:24 2015 New Revision: 220179 URL: https://gcc.gnu.org/viewcvs?rev=220179&root=gcc&view=rev Log: Backport from mainline fix for PR middle-end/57748 Modified: bra

[Bug middle-end/59134] [4.7/4.8/4.9 regression] infinite loop between store_fixed_bit_field and store_split_bit_field with STRICT_ALIGNMENT

2015-01-27 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59134 Bug 59134 depends on bug 57748, which changed state. Bug 57748 Summary: [4.8 Regression] ICE when expanding assignment to unaligned zero-sized array https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 What|Removed

[Bug middle-end/57748] [4.8 Regression] ICE when expanding assignment to unaligned zero-sized array

2015-01-27 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/64980] [5 Regression] ICE in trans-expr.c

2015-02-22 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64980 --- Comment #21 from Bernd Edlinger --- Author: edlinger Date: Sun Feb 22 19:38:53 2015 New Revision: 220899 URL: https://gcc.gnu.org/viewcvs?rev=220899&root=gcc&view=rev Log: 2015-02-22 Bernd Edlinger PR fortran/64980 PR for

[Bug fortran/61960] internal compiler error: in gfc_conv_component_ref

2015-02-22 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61960 --- Comment #2 from Bernd Edlinger --- Author: edlinger Date: Sun Feb 22 19:38:53 2015 New Revision: 220899 URL: https://gcc.gnu.org/viewcvs?rev=220899&root=gcc&view=rev Log: 2015-02-22 Bernd Edlinger PR fortran/64980 PR fort

[Bug fortran/64980] [5 Regression] ICE in trans-expr.c

2015-02-23 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64980 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/65067] regression on accessing volatile bit field

2015-03-05 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65067 --- Comment #11 from Bernd Edlinger --- Author: edlinger Date: Thu Mar 5 18:56:37 2015 New Revision: 221222 URL: https://gcc.gnu.org/viewcvs?rev=221222&root=gcc&view=rev Log: gcc: 2015-03-05 Bernd Edlinger PR rtl-optimization/65067

[Bug ipa/61190] [4.8/4.9/5 Regression] g++.old-deja/g++.mike/p4736b.C FAILs at -O2/-Os/-O3

2014-11-26 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61190 --- Comment #5 from Bernd Edlinger --- Author: edlinger Date: Wed Nov 26 18:10:29 2014 New Revision: 218091 URL: https://gcc.gnu.org/viewcvs?rev=218091&root=gcc&view=rev Log: 2014-11-26 Bernd Edlinger PR ipa/61190 * cgraph.h

[Bug ipa/61190] [4.8/4.9 Regression] g++.old-deja/g++.mike/p4736b.C FAILs at -O2/-Os/-O3

2014-11-26 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61190 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/64049] [5 Regression] r215898 caused wrong code at -O3

2014-12-05 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64049 Bernd Edlinger changed: What|Removed |Added CC||edlinger at gcc dot gnu.org

[Bug ipa/64049] [5 Regression] r215898 caused wrong code at -O3

2014-12-08 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64049 --- Comment #13 from Bernd Edlinger --- Author: edlinger Date: Mon Dec 8 18:30:15 2014 New Revision: 218487 URL: https://gcc.gnu.org/viewcvs?rev=218487&root=gcc&view=rev Log: 2014-12-08 Bernd Edlinger PR ipa/64049 * ipa-poly

[Bug ipa/64049] [5 Regression] r215898 caused wrong code at -O3

2014-12-08 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64049 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/60718] [4.8/4.9/5 regression] Test case gfortran.dg/select_type_4.f90 fails on ARM

2014-12-10 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60718 --- Comment #16 from Bernd Edlinger --- Author: edlinger Date: Wed Dec 10 15:29:19 2014 New Revision: 218584 URL: https://gcc.gnu.org/viewcvs?rev=218584&root=gcc&view=rev Log: 2014-12-10 Bernd Edlinger PR fortran/60718 * trans-expr.c

[Bug sanitizer/64265] [5 Regression] r217669 broke tsan

2014-12-12 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64265 Bernd Edlinger changed: What|Removed |Added CC||edlinger at gcc dot gnu.org

[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-07-16 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080 edlinger at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/61461] -fdump-rtl-all-slim causes ICE with fold-const.c

2014-07-18 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61461 --- Comment #1 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Fri Jul 18 18:11:53 2014 New Revision: 212829 URL: https://gcc.gnu.org/viewcvs?rev=212829&root=gcc&view=rev Log: 2014-07-18 Bernd Edlinger PR rtl-opti

[Bug preprocessor/58893] [4.8/4.9/5 Regression] :0:0: internal compiler error: Segmentation fault

2014-09-30 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58893 --- Comment #12 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Tue Sep 30 16:08:53 2014 New Revision: 215730 URL: https://gcc.gnu.org/viewcvs?rev=215730&root=gcc&view=rev Log: 2014-09-30 Bernd Edlinger PR preprocess

[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2015-12-25 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/68917] test suite failure for builtin-bitops-1.c

2016-01-01 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68917 --- Comment #6 from Bernd Edlinger --- Author: edlinger Date: Fri Jan 1 18:45:41 2016 New Revision: 232028 URL: https://gcc.gnu.org/viewcvs?rev=232028&root=gcc&view=rev Log: PR target/68917 * config/tilegx/tilegx.md (clzsi2): Do

[Bug target/68917] test suite failure for builtin-bitops-1.c

2016-01-01 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68917 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/69134] building a mips-cross compiler with in-tree mpfr-2.4.2 fails

2016-01-12 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69134 --- Comment #2 from Bernd Edlinger --- Author: edlinger Date: Tue Jan 12 15:13:02 2016 New Revision: 232277 URL: https://gcc.gnu.org/viewcvs?rev=232277&root=gcc&view=rev Log: PR bootstrap/69134 * Makefile.def (mpfr): Disable asse

[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2016-01-22 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012 Bernd Edlinger changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug rtl-optimization/61047] [4.9/5/6 Regression] wrong code at -O1 on x86_64-linux

2015-07-01 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61047 --- Comment #26 from Bernd Edlinger --- Author: edlinger Date: Wed Jul 1 16:10:30 2015 New Revision: 225260 URL: https://gcc.gnu.org/viewcvs?rev=225260&root=gcc&view=rev Log: gcc/ChangeLog: 2015-07-01 Bernd Edlinger PR rtl-optimizat

[Bug middle-end/66747] [6 Regression] The commit r225260 broke the builds of the mips-{mti,img}-linux-gnu tool chains.

2015-07-03 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66747 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/66747] [6 Regression] The commit r225260 broke the builds of the mips-{mti,img}-linux-gnu tool chains.

2015-07-03 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66747 --- Comment #2 from Bernd Edlinger --- get_attr_got fails when called with a SEQUENCE. I am not sure if reg_overlap_mentioned_p works with SEQUENCE. --- gcc/config/mips/mips.c.jj 2015-06-08 23:06:50.0 +0200 +++ gcc/config/mips/mips.c

[Bug target/66747] [6 Regression] The commit r225260 broke the builds of the mips-{mti,img}-linux-gnu tool chains.

2015-07-04 Thread edlinger at gcc dot gnu.org
at gcc dot gnu.org |edlinger at gcc dot gnu.org --- Comment #6 from Bernd Edlinger --- patch was posted here: https://gcc.gnu.org/ml/gcc-patches/2015-07/msg00238.html

[Bug target/66747] [6 Regression] The commit r225260 broke the builds of the mips-{mti,img}-linux-gnu tool chains.

2015-07-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66747 --- Comment #7 from Bernd Edlinger --- Author: edlinger Date: Sat Jul 4 19:02:18 2015 New Revision: 225416 URL: https://gcc.gnu.org/viewcvs?rev=225416&root=gcc&view=rev Log: 2015-07-04 Bernd Edlinger PR target/66747 * config

[Bug target/66747] [6 Regression] The commit r225260 broke the builds of the mips-{mti,img}-linux-gnu tool chains.

2015-07-06 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66747 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/71876] longjmp is miscompiled with -ffreestanding

2016-07-21 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71876 --- Comment #13 from Bernd Edlinger --- Author: edlinger Date: Thu Jul 21 19:11:26 2016 New Revision: 238606 URL: https://gcc.gnu.org/viewcvs?rev=238606&root=gcc&view=rev Log: 016-07-21 Bernd Edlinger PR middle-end/71876 * bu

[Bug middle-end/71876] longjmp is miscompiled with -ffreestanding

2016-07-21 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71876 --- Comment #12 from Bernd Edlinger --- Author: edlinger Date: Thu Jul 21 19:06:02 2016 New Revision: 238605 URL: https://gcc.gnu.org/viewcvs?rev=238605&root=gcc&view=rev Log: 016-07-21 Bernd Edlinger PR middle-end/71876 * ca

[Bug middle-end/71876] longjmp is miscompiled with -ffreestanding

2016-08-03 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71876 --- Comment #14 from Bernd Edlinger --- Author: edlinger Date: Wed Aug 3 19:05:45 2016 New Revision: 239092 URL: https://gcc.gnu.org/viewcvs?rev=239092&root=gcc&view=rev Log: 2016-08-03 Bernd Edlinger PR middle-end/71876 * c

[Bug target/70903] [4.9/5/6/7 Regression] wrong code with bfi @ aarch64 with -Os

2016-08-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70903 --- Comment #6 from Bernd Edlinger --- Author: edlinger Date: Thu Aug 4 13:20:57 2016 New Revision: 239122 URL: https://gcc.gnu.org/viewcvs?rev=239122&root=gcc&view=rev Log: 2016-08-04 Bernd Edlinger PR rtl-optimization/70903

[Bug rtl-optimization/71779] [5/6/7 regression] isl miscompiled with -mabi=ilp32

2016-08-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71779 --- Comment #21 from Bernd Edlinger --- Author: edlinger Date: Thu Aug 4 13:23:36 2016 New Revision: 239123 URL: https://gcc.gnu.org/viewcvs?rev=239123&root=gcc&view=rev Log: 016-08-04 Bernd Edlinger PR rtl-optimization/71779

[Bug bootstrap/72833] [7 regression] error in fortran/parse.c (unexpected_eof) on Mac OS X 10.7

2016-08-08 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72833 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/72833] [7 regression] error in fortran/parse.c (unexpected_eof) on Mac OS X 10.7

2016-08-09 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72833 --- Comment #14 from Bernd Edlinger --- Author: edlinger Date: Tue Aug 9 17:58:00 2016 New Revision: 239301 URL: https://gcc.gnu.org/viewcvs?rev=239301&root=gcc&view=rev Log: 2016-08-09 Bernd Edlinger PR bootstrap/72833 * fi

[Bug tree-optimization/71083] [5/6/7 Regression] Unaligned bit-field address when predictive commoning

2016-08-11 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71083 --- Comment #9 from Bernd Edlinger --- Author: edlinger Date: Thu Aug 11 13:07:29 2016 New Revision: 239362 URL: https://gcc.gnu.org/viewcvs?rev=239362&root=gcc&view=rev Log: 2016-08-11 Bernd Edlinger PR tree-optimization/71083

[Bug tree-optimization/71083] [5/6/7 Regression] Unaligned bit-field address when predictive commoning

2016-08-12 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71083 --- Comment #10 from Bernd Edlinger --- Author: edlinger Date: Fri Aug 12 17:06:44 2016 New Revision: 239423 URL: https://gcc.gnu.org/viewcvs?rev=239423&root=gcc&view=rev Log: 2016-08-12 Bernd Edlinger Backport from mainline

[Bug tree-optimization/71083] [5/6/7 Regression] Unaligned bit-field address when predictive commoning

2016-08-12 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71083 --- Comment #11 from Bernd Edlinger --- Author: edlinger Date: Fri Aug 12 18:56:30 2016 New Revision: 239424 URL: https://gcc.gnu.org/viewcvs?rev=239424&root=gcc&view=rev Log: 2016-08-12 Bernd Edlinger Backport from mainline

[Bug tree-optimization/71083] [5/6/7 Regression] Unaligned bit-field address when predictive commoning

2016-08-12 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71083 --- Comment #12 from Bernd Edlinger --- Author: edlinger Date: Fri Aug 12 19:30:39 2016 New Revision: 239426 URL: https://gcc.gnu.org/viewcvs?rev=239426&root=gcc&view=rev Log: 2016-08-12 Bernd Edlinger PR tree-optimization/71083

[Bug tree-optimization/71083] [5/6/7 Regression] Unaligned bit-field address when predictive commoning

2016-08-12 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71083 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/72833] [7 regression] error in fortran/parse.c (unexpected_eof) on Mac OS X 10.7

2016-08-12 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72833 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug inline-asm/68843] ICE with "u" input constraint

2016-08-21 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68843 Bernd Edlinger changed: What|Removed |Added CC||kim at mail333 dot com --- Comment #12

[Bug target/15319] [x86] ICE in change_stack, at reg-stack.c:2299

2016-08-21 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15319 Bernd Edlinger changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/77308] New: surprisingly large stack usage for sha512 on arm

2016-08-21 Thread edlinger at gcc dot gnu.org
: target Assignee: unassigned at gcc dot gnu.org Reporter: edlinger at gcc dot gnu.org Target Milestone: --- Created attachment 39479 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39479&action=edit test case I've noticed that openssl with no-asm

[Bug c/52952] Wformat location info is bad (wrong column number)

2016-08-22 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #49 from Bernd Edlinger --- Author: edlinger Date: Mon Aug 22 07:34:34 2016 New Revision: 239649 URL: https://gcc.gnu.org/viewcvs?rev=239649&root=gcc&view=rev Log: 2016-08-22 Bernd Edlinger PR c/52952 * gcc.dg/cpp

[Bug target/97205] arm: Compiler fails with an ICE for -O0 on Trunk and GCC-10 for _Generic feature.

2020-11-03 Thread edlinger at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97205 Bernd Edlinger changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug testsuite/98225] gcc.misc-tests/outputs.exp ltrans_args tests FAIL

2021-01-05 Thread edlinger at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98225 --- Comment #2 from Bernd Edlinger --- Unfortunately I cannot reproduce. I configured like this: ../gcc-trunk/configure --prefix=/home/ed/gnu/install --enable-languages=all and use GNU ld (GNU Binutils) 2.35.1

<    1   2   3   >