[Bug fortran/87838] Segmentation fault with function pointer to contained function

2018-11-03 Thread menospaamthereaper at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87838 --- Comment #2 from menospaamthereaper at hotmail dot com --- Thank you Dominique for testing this on a Mac. So perhaps the problem is specific to Linux. Additional information that might help with debugging the segmentation fault: 1) Compiling

[Bug middle-end/78837] missing -Walloca-larger-than on a call in a ternary expression

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

[Bug tree-optimization/80537] missing -Wformat-overflow on POSIX %C conversion specification

2018-11-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80537 Eric Gallager changed: What|Removed |Added Keywords||patch URL|

[Bug target/78357] nios2 uses non-standard atomic functions

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

[Bug target/85669] fail on s-case-cfn-macros: build/gencfn-macros: DEF_INTERNAL_FLT/INT_FN (%smth%) has no associated built-in functions

2018-11-03 Thread dougmencken at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85669 Douglas Mencken changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/78351] comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419?

2018-11-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78351 --- Comment #23 from Jerry DeLisle --- Final patch submitted for review. https://gcc.gnu.org/ml/fortran/2018-11/msg00017.html

[Bug libstdc++/87872] debug list::splice should not call _M_transfer_from_if on self-splices

2018-11-03 Thread fdumont at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87872 François Dumont changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/87814] [9 Regression] ICE in in tsubst_copy, at cp/pt.c:15962 with range-v3

2018-11-03 Thread ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87814 ensadc at mailnesia dot com changed: What|Removed |Added CC||ensadc at mailnesia dot com

[Bug ada/87777] Let gnat tools call each other with an explicit target and version

2018-11-03 Thread nicolas.boulenguez at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 --- Comment #2 from Nicolas Boulenguez --- Created attachment 44952 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44952=edit consensual gnatchop part of the previous patch The gnatchop bits are now separated, and have nothing specific to

[Bug ada/87778] Remove -q quiet option from some GNAT bootstrap command lines

2018-11-03 Thread nicolas.boulenguez at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87778 Nicolas Boulenguez changed: What|Removed |Added Attachment #44914|0 |1 is obsolete|

[Bug target/87079] nios2 optimization for size - case of regression relatively to 5.3.0

2018-11-03 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87079 sandra at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/87079] nios2 optimization for size - case of regression relatively to 5.3.0

2018-11-03 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87079 --- Comment #2 from sandra at gcc dot gnu.org --- Author: sandra Date: Sat Nov 3 18:12:44 2018 New Revision: 265770 URL: https://gcc.gnu.org/viewcvs?rev=265770=gcc=rev Log: 2018-11-03 Sandra Loosemore PR target/87079 gcc/

[Bug fortran/86626] ICE in get_array_charlen at gcc/fortran/trans-array.c:6870

2018-11-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86626 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug middle-end/87836] ICE in cc1 for gcc-6.5.0 with SPARC hardware

2018-11-03 Thread gary_mills at fastmail dot fm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87836 --- Comment #2 from Gary Mills --- I just built and installed gdb. I've never used it, though. I'll need complete instructions on how to determine if it's an alignment error. That is a very good suggestion, something I never even considered.

[Bug fortran/87597] [7/8/9 Regression] wrong result with matmul inlining

2018-11-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87597 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/87597] [7/8/9 Regression] wrong result with matmul inlining

2018-11-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87597 --- Comment #11 from Thomas Koenig --- Author: tkoenig Date: Sat Nov 3 14:49:33 2018 New Revision: 265769 URL: https://gcc.gnu.org/viewcvs?rev=265769=gcc=rev Log: 2019-11-03 Tobias Burnus Thomas Koenig Backport from trunk

[Bug rtl-optimization/87678] Redundant vmovss with -fPIC

2018-11-03 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87678 --- Comment #12 from Uroš Bizjak --- (In reply to Segher Boessenkool from comment #11) > Should LRA do this? Shouldn't it be done earlier? Or later, in a peephole > for example? I think that combine should do this propagation, if the

[Bug rtl-optimization/87678] Redundant vmovss with -fPIC

2018-11-03 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87678 --- Comment #11 from Segher Boessenkool --- Should LRA do this? Shouldn't it be done earlier? Or later, in a peephole for example?

[Bug d/87827] libgphobos.spec in the wrong place with --enable-version-specific-runtime-libs

2018-11-03 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87827 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/87597] [7/8/9 Regression] wrong result with matmul inlining

2018-11-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87597 --- Comment #10 from Thomas Koenig --- Author: tkoenig Date: Sat Nov 3 12:16:34 2018 New Revision: 265768 URL: https://gcc.gnu.org/viewcvs?rev=265768=gcc=rev Log: 2019-11-03 Tobias Burnus Thomas Koenig Backport from trunk

[Bug fortran/87796] ICE in gfc_conv_string_parameter, at fortran/trans-expr.c:8926

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

[Bug ada/87777] Let gnat tools call each other with an explicit target and version

2018-11-03 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/87678] Redundant vmovss with -fPIC

2018-11-03 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87678 --- Comment #10 from Uroš Bizjak --- (In reply to Segher Boessenkool from comment #9) > Ah. So you want this optimisation (which is currently done by LRA) to be > done > by combine as well; it's not that the resulting assembler code for this >

[Bug ada/87778] Remove -q quiet option from some GNAT bootstrap command lines

2018-11-03 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87778 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/87764] gfortran crashes with illegal code

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

[Bug fortran/87838] Segmentation fault with function pointer to contained function

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

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

2018-11-03 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87715 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/47030] !GCC$ Attributes do not work for COMMON variables in procedures and BLOCK DATA

2018-11-03 Thread marco_atzeri at yahoo dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 --- Comment #9 from marco atzeri --- It seems the patch works, just not as I was expecting. The code allows to export the variables in the common block -- $ cat mydll-3.f90 ! mydll.f90 -- ! Simple library (to be

[Bug libstdc++/87872] debug list::splice should not call _M_transfer_from_if on self-splices

2018-11-03 Thread jbytheway at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87872 --- Comment #1 from John Bytheway --- On further reflection, it would make more sense to put this check inside _M_transfer_from_if, rather than in every splice function.

[Bug fortran/47030] !GCC$ Attributes do not work for COMMON variables in procedures and BLOCK DATA

2018-11-03 Thread marco_atzeri at yahoo dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 --- Comment #8 from marco atzeri --- Created attachment 44950 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44950=edit test case for patch