[Bug driver/81519] Enhancement: Add --help=target-distcc or similar to dump clean, optimal CFLAGS without using -march=native

2018-11-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81519 --- Comment #9 from Eric Gallager --- (In reply to Daniel Santos from comment #7) > (In reply to Martin Liška from comment #4) > > Ok, so I've briefly investigated source code and providing such information > > is definitely not a simple task :/

[Bug driver/31357] document that --help and --help= options cannot be combined.

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31357 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug driver/31357] document that --help and --help= options cannot be combined.

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31357 --- Comment #4 from sandra at gcc dot gnu.org --- Author: sandra Date: Sun Nov 18 04:09:14 2018 New Revision: 266246 URL: https://gcc.gnu.org/viewcvs?rev=266246=gcc=rev Log: 2018-11-17 Eric Gallager Sandra Loosemore PR

[Bug fortran/88052] Format contravening f2008 constraint C1002 permitted

2018-11-17 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88052 --- Comment #4 from Jerry DeLisle --- Proposed patch: diff --git a/libgfortran/io/format.c b/libgfortran/io/format.c index f5d3158d21d..5ad57bef316 100644 --- a/libgfortran/io/format.c +++ b/libgfortran/io/format.c @@ -46,7 +46,8 @@ static

[Bug driver/30091] specs file: `@LANGUAGE' not documented

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30091 sandra at gcc dot gnu.org changed: What|Removed |Added CC||sandra at gcc dot gnu.org

[Bug target/81867] Internal completer error: Segmentation Fault

2018-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81867 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Component|c++

[Bug other/87695] Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.

2018-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695 Andrew Pinski changed: What|Removed |Added CC||dory at satx dot rr.com --- Comment #2

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug lto/88067] Internal Compuler Error, Segmentation Fault

2018-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88067 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/87771] My first 3d printer, and I messed up trying to update the .ini file. So, I'm trying to put the original software back in it, and I get this internal compiler error

2018-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87771 Andrew Pinski changed: What|Removed |Added CC||braddock.c at husky dot neu.edu ---

[Bug c++/29188] undocumented extension with ambiguous between conversion function/constructor. related to const

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29188 sandra at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug rtl-optimization/85925] [7/8/9 regression] Mis-compilation at -02, masking with 257 goes wrong in combine

2018-11-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85925 Eric Botcazou changed: What|Removed |Added Attachment #45029|0 |1 is obsolete|

[Bug c/88065] [9 Regression] ICE in -Wsizeof-pointer-memaccess on an invalid strncpy

2018-11-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88065 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #2 from Martin Sebor

[Bug other/16615] throughout gcc docu and code numerous "can not"'s appear

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16615 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug inline-asm/87984] [7/8/9 Regression] wrong code for local reg var input to asm

2018-11-17 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87984 --- Comment #12 from Segher Boessenkool --- The lifetime of "a" ends where the for block ends. It is also wholly irrelevant here. If LLVM implement other semantics than GCC here, report that bug to LLVM.

[Bug tree-optimization/88074] New: g++ hangs on math expression

2018-11-17 Thread coillol at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074 Bug ID: 88074 Summary: g++ hangs on math expression Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug c++/80864] [7/8/9/ Regression] Brace-initialization of a constexpr variable of an array in a POD triggers ICE from templates

2018-11-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80864 --- Comment #4 from Marek Polacek --- Expanded testcase: struct S { char c[1]; }; template void fn () { constexpr S s1 = S{}; constexpr S s2 = S{{}}; constexpr S s3 = S{{{}}}; constexpr S s4 = {}; constexpr S s5 = {{}};

[Bug fortran/88073] Internal compiler error compiling WHERE construct with -O or -O2

2018-11-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88073 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/88073] New: Internal compiler error compiling WHERE construct with -O or -O2

2018-11-17 Thread xecej4 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88073 Bug ID: 88073 Summary: Internal compiler error compiling WHERE construct with -O or -O2 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/87851] [8/9 Regression] Wrong return type for len_trim

2018-11-17 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87851 --- Comment #5 from Janne Blomqvist --- (In reply to Dominique d'Humieres from comment #4) > > Yes, but the return type on the library side changed. > > When and how do you see that? As part of my patch to change the string length type, in the

[Bug fortran/87881] gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin

2018-11-17 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87881 --- Comment #8 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #7) > *** Bug 88068 has been marked as a duplicate of this bug. *** Hi Dominique, I am getting nowhere with this. I have tested everything that I can think of

[Bug fortran/83522] ICE on allocatable string reference, string(:)(:)

2018-11-17 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83522 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/68241] [meta-bug] [F03] Deferred-length character

2018-11-17 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68241 Bug 68241 depends on bug 83522, which changed state. Bug 83522 Summary: ICE on allocatable string reference, string(:)(:) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83522 What|Removed |Added

[Bug fortran/88052] Format contravening f2008 constraint C1002 permitted

2018-11-17 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88052 --- Comment #3 from Jerry DeLisle --- (In reply to john.harper from comment #0) --- snip --- > > If the second print statement is changed to > print "(AF9.6)",'pi =',4*atan(1.0) > then the error is correctly diagnosed. Note that in the

[Bug fortran/88072] gfortran crashes with an internal compiler error

2018-11-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88072 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/88072] New: gfortran crashes with an internal compiler error

2018-11-17 Thread andrew at fluidgravity dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88072 Bug ID: 88072 Summary: gfortran crashes with an internal compiler error Product: gcc Version: 8.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug rtl-optimization/87727] [9 regression] gcc.target/sparc/overflow-2.c FAILs

2018-11-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87727 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/4225] documentation about CPLUS_INCLUDE_PATH vs. system headers incomplete

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4225 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/4225] documentation about CPLUS_INCLUDE_PATH vs. system headers incomplete

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4225 --- Comment #5 from sandra at gcc dot gnu.org --- Author: sandra Date: Sat Nov 17 16:59:26 2018 New Revision: 266240 URL: https://gcc.gnu.org/viewcvs?rev=266240=gcc=rev Log: 2018-11-17 Sandra Loosemore PR c++/4225 gcc/

[Bug fortran/87851] [8/9 Regression] Wrong return type for len_trim

2018-11-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87851 --- Comment #4 from Dominique d'Humieres --- > Yes, but the return type on the library side changed. When and how do you see that?

[Bug c++/4025] Document use/non-use of -fno-implicit-templates in bootflags

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4025 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/4025] Document use/non-use of -fno-implicit-templates in bootflags

2018-11-17 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4025 --- Comment #8 from sandra at gcc dot gnu.org --- Author: sandra Date: Sat Nov 17 16:05:45 2018 New Revision: 266239 URL: https://gcc.gnu.org/viewcvs?rev=266239=gcc=rev Log: 2018-11-17 Sandra Loosemore PR c++/4025 gcc/

[Bug tree-optimization/87546] [9 Regression] Gcc miscompiles at -O3 on valid code

2018-11-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87546 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/87727] [9 regression] gcc.target/sparc/overflow-2.c FAILs

2018-11-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87727 --- Comment #4 from Eric Botcazou --- > Most likely r265398, i.e. another far-reaching RTL change like r264897. The change seems to be a clear pessimization on SPARC, especially on small functions where there is often mov %o0, %g1 at the

[Bug tree-optimization/87546] [9 Regression] Gcc miscompiles at -O3 on valid code

2018-11-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87546 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Sat Nov 17 15:10:48 2018 New Revision: 266237 URL: https://gcc.gnu.org/viewcvs?rev=266237=gcc=rev Log: PR tree-optimization/87546 * tree-vect-patterns.c

[Bug rtl-optimization/88018] [8 Regression] ICE in insert_insn_on_edge at cfgrtl.c:1952 since r255066

2018-11-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88018 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Sat Nov 17 15:09:43 2018 New Revision: 266236 URL: https://gcc.gnu.org/viewcvs?rev=266236=gcc=rev Log: PR rtl-optimization/88018 * cfgrtl.c (fixup_abnormal_edges): Guard

[Bug fortran/87851] [8/9 Regression] Wrong return type for len_trim

2018-11-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87851 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW --- Comment #3 from Thomas Koenig

[Bug d/88039] gdc.test/compilable/ddoc12.d FAILs

2018-11-17 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88039 --- Comment #1 from Iain Buclaw --- (In reply to Rainer Orth from comment #0) > > The problem obviously is that the native assemblers don't support UTF-8 in > identifiers (and I bet there are other non-gas assemblers that don't either). > Do

[Bug fortran/87851] [8/9 Regression] Wrong return type for len_trim

2018-11-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87851 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/87923] ICE in gfc_widechar_to_char, at fortran/scanner.c:198

2018-11-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87923 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4

[Bug libstdc++/88066] Relative includes in bits/locale_conv.h should be prefixed

2018-11-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88066 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/85925] [7/8/9 regression] Mis-compilation at -02, masking with 257 goes wrong in combine

2018-11-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85925 Eric Botcazou changed: What|Removed |Added Attachment #44983|0 |1 is obsolete|

[Bug rtl-optimization/85925] [7/8/9 regression] Mis-compilation at -02, masking with 257 goes wrong in combine

2018-11-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85925 --- Comment #17 from Eric Botcazou --- On further thoughts, it might be possible to rescue the mechanism because the problem here is that a ZERO_EXTRACT is happily rewritten from SI to HImode, thus breaking the WORD_REGISTER_OPERATIONS

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-17 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #15 from Uroš Bizjak --- (In reply to Iain Sandoe from comment #14) > > I think that adding > > > > if (TARGET_MACHO && crtl->profile) > > { > > crtl->preferred_stack_boundary = 128; > > crtl->stack_alignment_needed = 128;

[Bug ipa/87957] [9 Regression] ICE tree check: expected tree that contains ‘decl minimal’ structure, have ‘identifier_node’ in warn_odr, at ipa-devirt.c:1051 since r265519

2018-11-17 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87957 --- Comment #4 from Jan Hubicka --- ICE fixed, but lets keep the PR open to track the fact that warning is quite confused.

[Bug ipa/87957] [9 Regression] ICE tree check: expected tree that contains ‘decl minimal’ structure, have ‘identifier_node’ in warn_odr, at ipa-devirt.c:1051 since r265519

2018-11-17 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87957 --- Comment #3 from Jan Hubicka --- Author: hubicka Date: Sat Nov 17 11:35:01 2018 New Revision: 266235 URL: https://gcc.gnu.org/viewcvs?rev=266235=gcc=rev Log: PR ipa/87957 * ipa-devirt.c (warn_odr): Look for main variant to

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-17 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #14 from Iain Sandoe --- (In reply to Uroš Bizjak from comment #13) > (In reply to Iain Sandoe from comment #12) > > + /* If we're profiling, we don't have a leaf. */ > > + gcc_assert (!crtl->is_leaf || !crtl->profile); > >

[Bug d/87824] x86_64-linux multilib issues

2018-11-17 Thread ibuclaw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87824 --- Comment #11 from ibuclaw at gcc dot gnu.org --- Author: ibuclaw Date: Sat Nov 17 11:01:00 2018 New Revision: 266234 URL: https://gcc.gnu.org/viewcvs?rev=266234=gcc=rev Log: Fix wrong alignment returned by .alignof property. The D language

[Bug ada/87715] problems with asan and -O3 build of Ada

2018-11-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87715 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Version|8.0

[Bug tree-optimization/88071] New: [9 Regression] ICE: verify_gimple failed (error: dead STMT in EH table)

2018-11-17 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88071 Bug ID: 88071 Summary: [9 Regression] ICE: verify_gimple failed (error: dead STMT in EH table) Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords:

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-17 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #13 from Uroš Bizjak --- (In reply to Iain Sandoe from comment #12) > + /* If we're profiling, we don't have a leaf. */ > + gcc_assert (!crtl->is_leaf || !crtl->profile); >stack_alignment_needed = crtl->stack_alignment_needed

[Bug inline-asm/87984] [7/8/9 Regression] wrong code for local reg var input to asm

2018-11-17 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87984 Alexander Monakov changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug inline-asm/87984] [7/8/9 Regression] wrong code for local reg var input to asm

2018-11-17 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87984 Segher Boessenkool changed: What|Removed |Added Status|REOPENED|RESOLVED CC|