[Bug fortran/85703] [openacc] ICE in resolve_fntype, at fortran/resolve.c:16313

2018-06-13 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85703 --- Comment #4 from cesar at gcc dot gnu.org --- Author: cesar Date: Wed Jun 13 14:31:17 2018 New Revision: 261551 URL: https://gcc.gnu.org/viewcvs?rev=261551&root=gcc&view=rev Log: PR fortran/85703 gcc/fortran/ * parse.c (decode

[Bug fortran/85702] [openacc] ICE in gfc_format_decoder, at fortran/error.c:943

2018-06-13 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85702 --- Comment #2 from cesar at gcc dot gnu.org --- Author: cesar Date: Wed Jun 13 14:29:04 2018 New Revision: 261550 URL: https://gcc.gnu.org/viewcvs?rev=261550&root=gcc&view=rev Log: PR fortran/85702 gcc/fortran/ * openmp.c (gfc_m

[Bug c++/86135] At run time, when the constructor tries to construct an objects element with a initializer-list (using c++11 style) is giving segmentation fault. The old style of initialize with pa

2018-06-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86135 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/86135] New: At run time, when the constructor tries to construct an objects element with a initializer-list (using c++11 style) is giving segmentation fault. The old style of initialize wi

2018-06-13 Thread sabetaytoros at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86135 Bug ID: 86135 Summary: At run time, when the constructor tries to construct an objects element with a initializer-list (using c++11 style) is giving segmentation fault. The old

[Bug fortran/86119] [8/9 Regression] Intrinsic len has wrong type if used within select type for a class(*) string

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

[Bug libstdc++/86127] STL containers do not satisfy container.requirements.general clause 8

2018-06-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86127 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/86099] [9 Regression] internal compiler error: in cx_check_missing_mem_inits, at cp/constexpr.c:815

2018-06-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86099 Marek Polacek changed: What|Removed |Added Keywords||ice-on-valid-code CC|

[Bug fortran/86116] [6/7/8/9 Regression] Ambiguous generic interface not recognised

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

[Bug libstdc++/86127] STL containers do not satisfy container.requirements.general clause 8

2018-06-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86127 --- Comment #3 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #2) > Also your test is flawed. > > (In reply to Scott Constable from comment #0) > > forward_list test > > == > > These all come from the default

[Bug fortran/86115] move_alloc for class(*) containing value of type character(len=*) looses data

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

[Bug fortran/86117] bogus warning maybe-uninitialized with class(*) and source argument in allocate

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

[Bug libstdc++/86127] STL containers do not satisfy container.requirements.general clause 8

2018-06-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86127 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/86120] SIGSEGV without backtrace when using submodules

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

[Bug libstdc++/86127] STL containers do not satisfy container.requirements.general clause 8

2018-06-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86127 --- Comment #1 from Jonathan Wakely --- The allocator requirements say that move construction must be equivalent to copy construction, and allocators should be cheap to copy anyway. I don't consider this a bug.

[Bug target/86133] powerpc (-mcpu=8548) internal compiler error for double variables

2018-06-13 Thread kiran0802 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86133 --- Comment #1 from Kiran Alladi --- I am trying to compile the code with -mno-spe but still it seems that compiler is generating spe instructions. ~/kiran$ cat test.c double var_double = 0; long var_long = 0; void my_func( double var_val ) {

[Bug c/86134] earlier diagnostic causes followup diagnostic about unknown -Wno-* options

2018-06-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86134 Richard Biener changed: What|Removed |Added Summary|earlier error causes|earlier diagnostic causes

[Bug target/86133] New: powerpc (-mcpu=8548) internal compiler error for double variables

2018-06-13 Thread kiran0802 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86133 Bug ID: 86133 Summary: powerpc (-mcpu=8548) internal compiler error for double variables Product: gcc Version: 6.4.0 Status: UNCONFIRMED Severity: normal

[Bug c/86134] New: earlier error causes followup diagnostic about unknown -Wno-* options

2018-06-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86134 Bug ID: 86134 Summary: earlier error causes followup diagnostic about unknown -Wno-* options Product: gcc Version: 8.1.0 Status: UNCONFIRMED Keywords: diagnosti

[Bug target/86048] [8/9 Regression] .seh_savexmm offset is negative error when compiling libpng

2018-06-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86048 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/86048] [8/9 Regression] .seh_savexmm offset is negative error when compiling libpng

2018-06-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86048 --- Comment #5 from Eric Botcazou --- Author: ebotcazou Date: Wed Jun 13 11:22:17 2018 New Revision: 261545 URL: https://gcc.gnu.org/viewcvs?rev=261545&root=gcc&view=rev Log: PR target/86048 * config/i386/winnt.c (i386_pe_seh_col

[Bug target/86048] [8/9 Regression] .seh_savexmm offset is negative error when compiling libpng

2018-06-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86048 --- Comment #4 from Eric Botcazou --- Author: ebotcazou Date: Wed Jun 13 11:20:23 2018 New Revision: 261544 URL: https://gcc.gnu.org/viewcvs?rev=261544&root=gcc&view=rev Log: PR target/86048 * config/i386/winnt.c (i386_pe_seh_col

[Bug middle-end/86132] New: Failure to elide condition known to be non-null

2018-06-13 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86132 Bug ID: 86132 Summary: Failure to elide condition known to be non-null Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: mid

[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-06-13 Thread dougmencken at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85669 --- Comment #5 from Douglas Mencken --- Bisecting is hard, because commits before 15adae8bbeb4579910eadf636e3b06f3dae4a342 “ PR bootstrap/82939 * line-map.c (linemap_init): Avoid broken value-init when compiling with GCC 4.2 ” segfault on genmatc

[Bug c/86131] New: powerpc: gcc uses costly multiply instead of shift left

2018-06-13 Thread christophe.le...@c-s.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86131 Bug ID: 86131 Summary: powerpc: gcc uses costly multiply instead of shift left Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal Priori

[Bug c++/86118] Gcc segfault for big c++ data compilation

2018-06-13 Thread oleksandr.krol at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86118 --- Comment #4 from Александр Кроль --- 1. tar -x -M --file=idfs1.tar.gz ./idfs.ii.bz2 Prepare volume #2 for ‘idfs1.tar.gz’ and hit return: n idfs2.tar.gz 2. bunzip2 ./idfs.ii.bz2

[Bug c++/86130] New: Expect SIGBUS but program just silently exits

2018-06-13 Thread p.sanders at alpinesoft dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86130 Bug ID: 86130 Summary: Expect SIGBUS but program just silently exits Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c/86128] New: ice in get_string_length, at tree-ssa-strlen.c:653

2018-06-13 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86128 Bug ID: 86128 Summary: ice in get_string_length, at tree-ssa-strlen.c:653 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/86067] [MIPS] ICE: scal-to-vec1.c:86:1: error: unrecognizable insn with -march=loongson3a

2018-06-13 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86067 Paul Hua changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

<    1   2