[Bug inline-asm/38925] gcc ignores use of %rbp via assembly, generates bad code

2017-07-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38925 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/71188] missing warning converting constant integer expression zero to pointer

2017-07-29 Thread egallager at gcc dot gnu.org
||2017-07-29 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #3 from Eric Gallager --- Confirmed that gcc only prints the same warnings you noticed.

[Bug c/70257] #line incorrectly handled in error messages

2017-07-29 Thread egallager at gcc dot gnu.org
||2017-07-29 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirming that this happens; I had it happen to me in something else with #line directives but I assumed I

[Bug inline-asm/54450] Extended asm in global scope

2017-07-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54450 Eric Gallager changed: What|Removed |Added Resolution|DUPLICATE |INVALID --- Comment #8 from Eric

[Bug c/69505] attribute aligned changes alignment of the same type

2017-07-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69505 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/71422] Total size of static objects is not limited

2017-07-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71422 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

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

2017-07-29 Thread egallager at gcc dot gnu.org
||2017-07-29 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #3 from Eric Gallager --- (In reply to Alexander Monakov from comment #0) > GCC doesn't warn for: > > const char s[

[Bug c/66286] Inconsistent handling of Cilk+ array sections

2017-07-29 Thread egallager at gcc dot gnu.org
||2017-07-29 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed that the testcase aborts on me. (btw should we have a cilkplus keyword for bugs on this Bugzilla?)

[Bug c/63398] Cilk errors out incorrectly for spawn inside statement expressions

2017-07-29 Thread egallager at gcc dot gnu.org
||2017-07-29 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed that it errors out: $ /usr/local/bin/gcc -c -fcilkplus 63398.c 63398.c: In function ‘f’: 63398.c

[Bug c/64825] -Wcast-qual does not warn about struct members which are arrays

2017-07-28 Thread egallager at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2017-07-28 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed that gcc doesn't warn, although my

[Bug inline-asm/54450] Extended asm in global scope

2017-07-28 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=25967 Resolution|--- |DUPLICATE --- Comment #6 from Eric Gallager

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2017-07-28 Thread egallager at gcc dot gnu.org
||2017-07-28 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #6 from Eric Gallager --- (In reply to Ralph Corderoy from comment #5) > The examples clearly show the problem and it bites me h

[Bug target/63893] gcc.dg/pr61599-1.c fails on darwin, due to -mcmodel=medium

2017-07-28 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Host|x86_64-apple-darwin14 |x86_64-apple-darwin Build|x86_64-apple-darwin14 |x86_64-apple-darwin --- Comment #4 from Eric Gallager --- Removing the "14" from host/target/build since I

[Bug inline-asm/65640] multiple alternative constraints and earlyclobbers

2017-07-28 Thread egallager at gcc dot gnu.org
||2017-07-28 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- (In reply to Mike Herrick from comment #0) > There seems to be an issue with earlyclobbers and multi

[Bug inline-asm/37195] different variables get the same overlapping memory address in inline assembly

2017-07-28 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED Known to fail|| --- Comment #9 from Eric Gallager --- (In reply to Jeroen Demeyer from comment #5) > Created attachment 16428 [details] > Unified te

[Bug inline-asm/55744] Use of ebx as output register in inline asm on x86_64 PIC mcmodel=medium

2017-07-28 Thread egallager at gcc dot gnu.org
||2017-07-28 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Results from testing on i386-apple-darwin9.8.0 with gcc8: $ /usr/local/bin/gcc -c -fPIC -mcmodel

[Bug c/70924] Wrong position for "warning: missing braces around initializer [-Wmissing-braces]"

2017-07-29 Thread egallager at gcc dot gnu.org
||2017-07-29 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Eric Gallager --- Current gcc output: $ /usr/local/bin/gcc -c -std=c11 -pedantic -Wall -Wextra -O3 70924.c 70924.c

[Bug c/71598] Wrong optimization with aliasing enums

2017-07-29 Thread egallager at gcc dot gnu.org
||2017-07-29 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed (that the testcase aborts when run)

[Bug c/70619] Wrong warning with VLA, comma and sizeof

2017-07-29 Thread egallager at gcc dot gnu.org
||2017-07-30 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- (In reply to Alexander Cherepanov from comment #0) > Compiling the program: > > int main() > {

[Bug c/80130] Wrong diagnostic: dereferencing type-punned pointer

2017-07-31 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80130 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/79688] ICE with a RTL test-case and -O1 provided

2017-07-31 Thread egallager at gcc dot gnu.org
||2017-07-31 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed that gcc ICEs, although is 'c' really the right component?

[Bug c/29970] mixing ({...}) with VLA leads to massive breakage

2017-07-31 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29970 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/71870] wrong location of "%n$" directive in -Wformat

2017-07-30 Thread egallager at gcc dot gnu.org
||2017-07-30 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Eric Gallager --- Confirmed. Note that the original testcase now prints an additional -Wformat-overflow warning: $ /usr

[Bug c/71996] -fdump-translation-unit fails to dump string literals of type char16_t/char32_t/wchar_t

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

[Bug c/79667] spurious -Wunused-variable on a local array of struct declared unused

2017-07-31 Thread egallager at gcc dot gnu.org
||2017-07-31 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed.

[Bug c/79696] missing -Wunused-result on calls to malloc() and calloc()

2017-07-31 Thread egallager at gcc dot gnu.org
||2017-07-31 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Eric Gallager --- Was the testcase truncated or something? I don't see how it's supposed to show anything about malloc

[Bug c/79959] -Wimplicit-fallthrough doesn't recognize some more complex exit cases

2017-07-31 Thread egallager at gcc dot gnu.org
||2017-07-31 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed that gcc warns.

[Bug tree-optimization/81679] use attribute unused on function arguments as an optimization hint

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

[Bug c++/56698] "array subscript is above array bounds" triggered on code that doesn't have that problem

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

[Bug c++/56698] "array subscript is above array bounds" triggered on code that doesn't have that problem

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

[Bug target/53083] gcc bug in moving from the SSE registers back onto the heap.

2017-08-02 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |WORKSFORME --- Comment #14 from Eric Gallager --- (In reply to Pierre Ossman from comment #11) > Created attachment 30419 [details] > main.c > > We've also been hitting this, so here is a

[Bug lto/52322] lto1: internal compiler error: in lto_symtab_register_decl, at lto-symtab.c:148

2017-08-01 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |INVALID --- Comment #2 from Eric Gallager --- (In reply to Richard Biener from comment #1) > The tmp files are useless - we need preprocessed source instead. Reporter never provided the preproces

[Bug middle-end/55808] excessive memory usage from gcc 4.7.2 when compiling mame source code

2017-08-01 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |WORKSFORME --- Comment #7 from Eric Gallager --- (In reply to Patrick from comment #6) > Created attachment 29071 [details] > the preprocessed source when gcc fails to compile mame >

[Bug other/80437] large decimal numbers in diagnostics are hard to read

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

[Bug target/53362] gcc 4.7 generates invalid code with -O3 and -mtune=bdver1

2017-08-01 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |INVALID --- Comment #6 from Eric Gallager --- (In reply to Uroš Bizjak from comment #5) > (In reply to comment #4) > > > Is this enough for you to work with? > > No, please follo

[Bug lto/53312] crash in materialize_cgraph (invalid free)

2017-08-01 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #3 from Eric Gallager --- (In reply to philippe.waroquiers from comment #2) > (In reply to comment #1) > > This looks like PR53214 - unable to verify without a testcase thou

[Bug c++/59499] Probably optimization error

2017-08-02 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |INVALID --- Comment #2 from Eric Gallager --- (In reply to Paolo Carlini from comment #1) > A self-contained (minimized) reproducer is always a requirement. Reproducer not provided in time; closing

[Bug c++/66097] Program fails to run with -O1 but runs with individual settings.

2017-08-02 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |INVALID --- Comment #2 from Eric Gallager --- (In reply to Andrew Pinski from comment #1) > > Not all optimizations are controlled directly by a flag. > > Only optimizations that have a fla

[Bug c++/61639] GCC 4.7.4 can't longer compile clang

2017-08-02 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |INVALID --- Comment #6 from Eric Gallager --- (In reply to Marek Polacek from comment #5) > Without a testcase there's nothing to do. ...besides close it, that is.

[Bug tree-optimization/65957] Loop with if-statement yields different results for -O3 vs -O3 -fno-tree-vectorize

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

[Bug target/40836] ICE: "insn does not satisfy its constraints" (iwmmxt_movsi_insn)

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

[Bug target/56412] [4.8] "libtool: cygpath: command not found" for mingw32 host

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

[Bug other/29842] [meta-bug] outstanding patches / issues from STMicroelectronics

2017-08-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29842 Bug 29842 depends on bug 30065, which changed state. Bug 30065 Summary: Could use indexed addressing to reduce const costs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30065 What|Removed |Added

[Bug rtl-optimization/30065] Could use indexed addressing to reduce const costs

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |INVALID --- Comment #4 from Eric Gallager --- (In reply to Steven Bosscher from comment #3) > Is there a test case for this PR? Reporter never provided a test case; closing

[Bug fortran/61968] ICE (assembly failure) due to wrongly generating a vtable for TYPE(*) / BT_ASSUMED_TYPE

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #3 from Eric Gallager --- (In reply to Dominique d'Humieres from comment #2) > Is the problem fixed? Without feedback I'll assume yes. No feedback so we can assume yes.

[Bug target/57271] ARM: gcc generates insufficient alignment for memory passed as extra argument for function return large composite type

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #12 from Eric Gallager --- (In reply to Mark H Weaver from comment #11) > FYI, there's now a suggested fix for bug #66917. It would be interesting to > know whether it

[Bug fortran/42568] [Cygwin] BLOCKDATA referenced in EXTERNAL not loading from library

2017-08-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42568 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug tree-optimization/61203] [5/6/7/8 Regression] g++.old-deja/g++.jason/rvalue2.C FAILs with -O2 -fno-inline

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #12 from Eric Gallager --- (In reply to Zdenek Sojka from comment #10) > (In reply to Zdenek Sojka from comment #9) > > (In reply to Andrew Pinski from comment #8) > &

[Bug fortran/47495] .mod files: File modification time - Makefile build issue

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |WONTFIX --- Comment #14 from Eric Gallager --- (In reply to Dominique d'Humieres from comment #13) > Is this still of interest? Guess not.

[Bug c++/67209] G++ generates incorrect code for boost::filesystem

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |INVALID --- Comment #2 from Eric Gallager --- (In reply to Jonathan Wakely from comment #1) > There isn't nearly enough information here to know what's happening, please > see https://gcc.gnu.or

[Bug target/52811] -O3 flag makes xorg-server-1.11.4 compile fail on amd64

2017-08-01 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |INVALID --- Comment #3 from Eric Gallager --- (In reply to goeland86 from comment #2) > Apologies. I will upload the proper files as soon as possible - at the > moment I have gentoo installing the

[Bug target/48256] gcc4.4.5 internal compiler error: in change_address_1, at emit-rtl.c:1954

2017-08-01 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #3 from Eric Gallager --- (In reply to Mikael Pettersson from comment #2) > Created attachment 24559 [details] > preprocessed test case > > Several files in gsoc2010-fftw-

[Bug other/49284] -fdump-ipa-cgraph leads to ICE in generate_canonical_option, at opts-common.c:303

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

[Bug c/57821] 'array is too large' error is missing when sizetype overflows

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

[Bug target/46861] alpha gcc 4.2 -fPIC visibility hidden => gp-relative relocation against dynamic symbol

2017-08-01 Thread egallager at gcc dot gnu.org
Status|WAITING |RESOLVED CC||egallager at gcc dot gnu.org Known to work||4.3.5, 4.4.5, 4.5.1 Resolution|--- |FIXED Known to fail

[Bug rtl-optimization/30065] Could use indexed addressing to reduce const costs

2017-08-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30065 --- Comment #6 from Eric Gallager --- (In reply to Oleg Endo from comment #5) > (In reply to Eric Gallager from comment #4) > > (In reply to Steven Bosscher from comment #3) > > > Is there a test case for this PR? > > > > Reporter never

[Bug fortran/50360] [cleanup] use an ENUM for the return values of gfc_dep_compare_expr

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |WONTFIX --- Comment #2 from Eric Gallager --- (In reply to Dominique d'Humieres from comment #1) > Any opinion about keeping this four-year old PR opened? My opinion is to close it, given that i

[Bug libfortran/48958] Add runtime diagnostics for SIZE intrinsic function

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org --- Comment #4 from Eric Gallager --- (In reply to Dominique d'Humieres from comment #3) > This PR is related to pr46182. While I agree that it would be nice to have > run time errors for invalid use of unallocated variables/not associated >

[Bug c/81665] Please introduce flags attribute for enums which will mimic one from C#

2017-08-03 Thread egallager at gcc dot gnu.org
||2017-08-04 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 Severity|normal |enhancement --- Comment #1 from Eric Gallager --- Confirming as an enhancement. Pedro Alves also

[Bug fortran/44882] Bogus types in references with mismatched commons

2017-08-03 Thread egallager at gcc dot gnu.org
CC||egallager at gcc dot gnu.org --- Comment #17 from Eric Gallager --- (In reply to rguent...@suse.de from comment #15) > On Fri, 19 Sep 2014, dominiq at lps dot ens.fr wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44882 > > > &

[Bug target/68094] Compiler segmentation fault

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Component|c++ |target --- Comment #4 from Eric Gallager --- (In reply to Matha Goram from comment #2) > Created attachment 36600 [details] > Pre-processed source file > > Per request to attach pre-processed

[Bug libstdc++/57426] Application core dumps at __gnu_cxx::__exchange_and_add

2017-08-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57426 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug preprocessor/53404] warning column reported on comment in warning during bootstrap

2017-08-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53404 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug debug/68229] .debug_pubnames length field is too large

2017-08-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68229 Eric Gallager changed: What|Removed |Added URL||https://bugzilla.redhat.com

[Bug target/63545] ICE when building GCC for ia64-hp-hpux11.23 in hash_table<cselib_hasher,xcallocator>::find_slot_with_hash

2017-08-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63545 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/35758] vector_size attribute lost in function arguments for templates

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #24 from Eric Gallager --- (In reply to Martin Sebor from comment #23) > The test case compiles successfully with 6.0 (albeit with warnings). Since > the originally reported p

[Bug debug/68229] .debug_pubnames length field is too large

2017-08-03 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #5 from Eric Gallager --- (In reply to Todd Allen from comment #4) > It appears to have been fixed in gcc-4.9.0 by Sterling Augustine, > 2013-07-25, with t

[Bug c/81795] Stray "originally defined here" when using -Wc++-compat with #pragma GCC diagnostic push/pop

2017-08-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81795 --- Comment #5 from Eric Gallager --- (In reply to Marek Polacek from comment #4) > Donezo. Thanks for the quick fix!

[Bug c++/45113] absent or confusing diagnostics of invalid template argument list in implicit template class instantiation

2017-08-14 Thread egallager at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- (In reply to Roman Kononov from comment #0

[Bug c++/45963] inconsistent and poor array initialization diagnostic

2017-08-15 Thread egallager at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2017-08-15 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- g++'s message is now: $ /usr/local/bin/g++ -c

[Bug c++/81837] Internal compiler error (cp/typeck2.c:1264)

2017-08-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81837 --- Comment #1 from Eric Gallager --- *** Bug 81838 has been marked as a duplicate of this bug. ***

[Bug c++/81838] Internal compiler error (cp/typeck2.c:1264)

2017-08-15 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Eric Gallager --- Dup. *** This bug has been marked as a duplicate of bug 81837 ***

[Bug c++/81839] Internal compiler error (cp/typeck2.c:1264)

2017-08-15 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Eric Gallager --- Guessing you probably got gateway errors when submitting to Bugzilla or something? *** This bug has been marked as a duplicate of bug 81837 ***

[Bug c++/81837] Internal compiler error (cp/typeck2.c:1264)

2017-08-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81837 --- Comment #2 from Eric Gallager --- *** Bug 81839 has been marked as a duplicate of this bug. ***

[Bug c++/46634] cp/typeck2.c: uses BITS_PER_UNIT in lieu of TYPE_PRECISION (char_type_node)

2017-08-15 Thread egallager at gcc dot gnu.org
||2017-08-15 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- (In reply to Jorn Wolfgang Rennecke from comment #0) > Um... bug report missing? Would help to h

[Bug tree-optimization/81811] missing -Wreturn-local-addr returning strcpy result

2017-08-10 Thread egallager at gcc dot gnu.org
||2017-08-10 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed.

[Bug c/81795] Stray "originally defined here" when using -Wc++-compat with #pragma GCC diagnostic push/pop

2017-08-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81795 --- Comment #2 from Eric Gallager --- (In reply to Marek Polacek from comment #1) > You're right, do you want to send a patch or should I handle it? It'd probably be better if you handled it; my hard drive that has the ssh keys that let me

[Bug c++/81830] missing Wunused-local-typedef on a typedef of an unnamed enum or struct

2017-08-11 Thread egallager at gcc dot gnu.org
||2017-08-12 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Eric Gallager --- Confirmed.

[Bug c/81785] Segmentation fault for signed overflow in index expression when -fwrapv is enabled

2017-08-11 Thread egallager at gcc dot gnu.org
||2017-08-11 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- runs fine for me with GCC 8 on i386-apple-darwin9.8.0 (32-bit), but segfaults on me when I add -m64

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

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

[Bug c++/81762] errors defining attribute target overloads of the same function template

2017-08-11 Thread egallager at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2017-08-11 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed. Modifying target since it's

[Bug fortran/42568] [Cygwin] BLOCKDATA referenced in EXTERNAL not loading from library

2017-08-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42568 --- Comment #33 from Eric Gallager --- (In reply to Jerry DeLisle from comment #32) > (In reply to Eric Gallager from comment #30) > > (In reply to Jerry DeLisle from comment #29) > > > I happened to just get Cygwin installed and running on my

[Bug tree-optimization/81809] missing -Wuninitialized due to alias analysis limitation

2017-08-12 Thread egallager at gcc dot gnu.org
||2017-08-12 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Eric Gallager --- Confirmed.

[Bug c++/81718] g++ segfault in tsubst_copy_and_build when creating type alias

2017-08-11 Thread egallager at gcc dot gnu.org
||2017-08-11 CC||egallager at gcc dot gnu.org Summary|g++ segfault when creating |g++ segfault in |type alias |tsubst_copy_and_build when ||creating

[Bug c++/81761] assembler error on __func__ et al. on attribute target overloads

2017-08-11 Thread egallager at gcc dot gnu.org
| Status|UNCONFIRMED |NEW Last reconfirmed||2017-08-11 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager

[Bug target/81732] 'Error: Architecture mismatch on "rd".' in libcilkrts when compiling for sparc-linux-gnu

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

[Bug c/81756] type attributes silently ignored on type declarations

2017-08-11 Thread egallager at gcc dot gnu.org
||2017-08-11 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed.

[Bug c++/81787] `#pragma GCC diagnostic warning "-fpermissive"` no longer works since gcc 4.8

2017-08-11 Thread egallager at gcc dot gnu.org
||2017-08-11 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- (In reply to Ben Longbons from comment #0) > This worked with 4.7, but fails with 4.8 through

[Bug inline-asm/81845] asm memory constraints are difficult and not well documented

2017-08-14 Thread egallager at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed.

[Bug c++/43454] warning with -Wall despite __attribute__ ((__unused__))

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Known to work||4.0.2 Ever confirmed|0 |1 Known to fail||4.0.4, 4.1.2, 4.2.4, 4.3.4

[Bug c++/44520] improve diagnostic for ambiguous lookup

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed, the g++ diagnostic is now: $ /usr/local/bin/g++ -c -Wall -Wextra -pedantic 44520.cc 44520.cc

[Bug c++/43105] Document restrictions on mixing -fno-rtti and -frtti

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed, text in the current docs is still pretty much the same as it was in 4.4.3.

[Bug c++/44400] GCC allows declaring a function having the name of the class using a typedef

2017-08-14 Thread egallager at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed, g++ accepts it with neither

[Bug c++/67075] Infinite GC loop with ggc-min-expand=0

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #4 from Eric Gallager --- (In reply to Andrew Pinski from comment #2) > Sounds more like ggc_collect is now always doing the

[Bug c++/71192] Coredump - SIGSEGV exception handling on GCC 4.8.2 in Solaris 11.3, Solaris 11.2 works with same GCC version

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Eric Gallager --- Could you please: - attach the preprocessed source that triggers this bug - try again with a version

[Bug c++/39466] frepo relinking causes error - object in .o but not in .rpo or vice versa

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 Severity|major |normal --- Comment #2 from Eric Gallager --- I can't reproduce with current gcc on i386

[Bug c++/80227] [5/6/7/8 Regression] SFINAE ambiguity with a pointer to array argument

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- Confirmed that gcc rejects the former and accepts the latter, although the former should probably still get

[Bug c++/26426] Type layout bug

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- How are you getting the byte values? I compiled the testcase but I don't know what I'm supposed

[Bug c++/51277] Feature request: C++ diagnostic for ambiguous overloads

2017-08-14 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Severity|normal |enhancement --- Comment #3 from Eric Gallager --- Confirming as an enhancement.

[Bug c++/30812] enhancement: exception specification in __PRETTY_FUNCTION__

2017-08-14 Thread egallager at gcc dot gnu.org
||2017-08-14 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 Severity|normal |enhancement --- Comment #2 from Eric Gallager --- Confirming as an enhancement, although maybe

  1   2   3   4   5   6   7   8   9   10   >