[Bug c/89449] False -Wsuggest-attribute=format warning

2019-02-22 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=28492 --- Comment #4 from Eric Gallager --- The location info being bad here is bug 28492

[Bug c++/81431] add warning for missing initializers in constructor

2019-02-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81431 --- Comment #4 from Eric Gallager --- (In reply to Jonathan Wakely from comment #3) > I would prefer to see -Weffc++ deprecated and removed, so tying this valid > request to -Weffc++ might see it die. If bug 16166 is fixed, then this request wou

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

2019-02-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4898 Eric Gallager changed: What|Removed |Added Blocks||87403 Summary|adding an option

[Bug other/704] --help and --version

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

[Bug other/704] --help and --version

2019-02-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=704 Eric Gallager changed: What|Removed |Added Status|WAITING |NEW Last reconfirmed|2006-02-02 13:45:08

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

2019-02-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4898 --- Comment #10 from Eric Gallager --- (In reply to Jonathan Wakely from comment #9) > Why a new warning instead of making -Wterminate handle throw() as well as > noexcept ? For consistency with clang? I dunno, I guess putting it under -Wterminat

[Bug c++/89450] RFC: Strengthen -fstrict-enums

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

[Bug other/704] --help and --version

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

[Bug c++/70644] Warn about implicit conversion of 'this' to pointer to virtual base class during construction

2019-02-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70644 --- Comment #2 from Eric Gallager --- (In reply to Jonathan Wakely from comment #0) > (Reduced from PR 58822) > > struct Base { Base(int) { } }; > > int foo(Base*) { return 0; } > > struct X : virtual Base { > X() : Base(foo(this)) { } > };

[Bug other/704] --help and --version

2019-02-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=704 --- Comment #22 from Eric Gallager --- (In reply to Eric Gallager from comment #21) > (In reply to Iain Sandoe from comment #20) > > (In reply to Eric Gallager from comment #19) > > > (In reply to jos...@codesourcery.com from comment #18) > > > > W

[Bug c/88088] -Wtrampolines should be enabled by -Wall (or -Wextra)

2019-02-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88088 --- Comment #21 from Eric Gallager --- (In reply to Mark Wielaard from comment #20) > https://gcc.gnu.org/ml/gcc-patches/2018-11/msg02055.html Did this make it in? If not, have you pinged it lately?

[Bug libstdc++/58142] _pthread_tsd_cleanup called before destructors are called

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

[Bug middle-end/4210] should not warning with dead code

2019-03-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210 Eric Gallager changed: What|Removed |Added CC||joseph at codesourcery dot com --- Commen

[Bug c/89549] [7/8/9 Regression] -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers

2019-03-01 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=81334 --- Comment #3 from Eric Gallager --- related to bug 81334 perhaps?

[Bug c/89051] -Wno-error= does not work for warning groups

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

[Bug c/65403] -Wno-error= is an error

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

[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

2019-03-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69777 Eric Gallager changed: What|Removed |Added Blocks||87403 --- Comment #6 from Eric Gallager

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

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

[Bug c++/89561] feature request: undefined behaviour compile-time configuration

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

[Bug c/17426] Emit mandatory warning for manual expansions of offsetof

2019-03-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17426 Eric Gallager changed: What|Removed |Added Blocks||87403 --- Comment #8 from Eric Gallager

[Bug libstdc++/21549] Configure options hard to find

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

[Bug ipa/24729] function calls created by builtins do not make use of inline definitions

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

[Bug tree-optimization/13756] [tree-ssa] documentation missing

2019-03-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13756 --- Comment #17 from Eric Gallager --- (In reply to Andrew Pinski from comment #16) > (In reply to Eric Gallager from comment #15) > > (In reply to Joseph S. Myers from comment #8) > > > tree-ssa documentation still missing after the mainline mer

[Bug tree-optimization/31873] missed optimization: we don't move "invariant casts" out of loops

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

[Bug target/32392] Support using -mrecip w/o additional Newton-Raphson run

2019-03-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32392 --- Comment #3 from Eric Gallager --- (In reply to Tobias Burnus from comment #0) > Paolo Bonzini wrote: > >> That said, there is a whole bunch of applications that would kill for > >> -mrecip, > > even for 11bit ones. Games are one of them, fo

[Bug c++/89585] GCC 8.3: asm volatile no longer accepted at file scope

2019-03-04 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #3 from Eric Gallager --- dup of bug 89443 *** This bug has been marked as a duplicate of bug 89443 ***

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

2019-03-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89443 Eric Gallager changed: What|Removed |Added CC||harald at gigawatt dot nl --- Comment #4

[Bug c++/89579] -Wclobbered warning false positive when compiling with -Og

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

[Bug target/66203] aarch64-none-elf does not automatically find librdimon

2019-03-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66203 --- Comment #5 from Eric Gallager --- (In reply to Richard Earnshaw from comment #4) > The Arm builds that do not need anything from libgloss (and thus do not need > a specs file) while linking come from a configuration that hard codes the > unde

[Bug c++/45065] -fvisibility-inlines-hidden: Decl order in derived class affects visibility of inlines in base.

2019-03-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45065 --- Comment #4 from Eric Gallager --- (In reply to Eric Gallager from comment #3) > (In reply to Dean Edmonds from comment #0) > > Compiling with -fvisibility=hidden and -fvisibility-inlines-hidden. > > > > I have a Base class with default visib

[Bug rtl-optimization/26914] lack of conditional moves with floating point

2019-03-05 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Depends on|22568 | Resolution|--- |DUPLICATE --- Comment #3 from Eric Gallager --- (In reply to Richard Biener from comment #2) > Related to / dup of PR22568. Meta-bug ifcvt sucks.

[Bug rtl-optimization/22568] Should use cmov in some stituations

2019-03-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22568 Eric Gallager changed: What|Removed |Added Blocks|26914 | CC|

[Bug translation/40883] [meta-bug] Translation breakage with trivial fixes

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

[Bug target/47093] [meta-bug]: broken configurations

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

[Bug c++/29843] [meta-bug] C++98 standard conformance issues

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

[Bug tree-optimization/39201] [meta-bug] ivopts metabug

2019-03-05 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org Resolution|--- |FIXED --- Comment #4 from Eric Gallager --- All the bugs that this one depends upon have been closed so I'm closing this one as well; feel free to reopen if there are new bugs for this one to d

[Bug translation/40883] [meta-bug] Translation breakage with trivial fixes

2019-03-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883 --- Comment #3 from Eric Gallager --- (In reply to Roland Illig from comment #2) > I don't know how to add these bugs to the "Depends on" field, therefore I'm > listing them here. Could it be that a mere reporter cannot do this? > > bug 79645 >

[Bug c++/29843] [meta-bug] C++98 standard conformance issues

2019-03-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29843 --- Comment #3 from Eric Gallager --- (In reply to Jonathan Wakely from comment #2) > This doesn't seem a very useful meta-bug. Every bug with Component=c++ and > Keywords=rejects-valid is a standard conformance issue. > > What's the point of th

[Bug driver/67062] -no-pie check breaks cross compilation of GCC [OS X -> Windows]

2019-03-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67062 --- Comment #1 from Eric Gallager --- (In reply to Luke Allardyce from comment #0) > When cross building GCC for windows on OS X the -no-pie flag is being passed > to the native linker for some of the build tools (e.g. genhooks) which > breaks th

[Bug bootstrap/32497] Crosscomiling native sh3 gcc on a 64-bit host fails

2019-03-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32497 --- Comment #17 from Eric Gallager --- (In reply to Valeriy E. Ushakov from comment #16) > (In reply to Eric Gallager from comment #15) > > (In reply to Valeriy E. Ushakov from comment #11) > > > Created attachment 44668 [details] > > > Diff agai

[Bug translation/40883] [meta-bug] Translation breakage with trivial fixes

2019-03-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883 Eric Gallager changed: What|Removed |Added Keywords||easyhack --- Comment #4 from Eric Gallag

[Bug translation/40883] [meta-bug] Translation breakage with trivial fixes

2019-03-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883 Eric Gallager changed: What|Removed |Added Severity|normal |trivial

[Bug debug/89631] gcc/dwarf2cfi.c:1647:15:Semantic Issue: comparison of two values with different enumeration types in switch statement ('enum rtx_code' and 'tree_code'): -Wenum-compare-switch

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

[Bug c++/82075] structured binding fails with empty base class

2019-03-08 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82075 Eric Gallager changed: What|Removed |Added CC||jason at redhat dot com,

[Bug tree-optimization/70390] [7/8/9 Regression] internal compiler error: in copy_loop_close_phi_args, at graphite-isl-ast-to-gimple.c:2114

2019-03-08 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70390 --- Comment #14 from Eric Gallager --- (In reply to Arseny Solokha from comment #13) > Actually, I cannot reproduce it on the trunk anymore as of r265575. So can this be closed then?

[Bug target/78380] [7 regression] GCC crash with internal compiler error: in gen_reg_rtx, at emit-rtl.c:1025

2019-03-08 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78380 --- Comment #8 from Eric Gallager --- (In reply to Richard Biener from comment #7) > Without bisection it's hard to identify what fix to backport. Note the > original issue doesn't reproduce for me with a cross to > x86_64-apple-darwin15.6.0 fro

[Bug target/39725] [7/8/9 Regression][cond-optab] MIPS pessimizations on floating-point

2019-03-08 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39725 --- Comment #18 from Eric Gallager --- (In reply to Steven Bosscher from comment #1) > This bug needs TLC from a MIPS person. At least a confirmation would be nice. This bug has been in WAITING since 2010. Can it be closed?

[Bug c++/88136] -Wdeprecated-copy is draconian and shouldn't be in -Wall

2019-03-08 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88136 --- Comment #5 from Eric Gallager --- (In reply to Jason Merrill from comment #4) > Author: jason > Date: Thu Dec 6 21:17:08 2018 > New Revision: 266867 > > URL: https://gcc.gnu.org/viewcvs?rev=266867&root=gcc&view=rev > Log: > PR c++/881

[Bug fortran/54687] Use gcc option machinery for gfortran

2019-03-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54687 --- Comment #18 from Eric Gallager --- (In reply to Dominique d'Humieres from comment #17) > Let me have a deeper look at what can be done. How has that deeper look been going?

[Bug sanitizer/85777] [7/8/9 Regression] -fsanitize=undefined makes a -Wmaybe-uninitialized warning disappear

2019-03-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85777 --- Comment #7 from Eric Gallager --- (In reply to Vincent Lefèvre from comment #6) > But this cannot apply to projects that use GNU Automake, which does not > generate such rules. And with Automake, things are more complex in practice, > because

[Bug c/82179] Optionally compile free calls in such a way that the passed pointer is clobbered after the call

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

[Bug c++/60972] Mixing #pragma pack and __attribute__((packed)) leads to spurious warnings.

2019-03-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60972 Eric Gallager changed: What|Removed |Added CC||jason at redhat dot com,

[Bug c++/68160] Can bind packed field if it's packed with #pragma pack(push, 1)

2019-03-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68160 Eric Gallager changed: What|Removed |Added CC||jason at redhat dot com,

[Bug preprocessor/48957] GCC's handling of include-fixed does not work well with --sysroot

2019-03-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48957 Eric Gallager changed: What|Removed |Added CC||joseph at codesourcery dot com --- Comme

[Bug c++/89668] make[2]: autogen: Command not found

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

[Bug c/84717] suffix for double constant is a GCC extension is not documented

2019-03-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84717 Eric Gallager changed: What|Removed |Added CC||joseph at codesourcery dot com,

[Bug target/49854] Clean up SPE/e500 option handling

2019-03-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49854 --- Comment #2 from Eric Gallager --- The SPE port is getting removed for GCC 9, right? So can this be closed then?

[Bug c/87950] GCC warns about reaching end of non-void function when all switch cases are completely handled

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

[Bug translation/79595] Inconsistent grammar in diagnostic "partial specialization %q+D does not specialize"

2019-03-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79595 Eric Gallager changed: What|Removed |Added Keywords||easyhack Severity|minor

[Bug translation/79618] prevent missing space in multiline string literals

2019-03-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79618 --- Comment #4 from Eric Gallager --- (In reply to David Malcolm from comment #2) > Good idea. > > We can't do it at run-time from inside the diagnostics subsystem, as the > line-breaking information is lost when the literal is compiled. > > So

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

2019-03-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78685 Eric Gallager changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #1

[Bug debug/82738] [meta-bug] issues with the -Og optimization level

2019-03-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82738 Bug 82738 depends on bug 68836, which changed state. Bug 68836 Summary: GCC can't properly emit debug info for function arguments in a back-trace when using -Og https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836 What|Removed

[Bug debug/68836] GCC can't properly emit debug info for function arguments in a back-trace when using -Og

2019-03-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836 Eric Gallager changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug translation/79618] prevent missing space in multiline string literals

2019-03-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79618 Eric Gallager changed: What|Removed |Added Blocks|40883 | --- Comment #6 from Eric Gallager ---

[Bug c++/89718] _Pragma GCC diagnostic ignored inside macro

2019-03-14 Thread egallager at gcc dot gnu.org
|UNCONFIRMED |RESOLVED CC||egallager at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #5 from Eric Gallager --- (In reply to Federico Kircheis from comment #4) > (In reply to Jakub Jelinek from comment

[Bug c++/55578] Disabling warnings inside macro definition doesn't work

2019-03-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55578 Eric Gallager changed: What|Removed |Added CC||federico.kircheis at gmail dot com ---

[Bug c++/55578] Disabling warnings inside macro definition doesn't work

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

[Bug middle-end/78915] missing -Wuninitialized accessing allocated memory

2019-03-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78915 --- Comment #3 from Eric Gallager --- (In reply to Manuel López-Ibáñez from comment #2) > Possibly a dup of PR87209 Or vice versa.

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

2019-03-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352 --- Comment #8 from Eric Gallager --- (In reply to Iain Sandoe from comment #7) > (In reply to Eric Gallager from comment #6) > > (In reply to Eric Gallager from comment #5) > > > (In reply to René J.V. Bertin from comment #4) > > > > Any news on

[Bug c/26732] different argument type not rejected for K&R style function definitions

2019-03-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26732 --- Comment #9 from Eric Gallager --- (In reply to Harald van Dijk from comment #8) > (In reply to Eric Gallager from comment #7) > > (In reply to Andrew Pinski from comment #6) > > > Now we don't even error out at -O3. > > > > Why would the -O3

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

2019-03-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44032 Eric Gallager changed: What|Removed |Added CC||joseph at codesourcery dot com,

[Bug fortran/37577] [meta-bug] change internal array descriptor format for better syntax, C interop TR, rank 15

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

[Bug middle-end/65244] Bogus -Wmaybe-uninitialized warning with posix_memalign() and -Og

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

[Bug tree-optimization/78394] False positives of maybe-uninitialized with -Og

2019-03-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78394 --- Comment #15 from Eric Gallager --- (In reply to Marc Glisse from comment #14) > (In reply to Jeffrey A. Law from comment #12) > > Whether or not to fix as well as whether or not to warn at -O0 are a topic > > of debate. I'm not sure I'm up f

[Bug web/89770] New: move java-related mailing lists on lists.html to the "Historical lists" section

2019-03-19 Thread egallager at gcc dot gnu.org
Keywords: documentation Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: egallager at gcc dot gnu.org CC: gerald at pfeifer dot com Target Milestone: --- Right now java-related mailing

[Bug target/87243] FSF GCC needs to do something special (like using xcrun) on darwin18 to find system headers in SDK

2019-03-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87243 Eric Gallager changed: What|Removed |Added Summary|FSF needs to use xcrun on |FSF GCC needs to do |d

[Bug bootstrap/87030] GCC fails to build with Xcode 10, attempting an impossible multilib build

2019-03-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87030 --- Comment #16 from Eric Gallager --- (In reply to Iain Sandoe from comment #15) > FWIW I had a quick look the other day if there was an easy fix to this PR, > and didn't find a '5 minute' one. > > (In reply to Eric Gallager from comment #14) >

[Bug libffi/34311] libffi.call/nested_struct5.c execution tests fail under darwin9 on powerpc

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

[Bug c++/62181] [C/C++] Expected new warning: "adding 'char' to a string does not append to the string" [-Wstring-plus-int]

2019-03-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62181 --- Comment #17 from Eric Gallager --- (In reply to Xi Ruoyao from comment #16) > (In reply to Jonathan Wakely from comment #15) > > Was this question ever answered? > > https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01337.html > > Oh that's inte

[Bug other/89817] remove references to type modes from user docs for vector extensions

2019-03-25 Thread egallager at gcc dot gnu.org
||2019-03-25 CC||egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager --- confirmed

[Bug preprocessor/89808] An option to disable warning "#pragma once in main file"

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

[Bug c/57021] Better error message for * missing an expression or rather using a non-type as a cast

2019-03-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57021 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug c++/89854] diagnostic differences between misuse of "." and "->"

2019-03-27 Thread egallager at gcc dot gnu.org
, ||egallager at gcc dot gnu.org --- Comment #1 from Eric Gallager --- I think there's a dup of this around here somewhere...

[Bug pch/61250] Random pch failures on x86_64-apple-darwin1(3|4).

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

[Bug c++/89854] diagnostic differences between misuse of "." and "->"

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

[Bug c++/84898] Fix-it hints for '.' vs '->'

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84898 Eric Gallager changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment #5

[Bug other/40789] fixincludes/fixincl.c: duplicate call to close ?

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

[Bug other/89863] New: [meta-bug] Issues that cppcheck finds that gcc misses

2019-03-27 Thread egallager at gcc dot gnu.org
: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: egallager at gcc dot gnu.org CC: dcb314 at hotmail dot com, ettl.martin at gmx dot de Depends on: 33715, 47170, 49564, 50355, 52124, 53871, 54582

[Bug c++/33715] Suggest -Wmemleak warning for C++

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33715 --- Comment #5 from Eric Gallager --- (In reply to Jonathan Wakely from comment #3) > (In reply to comment #0) > > I would like to have a warning in C++ that warns about local variables > > assigned > > via operator new or operator new[], but th

[Bug libgcc/70800] libgcc/config/libbid/bid_binarydecimal.c: suspicious comparison ? (missed -Wtautological-compare)

2019-03-27 Thread egallager at gcc dot gnu.org
||egallager at gcc dot gnu.org, ||mpolacek at gcc dot gnu.org See Also||https://gcc.gnu.org/bugzill ||a/show_bug.cgi?id=71852 Summary

[Bug target/79364] some variadic functions with an empty struct miscompiled with C++ (at least for x64 targets)

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

[Bug c++/70361] Obviously false code in if not detected

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

[Bug c++/61339] add mismatch between struct and class [-Wmismatched-tags] to non-bugs

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

[Bug c/79022] trunk/gcc/gengtype.h: create_nested_ptr_option: decl & defn don't match ?

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

[Bug rtl-optimization/82338] valgrind error in inherit_in_ebb

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

[Bug c/85608] ubsan in cse.c:2194

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85608 Eric Gallager changed: What|Removed |Added CC||kenner at gcc dot gnu.org --- Comment #2

[Bug target/85910] config/aarch64/aarch64.c:15653:12: warning: duplicated ‘if’ condition

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

[Bug target/85968] gcc/config/arc/arc.c:9805: bad test ?

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

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83822 Eric Gallager changed: What|Removed |Added Blocks||89863 --- Comment #6 from Eric Gallager

[Bug other/82648] libiberty/regex.c:2364]: pointless test ?

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

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