[Bug c/97398] Enhancement request: Warning when multiply assigning to same struct field

2020-10-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97398 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug target/18469] configure incorrectly defines gid_t

2020-10-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18469 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c/51971] unclear/unverified restrictions on attribute((const|pure))

2020-10-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51971 Eric Gallager changed: What|Removed |Added CC||m...@nieper-wisskirchen.de --- Comment

[Bug ipa/97364] Clarify/improve documentation for __attribute__ ((pure))

2020-10-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97364 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/69286] trunk/libgcc/config/s390/tpf-unwind.h: 28 redundant condition ?

2020-10-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69286 Eric Gallager changed: What|Removed |Added Keywords||easyhack Status|UNCONFIRMED

[Bug fortran/95107] ICE in hash_operand, at fold-const.c:3768

2020-10-22 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95107 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug fortran/95107] ICE in hash_operand, at fold-const.c:3768

2020-10-22 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95107 --- Comment #5 from Eric Gallager --- (In reply to Eric Gallager from comment #4) > I ran into an ICE at that same line in that same file, but it was when > compiling a C source file instead of a Fortran one... should I open a > separate bug?

[Bug objc/90707] GNU Objective C (C++) does not support nullability syntax.

2020-10-22 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90707 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug objc/90709] [meta-bug] GNU Objective C (C++) cannot consume current headers on Darwin platforms.

2020-10-22 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90709 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug preprocessor/98021] #warning issues redundant diagnostic lines

2020-11-26 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98021 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug middle-end/98055] __builtin_alloca should not have warn_unused_result attribute

2020-11-29 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98055 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/98030] error message for enum definition without ';' could be improved

2020-11-27 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98030 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug other/87695] Arduino: ICE with avr and LTO

2020-12-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695 Eric Gallager changed: What|Removed |Added CC||al11 at lafcat dot com,

[Bug tree-optimization/96963] [10/11 Regression] -Wstringop-overflow false positive on -O3 or -O2 -ftree-vectorize when assigning consecutive char struct members

2020-12-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96963 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c/98168] Optimization that can lead to security vulnerabilities

2020-12-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98168 --- Comment #4 from Eric Gallager --- note that -ftrapv or -fsanitize=signed-integer-overflow should successfully catch it at runtime, though

[Bug c/98168] Optimization that can lead to security vulnerabilities

2020-12-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98168 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-12-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 Eric Gallager changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug bootstrap/57076] @ in the src directory name causes failure while building of gcc.info

2020-11-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57076 --- Comment #8 from Eric Gallager --- (In reply to Francois-Xavier Coudert from comment #7) > Updated patch: > https://gcc.gnu.org/pipermail/gcc-patches/2020-November/557728.html ...and it got committed:

[Bug middle-end/97931] missing -Wuninitialized initializing an aggregate member with itself

2020-11-23 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97931 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug ipa/92800] IPA escape analysis for structs

2020-12-09 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92800 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug d/87788] Support D on x86_64-apple-darwin*

2020-11-29 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87788 --- Comment #20 from Eric Gallager --- (In reply to CVS Commits from comment #19) > The master branch has been updated by Iain Buclaw : > > https://gcc.gnu.org/g:2fdf75cb70d6bedd855205d6b05bbf6afac46730 > > commit

[Bug bootstrap/98323] current trunk won't build with clang

2020-12-16 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98323 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug target/97865] MACOSX_DEPLOY_TARGET needs to be updated

2020-11-16 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97865 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug target/34422] Bootstrap error with --enable-fixed-point

2020-11-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34422 Eric Gallager changed: What|Removed |Added CC||sbenzel at acm dot org --- Comment #7

[Bug bootstrap/97916] Can't compile gcc-10.2.0 with --enable-fixed-point

2020-11-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97916 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/78352] GCC lacks support for the Apple "blocks" extension to the C family of languages

2020-11-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352 --- Comment #13 from Eric Gallager --- (In reply to Iain Sandoe from comment #12) > (In reply to Fabian Groffen from comment #11) > > Is there a patch or WIP somewhere I can try out or attempt to bring > > forwards? > > I need to bring forward

[Bug c/44511] Misdetects missing return with non-void return type, but only if the function is static

2020-11-22 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44511 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/90834] Header and startup objects not found on macOS 10.15

2020-11-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90834 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug tree-optimization/80532] warning on pointer access after free

2020-11-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80532 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c++/70075] incorrect initialization of multidimensional VLAs

2020-11-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70075 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c/38470] value range propagation (VRP) would improve -Wsign-compare

2020-11-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38470 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug bootstrap/77510] genautomata memory footprint for MIPS

2020-11-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77510 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c++/4898] adding an option to verify exception specifications [-Wexceptions]

2020-11-05 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4898 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/81660] Add -Wexceptions warning

2020-11-05 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81660 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug other/89863] [meta-bug] Issues in gcc that other static analyzers (cppcheck, clang-static-analyzer, PVS-studio) find that gcc misses

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89863 Bug 89863 depends on bug 50355, which changed state. Bug 50355 Summary: Comparison is always true in alpha config code https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355 What|Removed |Added

[Bug target/66469] config/rl78/rl78.c:679: possible bad array index ?

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66469 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug other/89863] [meta-bug] Issues in gcc that other static analyzers (cppcheck, clang-static-analyzer, PVS-studio) find that gcc misses

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89863 Bug 89863 depends on bug 66469, which changed state. Bug 66469 Summary: config/rl78/rl78.c:679: possible bad array index ? https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66469 What|Removed |Added

[Bug target/50355] Comparison is always true in alpha config code

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355 Eric Gallager changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug other/89863] [meta-bug] Issues in gcc that other static analyzers (cppcheck, clang-static-analyzer, PVS-studio) find that gcc misses

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89863 Bug 89863 depends on bug 71327, which changed state. Bug 71327 Summary: libiberty/cplus-dem.c:2702]: (style) Redundant condition https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71327 What|Removed |Added

[Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71327 Eric Gallager changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/66469] config/rl78/rl78.c:679: possible bad array index ?

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66469 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug target/50355] Comparison is always true in alpha config code

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org Ever

[Bug bootstrap/58427] xgcc target compilation depends on installed libgcc_s.so

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58427 Eric Gallager changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71327 Eric Gallager changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug c++/98660] -Wold-style-cast should not warn on casts that look like (decltype(x))(x)

2021-01-16 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98660 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c++/98814] Add fix-it hints for missing asterisk

2021-01-25 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98814 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug driver/78787] O Color, Where Art Thou? (for diagnostics with -flto)

2021-01-18 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78787 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug other/84904] Implement an option to attempt to auto-apply fix-it hints

2021-01-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84904 --- Comment #3 from Eric Gallager --- (In reply to Eric Gallager from comment #1) > (In reply to David Malcolm from comment #0) > > In my original edit_context patch kit I posted a > > "-fdiagnostics-apply-fixits" option that would auto-apply

[Bug testsuite/98574] Make gcc-jenkins an OSS Project

2021-01-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98574 Eric Gallager changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug debug/78685] -Og generates too many ""s

2021-05-18 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78685 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug jit/100613] libgccjit should produce dylib on macOS

2021-05-17 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100613 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug analyzer/100705] RFE: warn about dead store

2021-05-21 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100705 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/100700] -Wreturn-type has many false positives

2021-05-21 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100700 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c++/100646] [11/12 Regression] gcc -E -fdirectives-only causes "error: unterminated comment" when no new line at the end of file

2021-05-18 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100646 Eric Gallager changed: What|Removed |Added Keywords||diagnostic, error-recovery,

[Bug c++/100646] [11/12 Regression] gcc -E -fdirectives-only causes "error: unterminated comment" when no new line at the end of file

2021-05-18 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100646 --- Comment #3 from Eric Gallager --- Created attachment 50834 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50834=edit terminal output from attempting to compile testcase

[Bug other/44032] internals documentation is not legally safe to use

2021-06-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44032 Eric Gallager changed: What|Removed |Added CC||ams at gnu dot org --- Comment #10 from

[Bug c++/71283] Inconsistent location for C++ warning options in the manual

2021-07-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71283 Eric Gallager changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment

[Bug middle-end/99959] [9/10/11/12 Regression] missing -Wuninitialized for an esra variable with TREE_NO_WARNING

2021-06-26 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99959 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c++/74762] [9/10/11/12 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)

2021-06-26 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74762 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug tree-optimization/89976] [9/10/11/12 Regression] missing -Wuninitialized for struct member due to sra and TREE_NO_WARNING

2021-06-26 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89976 --- Comment #6 from Eric Gallager --- (In reply to Martin Sebor from comment #4) > In all cases and with -O1 and above, the uninitialized read is clearly > visible in the IL but it's suppressed because the variable (such as x$x in > case 1) has

[Bug target/52268] native tls support should be added for darwin11

2021-07-09 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52268 --- Comment #13 from Eric Gallager --- This could potentially arrive with the arm64 darwin port: https://github.com/iains/gcc-darwin-arm64/issues/1

[Bug other/101166] Add SPDX license identifiers

2021-07-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101166 Eric Gallager changed: What|Removed |Added Last reconfirmed||2021-07-10 Keywords|

[Bug target/51793] pragma GCC optimize wrapv leads to invalid code on Solaris

2021-04-28 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51793 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug libstdc++/61601] C++11 regex resource exhaustion

2021-05-04 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61601 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug tree-optimization/80532] warning on pointer access after free

2021-05-04 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80532 --- Comment #6 from Eric Gallager --- (In reply to Martin Sebor from comment #5) > My hope is to implement the warning in the middle end (I actually have a > prototype but it's not ready for GCC 11). So... do you want to take over the

[Bug bootstrap/95005] zstd.h not found if installed in non-system prefix

2021-05-04 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95005 Eric Gallager changed: What|Removed |Added Assignee|egallager at gcc dot gnu.org |gcc at ikkoku dot de --- Comment

[Bug c++/98967] warning to spot recursive include graph

2021-02-05 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98967 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug bootstrap/78251] config/gettext.m4 and config/iconv.m4 contaminate CPPFLAGS (can lead to build failures when libunwind-headers from MacPorts is active)

2021-02-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78251 Eric Gallager changed: What|Removed |Added CC||casner at acm dot org --- Comment #13

[Bug target/55656] objc/obj-c++ failures present under darwin11

2021-03-22 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug preprocessor/60723] Line directives with incorrect system header flag

2021-03-26 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 Eric Gallager changed: What|Removed |Added CC||acpy00 at outlook dot com,

[Bug ipa/99862] [meta-issue] various missed optimizations for dead code elimination

2021-04-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99862 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug middle-end/63943] wrong location for -Wmaybe-uninitialized in inlined function

2021-03-31 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63943 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug c/99950] Option -Wchar-subscripts leads to wrong fixes

2021-04-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99950 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/99900] feature request: 16-bit x86 C compiler / support compilation of (VirtualBox) BIOS

2021-04-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99900 Eric Gallager changed: What|Removed |Added CC||andrewjenner at gcc dot gnu.org,

[Bug c++/99729] Tweak -Wdeprecated-declarations with namespaces

2021-03-23 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99729 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug target/99733] darwin: missing ':' in error message about munmap

2021-03-23 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99733 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug c/99588] variable set but not used warning on static _Atomic assignment

2021-03-16 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99588 Eric Gallager changed: What|Removed |Added Blocks||89180 CC|

[Bug middle-end/54664] expand_gimple_cond -Wtype-limits warning for predictably small BRANCH_COST

2021-03-19 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54664 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org Ever

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2021-03-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug bootstrap/31235] Bootstrap comparison failure with -gstabs

2021-03-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31235 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c/67629] bogus -Wreturn-type in a function with tautological if-else

2021-03-13 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67629 Eric Gallager changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug c/99131] gcc doesn't detect missing comma in array initialisation [-Wstring-concatenation]

2021-03-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99131 Eric Gallager changed: What|Removed |Added Summary|gcc doesn't detect missing |gcc doesn't detect missing

[Bug libstdc++/99172] Build failure with slibtool and vtv

2021-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172 Eric Gallager changed: What|Removed |Added CC||cmtice at google dot com,

[Bug c/99420] New warning -Warray-parameter

2021-03-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug target/48097] gcc sometimes generates code that uses the buggy libgcc_s unwinder on darwin (originally exposed by Throw_2 failures in libjava testsuite under Xcode 4.0)

2021-02-28 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48097 Eric Gallager changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gnu.org

[Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter

2021-02-28 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107 Eric Gallager changed: What|Removed |Added Status|RESOLVED|ASSIGNED Assignee|unassigned

[Bug java/41991] gcj segfaults on i686-apple-darwin9 and x86_64-apple-darwin9

2021-02-28 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991 Bug 41991 depends on bug 44107, which changed state. Bug 44107 Summary: gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107 What|Removed

[Bug ipa/99862] [meta-issue] various missed optimizations for dead code elimination

2021-04-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99862 Eric Gallager changed: What|Removed |Added Keywords||meta-bug --- Comment #10 from Eric

[Bug bootstrap/100013] libiberty error PATH_MAX does not exist on DJGPP host.

2021-04-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100013 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c/100020] RFE: Wmisleading-indentation (or similar warning) for certain missing semicolons?

2021-04-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100020 Eric Gallager changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/87403] [Meta-bug] Issues that suggest a new warning

2021-04-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87403 Bug 87403 depends on bug 100020, which changed state. Bug 100020 Summary: RFE: Wmisleading-indentation (or similar warning) for certain missing semicolons? https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100020 What|Removed

[Bug c/88887] Warn on unexpected continuation of 'return' to new line in if statement.

2021-04-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org --- Comment

[Bug other/44032] internals documentation is not legally safe to use

2021-04-21 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44032 --- Comment #9 from Eric Gallager --- (In reply to Eric Gallager from comment #8) > (In reply to Eric Gallager from comment #7) > > Richard says the FSF doesn't object to combinations of GFDL code from the > > manual with GPL code from the

[Bug c/67224] UTF-8 support for identifier names in GCC

2021-04-21 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67224 Eric Gallager changed: What|Removed |Added CC||branning at gmail dot com,

[Bug c/99131] gcc doesn't detect missing comma in array initialisation

2021-02-17 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99131 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug lto/41565] using -m32 with LTO causes an ICE when the object files were compiled with 64bit

2021-02-14 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41565 Eric Gallager changed: What|Removed |Added Keywords||lto Summary|-m32 causes an

[Bug target/63633] [avr] internal compiler error: unrecognizable insn with mult insns

2021-08-13 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633 Eric Gallager changed: What|Removed |Added CC||dinuxbg at gmail dot com,

[Bug c++/51545] missing -Wparentheses diagnostic with compound assignment used as condition

2021-08-13 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51545 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug c/81141] missing warning using sizeof a/sizeof *a with a zero-length array

2021-08-13 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81141 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug objc++/56604] Missing obj-c++.srcman target

2021-08-13 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56604 --- Comment #3 from Eric Gallager --- (In reply to Eric Gallager from comment #2) > I can probably do this; taking While I do still intend to do this, I've transitioned between computers since I last wrote this and am not sure I have my

  1   2   3   4   5   6   7   8   >