[Bug other/82383] Some new toplevel directories are not documented

2018-01-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82383 --- Comment #2 from Eric Gallager --- libcilkrts can be removed from the list of directories to document, since it no longer exists in trunk.

[Bug c/83559] [8 regression] -Wsuggest-attribute=const conflicts with -Wattributes warning about const attribute on function returning void

2018-01-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83559 Eric Gallager changed: What|Removed |Added Known to work||7.2.0 Target Milestone|---

[Bug c/83656] missing -Wbuiltin-declaration-mismatch on declaration without prototype

2018-01-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83656 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug middle-end/61118] [6/7/8 Regression] Indirect call generated for pthread_cleanup_push with constant cleanup function

2018-01-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61118 --- Comment #20 from Eric Gallager --- (In reply to Jeffrey A. Law from comment #19) > Note you lost the regression marker when this was made a duplicate of 21161. > So it's unlikely anyone would have looked at it until the next release cycle. >

[Bug c/83559] [8 regression] -Wsuggest-attribute=const conflicts with -Wattributes warning about const attribute on function returning void

2018-01-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83559 --- Comment #5 from Eric Gallager --- (In reply to Martin Sebor from comment #4) > Fixed in r256188. Thanks for the quick fix! One thing I'm still wondering, though, what's the recommended way for maintaining compatibility with old compilers tha

[Bug middle-end/82177] Alias analysis too aggressive with integer-to-pointer cast

2018-01-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82177 --- Comment #8 from Eric Gallager --- (In reply to Eric Gallager from comment #7) > (In reply to rguent...@suse.de from comment #6) > > On Wed, 20 Sep 2017, kristerw at gcc dot gnu.org wrote: > > > > > --- Comment #5 from Krister Walfridsson --

[Bug target/80865] broken compilation on Mac OS X 10.5 / powerpc: unrecognizable insn

2018-01-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80865 --- Comment #11 from Eric Gallager --- (In reply to Iain Sandoe from comment #9) > (In reply to Christian Cornelssen from comment #7) > > I have made the time-consuming effort of building and testing gcc-7.2.0 with > > varying subsets of the four

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

2018-01-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352 --- Comment #3 from Eric Gallager --- Blocks had to be removed from the Objective-C sources in Emacs due to this bug: https://lists.gnu.org/archive/html/bug-gnu-emacs/2017-12/msg00301.html

[Bug testsuite/67905] running the libstdc++ testsuite as root removed /dev/null from my system

2018-01-07 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |WORKSFORME --- Comment #3 from Eric Gallager --- I'm no longer using the computer where I have to be root so this bug is no longer relevant for me.

[Bug boehm-gc/66848] boehm-gc fails test suite on x86_64-apple-darwin15

2018-01-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66848 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING --- Comment #34 from Eric Gallag

[Bug tree-optimization/83819] [meta-bug] missing strlen optimizations

2018-01-13 Thread egallager at gcc dot gnu.org
||2018-01-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed that this is a useful meta-bug grouping.

[Bug bootstrap/83839] New: bootstrap fails in gcc/config/i386/i386.c on darwin

2018-01-14 Thread egallager at gcc dot gnu.org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: egallager at gcc dot gnu.org CC: hjl.tools at gmail dot com Target Milestone: --- Host: i386-apple-darwin9.8.0 Target: i386-apple-darwin9.8.0

[Bug bootstrap/83839] [8 Regression] bootstrap fails in gcc/config/i386/i386.c on darwin

2018-01-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83839 --- Comment #7 from Eric Gallager --- (In reply to H.J. Lu from comment #1) > Created attachment 43124 [details] > Try this patch My computer only finished bootstrapping with this version of the patch now, but it worked. Thanks!

[Bug bootstrap/83903] gcc 8.0.0 20180114 fails to bootstrap on Darwin x86_64, undeclared ASM_OUTPUT_DEF

2018-01-16 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Eric Gallager --- Dup of bug 83839; a fix should already be on trunk. *** This bug has been marked as a duplicate of bug 83839 ***

[Bug bootstrap/83839] [8 Regression] bootstrap fails in gcc/config/i386/i386.c on darwin

2018-01-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83839 Eric Gallager changed: What|Removed |Added CC||andrewm.roberts at sky dot com --- Comme

[Bug target/82240] i386.md & -Wlogical-op in build

2018-01-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #10 from Eric Gallager --- *** Bug 83863 has been marked as a duplicate of this bug. ***

[Bug target/83863] i386.md:16739:36: warning: logical ‘or’ of collectively exhaustive tests is always true [-Wlogical-op]

2018-01-16 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Eric Gallager --- Merging this into bug 82240 *** This bug has been marked as a duplicate of bug 82240 ***

[Bug target/82240] i386.md & -Wlogical-op in build

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

[Bug target/83822] trunk/gcc/config/rs6000/rs6000-string.c:970]: (style) Redundant condition

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

[Bug translation/80188] calls.c: reason argument to maybe_complain_about_tail_call must be marked for translation

2018-01-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80188 --- Comment #4 from Eric Gallager --- (In reply to nik from comment #3) > Created attachment 42372 [details] > Proposed Fix Send to the GCC-Patches List Link to the mailing list archives showing where/when this was sent to gcc-patches?

[Bug tree-optimization/83673] missing strlen optimization on multiple strcpy calls with same length strings

2018-01-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83673 Eric Gallager changed: What|Removed |Added Severity|normal |enhancement

[Bug testsuite/82132] FAIL: gcc.dg/vect/vect-tail-nomask-1.c (test for excess errors) due to missing posix_memalign

2018-01-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82132 --- Comment #5 from Eric Gallager --- ok, thanks

[Bug middle-end/60725] [-Wreturn-type] false positive in trivial switch

2018-01-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60725 --- Comment #8 from Eric Gallager --- Worth returning to this issue now that -Wreturn-type is enabled by default for gcc8.

[Bug translation/80188] calls.c: reason argument to maybe_complain_about_tail_call must be marked for translation

2018-01-18 Thread egallager at gcc dot gnu.org
--- (In reply to nik from comment #5) > On 2018-01-17 02:15 AM, egallager at gcc dot gnu.org wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80188 > > > > --- Comment #4 from Eric Gallager --- > > (In reply to nik from comment #3) > >> Created attachme

[Bug c++/54278] [6 regression] __attribute__((noreturn)) called from destructor when another auto-scoped variable has a non-trivial dtor erroneously fails with "control reaches end of non-void functio

2018-01-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54278 Eric Gallager changed: What|Removed |Added Known to work||8.0 Target Milestone|---

[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)

2018-01-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48097 Eric Gallager changed: What|Removed |Added Summary|new Throw_2 failures in |gcc sometimes generates

[Bug sanitizer/82829] libsanitizer build failure on darwin10 (Snow Leopard) due to missing getsectiondata

2018-01-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82829 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug libstdc++/54185] [4.7/4.8 Regression] condition_variable not properly destructed

2018-01-23 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54185 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug middle-end/51677] don't suggest giving main() __attribute__((const))

2018-01-23 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org, ||msebor at gcc dot gnu.org --- Comment #2 from Eric Gallager --- This makes it impossible to test if -Wsuggest-attribute=const works with my usual autoconf macros for checking warning flag

[Bug other/57069] cc1plus killed on FreeBSD leading to cmake compilation error

2018-01-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57069 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-01-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #8 from Eric Gallag

[Bug lto/81440] -Wlto-type-mismatch warning with flexible array in struct

2018-01-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81440 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #9 from Eric Gallag

[Bug bootstrap/43301] top-level configure script ignores ---with-build-time-tools

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43301 --- Comment #3 from Eric Gallager --- (In reply to Eric Gallager from comment #2) > (In reply to Ryan Johnson from comment #0) > > ./configure ... --with-build-time-tools=$MY_TOOLS ignores $MY_TOOLS (though > > it correctly warns when $MY_TOOLS i

[Bug bootstrap/38743] libgcc multilib fails if not able to exec "non" native programs

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38743 --- Comment #8 from Eric Gallager --- (In reply to Eric Gallager from comment #7) > (In reply to Andrew Pinski from comment #6) > > a patch like http://gcc.gnu.org/ml/gcc-patches/2007-06/msg00474.html is > > needed for libgcc. > > Confirming tha

[Bug objc++/49070] [6/7/8 regression] ObjC++ compiler fails to compile ObjC method invocations without keyword arguments

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49070 Eric Gallager changed: What|Removed |Added Keywords||needs-bisection Priority|P3

[Bug objc++/66504] ICE using C++ exceptions in Objective-C++

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66504 Eric Gallager changed: What|Removed |Added Known to work||4.7.4, 4.8.5, 5.5.0, 6.4.0,

[Bug other/35511] release scripts added release note to zlib/ChangeLog, not zlib/ChangeLog.gcj

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35511 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/51088] undefined label with statement expression and cond expression

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51088 --- Comment #6 from Eric Gallager --- (In reply to Marek Polacek from comment #5) > Patch to give an error if taking an address of a label defined in ({}): > http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00381.html Does this patch still apply aga

[Bug objc/77428] incorrect 'set but not used' warning with @throw

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77428 --- Comment #3 from Eric Gallager --- (In reply to Tom de Vries from comment #1) > Created attachment 39528 [details] > tentative patch Have you sent this patch to the gcc-patches mailing list yet?

[Bug c/53129] Wself-assign

2018-01-27 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org --- Comment #4 from Eric Gallager --- (In reply to Manuel López-Ibáñez from comment #0) > > An implementation was submitted to GCC but never approved here: > > http://gcc.gnu.org/ml/gcc-patches/2010-06/msg02390.html Adding the "patch" keyword

[Bug c/71176] trunk/fixincludes/fixincl.c:162: bad % specifier

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71176 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug preprocessor/49973] Column numbers count special characters as multiple columns

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49973 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/23087] Misleading warning, "... differ in signedness"

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23087 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug preprocessor/66505] -Wno-error=pedantic does not reverse -Werror -Wpedantic

2018-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66505 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug sanitizer/82829] libsanitizer build failure on darwin10 (Snow Leopard) due to missing getsectiondata

2018-01-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82829 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/70952] Missing warning for likely-erroneous octal escapes in string literals

2018-01-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70952 Eric Gallager changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/60523] Warning flag for octal literals

2018-01-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60523 Eric Gallager changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comment

[Bug c/70952] Missing warning for likely-erroneous octal escapes in string literals

2018-01-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70952 Eric Gallager changed: What|Removed |Added Keywords||diagnostic Status|REOPENED

[Bug c++/84076] [6/7/8 Regression] Warning about objects through POD mistakenly claims the object is a pointer

2018-01-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84076 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/84127] pragmas to disable -Wexpansion-to-defined compiler warnings seems to be broken since 7.x

2018-01-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84127 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/77331] incorrect range location in -Wformat with a concatenated format literal

2018-02-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77331 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/35179] execs crash in shared lib destructor = do_global_dtors_aux

2018-02-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35179 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

2018-02-02 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #34 from Eric Gallager --- So, since backports were requested for 5 and 6, and the 5 branch is closed now, and the backport for 6 is already done, I'm going to close this as FIXED now.

[Bug target/59865] gnu multiversion calculates wrong target

2018-02-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59865 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug preprocessor/78497] compiling with -save-temps adds -Wimplicit-fallthrough warnings

2018-02-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78497 Eric Gallager changed: What|Removed |Added CC||Patrick.Schluter at ec dot europa.

[Bug c/84179] -save-temps breaks implicit-fallthrough comment heuristic

2018-02-05 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #2 from Eric Gallager --- (In reply to Richard Biener from comment #1) > I think we have a dup for this. Yeah, it's bug 78497 *** This bug has been marked as a duplicat

[Bug c++/80567] [8 Regression] bogus fixit hint for undeclared memset: else

2018-02-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80567 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|2017-08-18 0

[Bug c++/81674] gcc cannot detect missing initialisers for fields in constructors

2018-02-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81674 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/84177] Attributes on C++17 nested namespaces

2018-02-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84177 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/83859] Please add new attribute which will establish relation between parameters for buffer and its size

2018-02-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83859 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug target/48595] score-elf fails to build with --enable-werror-always

2019-02-09 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48595 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug tree-optimization/56457] Bogus warning: loop-invariant.c:786:20: error: unused variable ‘regno’ when building vax-*-*

2019-02-09 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56457 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

2019-02-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81141 --- Comment #5 from Eric Gallager --- (In reply to Martin Sebor from comment #4) > (In reply to comment #3) > > What I meant to say is: See also bug 81141 for a related request (limited to > strncpy). The patch submitted there issues a warning

[Bug c++/43361] missing uninitialized warning without optimization (-O0) (PHI in always_executed basic block)

2019-02-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43361 Eric Gallager changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2019-02-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759 --- Comment #8 from Eric Gallager --- (In reply to Arseny Solokha from comment #7) > AFAICT, it's still the case for powerpcspe target even on trunk (as of > r259982). While gcc apparently doesn't generate SPE instructions for both > attached tes

[Bug driver/31351] gcc -v --help has poor documentation for some shared Ada/C options

2019-02-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31351 --- Comment #3 from Eric Gallager --- (In reply to Eric Gallager from comment #2) > (In reply to Manuel López-Ibáñez from comment #1) > > This is a bug yes, but it won't get fixed unless someone that cares about it > > steps up to fix it. > > I'

[Bug tree-optimization/80936] bcmp, bcopy, and bzero not declared nonnull

2019-02-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80936 Eric Gallager changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/49194] Trivially stupid inlining decisions

2019-02-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49194 Eric Gallager changed: What|Removed |Added Assignee|hubicka at gcc dot gnu.org |unassigned at gcc dot gnu.org --

[Bug middle-end/63793] -mcmodel=medium in gfortran on x86_64 emits references that are RIP relative (instead of using the GOT)

2019-02-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63793 --- Comment #20 from Eric Gallager --- Should this really have the middle-end for its component? It seems like this is more of a target issue...

[Bug c/88993] [9 Regression] GCC 9 -Wformat-overflow=2 should reflect real libc limits

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

[Bug c++/89316] ICE in gen_reg_rtx, at emit-rtl.c:1155

2019-02-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89316 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug target/89316] ICE in gen_reg_rtx, at emit-rtl.c:1155

2019-02-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89316 --- Comment #4 from Eric Gallager --- (In reply to Andrew Pinski from comment #3) > (In reply to Eric Gallager from comment #2) > > There are other bugs open based on that assert failing; lemme see if I can > > find them... > > There might be b

[Bug target/89316] ICE in gen_reg_rtx, at emit-rtl.c:1155

2019-02-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89316 --- Comment #5 from Eric Gallager --- (In reply to Eric Gallager from comment #4) > (In reply to Andrew Pinski from comment #3) > > (In reply to Eric Gallager from comment #2) > > > There are other bugs open based on that assert failing; lemme se

[Bug target/89316] ICE in gen_reg_rtx, at emit-rtl.c:1155

2019-02-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89316 --- Comment #10 from Eric Gallager --- (In reply to Andrew Pinski from comment #6) > (In reply to Eric Gallager from comment #5) > > actually since all the bugs seem to be about different targets triggering > > that assert in different ways, woul

[Bug bootstrap/78251] config/gettext.m4 and config/iconv.m4 contaminate CPPFLAGS

2019-02-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78251 --- Comment #9 from Eric Gallager --- (In reply to Eric Gallager from comment #8) > r265896 might have affected this Update: apparently not; I still had to deactivate libunwind-headers again on my latest build of gcc

[Bug c++/78147] The -Wshadow warning is too aggressive with constructor parameters

2019-02-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78147 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/85316] [meta-bug] VRP range propagation missed cases

2019-02-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85316 --- Comment #2 from Eric Gallager --- There's probably a lot more bugs that should fall under this meta-bug than currently do; I'll leave finding them all for another day though (or for someone else to do)

[Bug tree-optimization/89350] [9 Regression] Wrong -Wstringop-overflow= warning since r261518

2019-02-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89350 --- Comment #2 from Eric Gallager --- (In reply to Martin Sebor from comment #1) > > The test case makes the tacit assumption that argc is necessarily > non-negative. That makes sense for the argc argument to main but not in > other situations.

[Bug tree-optimization/88835] overly aggressive -Werror=format-overflow for printf since r265648

2019-02-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88835 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/80529] Split "C++ style comments are not allowed in ISO C90" pedwarn into its own warning flag

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80529 --- Comment #8 from Eric Gallager --- My previous arguments for having a flag for this have been in the positive form, i.e., so that it can be enabled separately, but I'd also like to state it in its negative form, i.e., so that one can do -std=c

[Bug fortran/34721] Output statements fool the -Wuninitialized option

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34721 Eric Gallager changed: What|Removed |Added CC||burnus at gcc dot gnu.org,

[Bug debug/68771] Darwin: Profile guided optimisation with cold sections and invalid symbol redefinition

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 Eric Gallager changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #3

[Bug target/50928] m32c ICE building RTEMS

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/48562] [C++0x] warn about uses of initializer_list that will lead to dangling pointers

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48562 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING --- Comment #13 from Eric Gallag

[Bug libgcc/61152] Missing GCC Runtime Library Exception in some files that are included in libgcc

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152 --- Comment #12 from Eric Gallager --- (In reply to Martin Liška from comment #11) > Can the bug be marked as resolved? I don't think so: (In reply to Georg-Johann Lay from comment #10) > (In reply to Eric Gallager from comment #9) > > There ha

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

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633 --- Comment #8 from Eric Gallager --- (In reply to Martin Liška from comment #7) > Can the bug be marked as resolved? It already was, but then it was reopened because a duplicate was found: (In reply to Georg-Johann Lay from comment #5) > Reop

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

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

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/67064] Register asm variable broken

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING --- Comment #32 from Eric Gallag

[Bug target/50928] m32c ICE building RTEMS

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/67064] Register asm variable broken

2019-02-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/52130] missing check for matching underlying type during instantiation of enum member of class template

2019-02-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52130 Eric Gallager changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #4 f

[Bug c/35592] Want attribute to enable precision loss warning

2019-02-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35592 --- Comment #8 from Eric Gallager --- Created attachment 45777 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45777&action=edit testcase (In reply to felix-gcc from comment #6) > Sure. For example: > > char* c=malloc(lseek(somefd,0,SEEK

[Bug ipa/86395] add support of -fopt-info-inline in inliner

2019-02-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86395 Eric Gallager changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #7 from Eric Gallage

[Bug c/53063] encode group options in the .opt files

2019-02-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53063 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING --- Comment #12 from Eric Gallag

[Bug other/84889] Ideas on revamping how we format diagnostics

2019-02-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84889 Eric Gallager changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #15 from Eric Gallag

[Bug target/80204] macosx-version-min wrong for macOS Sierra 10.12.3

2019-02-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/89425] -Wabsolute-value warns in dead code

2019-02-20 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org See Also||https://gcc.gnu.org/bugzill ||a/show_bug.cgi?id=68193 --- Comment #1 from Eric Gallager --- (In reply to Joseph S. Myers from comment #0) > (I'm

[Bug c++/30357] Enum typecast warning

2019-02-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30357 Eric Gallager changed: What|Removed |Added CC||pinskia at gcc dot gnu.org,

[Bug c++/89443] toplevel inline-asm with volatile after the asm is not anymore support in C++

2019-02-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89443 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

<    4   5   6   7   8   9   10   11   12   13   >