[Bug ada/81361] Exceptions mishandled (_Unwind_Resume() can't return)

2017-07-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81361 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/62236] : error: aggregate value used where an integer was expected

2017-07-09 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62236 Victor Porton changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug ada/81114] GNAT mishandles filenames with UTF8 chars on case-insensitive filesystems

2017-07-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81114 --- Comment #4 from simon at pushface dot org --- (In reply to Eric Botcazou from comment #2) When I said in comment 1 >I have to say that, great as it would be to have this fixed, the changes >required would be extensive, and I can’t see that

[Bug bootstrap/81033] [8 Regression] Revision r249019 breaks bootstrap on darwin

2017-07-09 Thread d25fe0be at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033 --- Comment #19 from d25fe0be@ --- Bootstrap seems to work for me now. Not sure which revision brings it back to normal though.

Re: Is this a bug or... did I goof?

2017-07-09 Thread Jonathan Wakely
On 08/07/17 20:01 +, George R Goffe via gcc-bugs wrote: Hį I have experienced this bug for the past 2-3 days. I'm not sure if it's a bug or I have missed something important. I have a complete build log available if needed. Here's the tail of the log. Thanks ahead of time for your help.

[Bug bootstrap/81033] [8 Regression] Revision r249019 breaks bootstrap on darwin

2017-07-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033 --- Comment #20 from simon at pushface dot org --- r249926 See https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00121.html

[Bug bootstrap/81033] [8 Regression] Revision r249019 breaks bootstrap on darwin

2017-07-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033 --- Comment #21 from simon at pushface dot org --- Actually, r249930 was the last related revision (cleans up spaces).

[Bug libfortran/80365] undefined memcpy while writing zero length array on unformatted stream in unix.c

2017-07-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80365 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug libfortran/80365] undefined memcpy while writing zero length array on unformatted stream in unix.c

2017-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80365 --- Comment #3 from Dominique d'Humieres --- > How do I actually obtain this error? I see it with a build configured with Configured with: ../work/configure --prefix=/opt/gcc/gcc8g --enable-languages=c,c++,fortran --with-gmp=/opt/mp-new --with-

[Bug libfortran/80365] undefined memcpy while writing zero length array on unformatted stream in unix.c

2017-07-09 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80365 --- Comment #4 from Vittorio Zecca --- Or you may add assert(buf); just before the memcpy library call. If nbyte==0 then it should be harmless, but undefined. assert(buf || !nbyte) should catch an error situation

[Bug target/81365] New: GCC miscompiles swap

2017-07-09 Thread kaufmann at cs dot uni-potsdam.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81365 Bug ID: 81365 Summary: GCC miscompiles swap Product: gcc Version: 7.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: u

[Bug sanitizer/81066] sanitizer_stoptheworld_linux_libcdep.cc:276:22: error: aggregate ‘sigaltstack handler_stack’ has incomplete type and cannot be defined

2017-07-09 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81066 --- Comment #8 from Florian Weimer --- (In reply to Khem Raj from comment #7) > (In reply to Florian Weimer from comment #6) > > (In reply to Khem Raj from comment #5) > > > +#ifndef __stack_t_defined > > > +struct stack_t; > > > +#endif > > > >

[Bug c++/81366] New: pragma omp simd reduce(max:m) not vectorizing

2017-07-09 Thread ryan.burn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81366 Bug ID: 81366 Summary: pragma omp simd reduce(max:m) not vectorizing Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/81341] trunk/gcc/fortran/class.c:313: redundant condition ?

2017-07-09 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81341 --- Comment #2 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Sun Jul 9 17:41:45 2017 New Revision: 250083 URL: https://gcc.gnu.org/viewcvs?rev=250083&root=gcc&view=rev Log: 2017-07-09 Dominique d'Humieres PR fortran/81341

[Bug fortran/81341] trunk/gcc/fortran/class.c:313: redundant condition ?

2017-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81341 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/81313] Bad stack realignment code with -mno-accumulate-outgoing-args

2017-07-09 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81313 --- Comment #2 from hjl at gcc dot gnu.org --- Author: hjl Date: Sun Jul 9 18:25:49 2017 New Revision: 250084 URL: https://gcc.gnu.org/viewcvs?rev=250084&root=gcc&view=rev Log: x86: Use DRAP only if there are outgoing arguments on stack Since

[Bug sanitizer/81021] stack-use-after-scope false positive error with exceptions

2017-07-09 Thread a...@cloudius-systems.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81021 --- Comment #7 from Avi Kivity --- Hitting something similar-looking on Fedora 26's gcc 7.1.1.

[Bug tree-optimization/69908] recognizing idioms that check for a buffer of all-zeros could make *much* better code

2017-07-09 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69908 --- Comment #3 from Yuri Gribov --- As noted in comments, this is more about adding new API to Glibc than GCC (they have corresponding https://sourceware.org/bugzilla/show_bug.cgi?id=19920 about this). So can this be closed?

[Bug tree-optimization/69908] recognizing idioms that check for a buffer of all-zeros could make *much* better code

2017-07-09 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69908 --- Comment #4 from Marc Glisse --- (In reply to Yuri Gribov from comment #3) > As noted in comments, this is more about adding new API to Glibc than GCC > (they have corresponding > https://sourceware.org/bugzilla/show_bug.cgi?id=19920 about thi

[Bug fortran/81367] New: internal compiler error: in gfc_typenode_for_spec, at fortran/trans-types.c:1086

2017-07-09 Thread s.j.clark at durham dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81367 Bug ID: 81367 Summary: internal compiler error: in gfc_typenode_for_spec, at fortran/trans-types.c:1086 Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity

[Bug bootstrap/81033] [8 Regression] Revision r249019 breaks bootstrap on darwin

2017-07-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/81365] [7/8 Regression] GCC miscompiles swap

2017-07-09 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81365 Marc Glisse changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRMED

[Bug tree-optimization/69908] recognizing idioms that check for a buffer of all-zeros could make *much* better code

2017-07-09 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69908 --- Comment #5 from Yuri Gribov --- (In reply to Marc Glisse from comment #4) > (In reply to Yuri Gribov from comment #3) > > As noted in comments, this is more about adding new API to Glibc than GCC > > (they have corresponding > > https://sourc

[Bug target/81313] Bad stack realignment code with -mno-accumulate-outgoing-args

2017-07-09 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81313 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Sun Jul 9 21:01:42 2017 New Revision: 250086 URL: https://gcc.gnu.org/viewcvs?rev=250086&root=gcc&view=rev Log: PR target/81313 * gcc.dg/stack-layout-dynamic-1.c

[Bug target/81313] Bad stack realignment code with -mno-accumulate-outgoing-args

2017-07-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81313 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/81365] [7/8 Regression] GCC miscompiles swap

2017-07-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81365 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |7.2 --- Comment #2 from Andrew Pinski -

[Bug libgomp/81336] OpenMP crash if -fno-underscoring is used in gfortran

2017-07-09 Thread bburgerm at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81336 --- Comment #3 from bburgerm at googlemail dot com --- Yes, I'm using this option because the gfortran code should be included in a larger project with a mixture of C, C++, gfortran and partially intel fortran code with several libraries only avai

[Bug c/81368] New: GCC reports bad option if -fdata-sections/-ffunction-sections is specified through #pragma or function attribute

2017-07-09 Thread sebastian.schrader at ossmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81368 Bug ID: 81368 Summary: GCC reports bad option if -fdata-sections/-ffunction-sections is specified through #pragma or function attribute Product: gcc Version: 7.1.

[Bug middle-end/81368] GCC reports bad option if -fdata-sections/-ffunction-sections is specified through #pragma or function attribute

2017-07-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81368 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #1 from Andrew Pi

[Bug middle-end/81368] GCC reports bad option if -fdata-sections/-ffunction-sections is specified through #pragma or function attribute

2017-07-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81368 --- Comment #2 from Andrew Pinski --- What I meant is once -fdata-sections/-ffunction-section is set, it cannot be unset. That meant in GCC 5.4, the option was not working correctly; just working accidentally the way you wanted it to work.

[Bug middle-end/81368] GCC reports bad option if -fdata-sections/-ffunction-sections is specified through #pragma or function attribute

2017-07-09 Thread sebastian.schrader at ossmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81368 --- Comment #3 from sebastian.schrader at ossmail dot de --- I see. Is it just a limitation of the current implementation of -fdata-sections/-ffunction-sections in GCC that it can't be unset or is it generally impossible?

[Bug tree-optimization/69908] recognizing idioms that check for a buffer of all-zeros could make *much* better code

2017-07-09 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69908 --- Comment #6 from Marc Glisse --- (In reply to Yuri Gribov from comment #5) > Well, as we all know there are a lot of missing optimizations in GCC :) I > think the real question is whether it's ever going to be fixed if there's no > standard AP

[Bug c++/38797] [c++0x] Missing warning about type qualifiers on late function return types

2017-07-09 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38797 Volker Reichelt changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #3 from Volker R

[Bug c++/65775] Late-specified return type bypasses return type checks (qualified, function, array)

2017-07-09 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65775 Volker Reichelt changed: What|Removed |Added CC||reichelt at gcc dot gnu.org --- Commen

[Bug bootstrap/81033] [8 Regression] Revision r249019 breaks bootstrap on darwin

2017-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug target/79145] [5/6 Regression] iwmmxt: Internal compiler error caused by an unrecognizable insn, during XORing long long with a char constant

2017-07-09 Thread petrcvekcz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79145 Petr Cvek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/81369] New: [8 Regression] ICE in generate_code_for_partition

2017-07-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81369 Bug ID: 81369 Summary: [8 Regression] ICE in generate_code_for_partition Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug c++/81371] New: Too much C++ templates output in output

2017-07-09 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81371 Bug ID: 81371 Summary: Too much C++ templates output in output Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/81371] Too much C++ templates output in output

2017-07-09 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81371 --- Comment #1 from Jon Grant --- Created attachment 41701 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41701&action=edit Example

[Bug c++/81371] Too many C++ templates output in build error

2017-07-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81371 --- Comment #2 from Andrew Pinski --- The problem is std::string could be std::__cxx11::basic_string or just std::basic_string depending on the ABI chosen at compile time.

[Bug c++/81371] Too many C++ templates output in build error

2017-07-09 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81371 --- Comment #3 from Jonny Grant --- Hello Perhaps just std::__cxx11::basic_string or std::basic_string in the message? But the char_traits and allocator aren't really needed are they? (I didn't write them in the function declaration). I apprec

[Bug c++/81371] Too many C++ templates output in build error

2017-07-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81371 --- Comment #4 from Andrew Pinski --- basic_string in C++ is always defined as a template class with three template arguments. Yes most folks don't know the C++ standard but it is what it is.