[Bug c/71940] .rela.plt info is pointing to .got.plt while it should point .plt

2016-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71940 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/71937] out of memory on very large fuction

2016-07-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71937 --- Comment #6 from Markus Trippelsdorf --- All currently supported gcc versions are affected.

[Bug c++/71937] out of memory on very large fuction

2016-07-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71937 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/71940] New: .rela.plt info is pointing to .got.plt while it should point .plt

2016-07-19 Thread arunishad at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71940 Bug ID: 71940 Summary: .rela.plt info is pointing to .got.plt while it should point .plt Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity: major

[Bug c++/69560] x86_64: alignof(uint64_t) produces incorrect results with -m32

2016-07-19 Thread mh+gcc at glandium dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69560 Mike Hommey changed: What|Removed |Added CC||mh+gcc at glandium dot org --- Comment #12

[Bug c++/67164] ICE: tree check: expected class ‘expression’, have ‘exceptional’ (argument_pack_select) in tree_operand_check, at tree.h:3356

2016-07-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67164 --- Comment #11 from Jason Merrill --- Author: jason Date: Wed Jul 20 05:06:52 2016 New Revision: 238507 URL: https://gcc.gnu.org/viewcvs?rev=238507&root=gcc&view=rev Log: PR c++/67164 - clean up dead code * pt.c (iterative_hash

[Bug c/71939] New: sole flexible array member in an anonymous structure rejected

2016-07-19 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71939 Bug ID: 71939 Summary: sole flexible array member in an anonymous structure rejected Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Pr

[Bug bootstrap/66319] [6 Regression] gcov-tool.c:84:65: error: invalid conversion from 'int (*)(const c har*, const stat*, int, FTW*)' to 'int (*)(const char*, const stat*, int, FTW)'

2016-07-19 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66319 --- Comment #21 from dave.anglin at bell dot net --- On 2016-07-19, at 1:23 PM, bugzilla-gcc at thewrittenword dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66319 > > --- Comment #20 from The Written Word com> --- > (In reply to

[Bug libstdc++/71856] [6/7 Regression] _GLIBCXX_DEBUG-mode breaks GNU parallel extension

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71856 --- Comment #7 from Jonathan Wakely --- Author: redi Date: Tue Jul 19 22:16:23 2016 New Revision: 238498 URL: https://gcc.gnu.org/viewcvs?rev=238498&root=gcc&view=rev Log: Do not define _GLIBCXX_ASSERTIONS in Parallel Mode PR libstdc++/

[Bug target/70568] [4.9/5/6/7 regression] PowerPC64: union of floating and fixed doesn't use POWER8 GPR/VSR moves

2016-07-19 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70568 --- Comment #4 from Pat Haugen --- (In reply to acsawdey from comment #3) > Tracked this back to 210824, and in particular this change: > > @@ -860,10 +897,15 @@ > } > } > > - /* If th

[Bug fortran/71935] [4.9/5/6/7 Regression] ICE is_c_interoperable(): gfc_simplify_expr failed

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71935 --- Comment #3 from Dominique d'Humieres --- Likely r197053.

[Bug c++/71937] [4.9.3] failure in cc1plus on very large fuction

2016-07-19 Thread jmgjdubois at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71937 --- Comment #4 from Jean-Michel Dubois --- Created attachment 38937 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38937&action=edit preprocessed files Here are the processed files. I will try with gcc 5.4 to morrow morning.

[Bug fortran/71935] [4.9/5/6/7 Regression] ICE is_c_interoperable(): gfc_simplify_expr failed

2016-07-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71935 --- Comment #2 from kargl at gcc dot gnu.org --- Index: check.c === --- check.c (revision 238385) +++ check.c (working copy) @@ -4278,7 +4278,7 @@ is_c_interoperable (gfc_expr

[Bug c++/71937] [4.9.3] failure in cc1plus on very large fuction

2016-07-19 Thread jmgjdubois at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71937 --- Comment #3 from Jean-Michel Dubois --- The virtual machine has 4 Gb. [jmd@localhost src]$ free totalusedfree shared buff/cache available Mem:3866920 618400 28506083260 39791

[Bug c++/71937] [4.9.3] failure in cc1plus on very large fuction

2016-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71937 --- Comment #2 from Andrew Pinski --- *** Bug 71938 has been marked as a duplicate of this bug. ***

[Bug c++/71938] [4.9.3] failure in cc1plus on very large fuction

2016-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71938 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/71937] [4.9.3] failure in cc1plus on very large fuction

2016-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71937 Andrew Pinski changed: What|Removed |Added Keywords||memory-hog Severity|major

[Bug fortran/71902] [5/6 Regression] Unneeded temporary on reallocatable character assignment

2016-07-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71902 Thomas Koenig changed: What|Removed |Added Summary|[5/6/7 Regression] Unneeded |[5/6 Regression] Unneeded

[Bug c++/71938] New: [4.9.3] failure in cc1plus on very large fuction

2016-07-19 Thread jmgjdubois at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71938 Bug ID: 71938 Summary: [4.9.3] failure in cc1plus on very large fuction Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Component:

[Bug c++/71937] New: [4.9.3] failure in cc1plus on very large fuction

2016-07-19 Thread jmgjdubois at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71937 Bug ID: 71937 Summary: [4.9.3] failure in cc1plus on very large fuction Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Component:

[Bug fortran/71902] [5/6/7 Regression] Unneeded temporary on reallocatable character assignment

2016-07-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71902 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Tue Jul 19 21:25:33 2016 New Revision: 238497 URL: https://gcc.gnu.org/viewcvs?rev=238497&root=gcc&view=rev Log: 2016-07-19 Thomas Koenig PR fortran/71902 * dependen

[Bug fortran/71936] [6/7 Regression] ICE in wide_int_to_tree, at tree.c:1487

2016-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71936 Martin Liška changed: What|Removed |Added CC||vehre at gmx dot de --- Comment #4 from M

[Bug fortran/71936] [6/7 Regression] ICE in wide_int_to_tree, at tree.c:1487

2016-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71936 Martin Liška changed: What|Removed |Added Keywords||ice-on-invalid-code Status|UN

[Bug fortran/71935] [4.9/5/6/7 Regression] ICE is_c_interoperable(): gfc_simplify_expr failed

2016-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71935 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNCO

[Bug rtl-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug pch/71934] pch cannot be disabled so gcc cannot be position independent

2016-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71934 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #3

[Bug rtl-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #17 from Jakub Jelinek --- Author: jakub Date: Tue Jul 19 19:55:54 2016 New Revision: 238491 URL: https://gcc.gnu.org/viewcvs?rev=238491&root=gcc&view=rev Log: PR rtl-optimization/71916 * cfgrtl.c (contains_no_active_

[Bug rtl-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #16 from Jakub Jelinek --- Author: jakub Date: Tue Jul 19 19:54:49 2016 New Revision: 238490 URL: https://gcc.gnu.org/viewcvs?rev=238490&root=gcc&view=rev Log: PR rtl-optimization/71916 * cfgrtl.c (contains_no_active_

[Bug c++/71912] [6/7 regression] flexible array in struct in union rejected

2016-07-19 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71912 Martin Sebor changed: What|Removed |Added Blocks||69698 Severity|normal

[Bug debug/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 Aldy Hernandez changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 --- Comment #10 from Aldy Hernandez --- Author: aldyh Date: Tue Jul 19 19:31:24 2016 New Revision: 238489 URL: https://gcc.gnu.org/viewcvs?rev=238489&root=gcc&view=rev Log: PR debug/71855 * dwarf2out.c (gen_subprogram_die): Only

[Bug debug/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 --- Comment #9 from Aldy Hernandez --- Author: aldyh Date: Tue Jul 19 19:29:42 2016 New Revision: 238488 URL: https://gcc.gnu.org/viewcvs?rev=238488&root=gcc&view=rev Log: PR debug/71855 * dwarf2out.c (gen_subprogram_die): Only c

[Bug fortran/71936] ICE in wide_int_to_tree, at tree.c:1487

2016-07-19 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71936 --- Comment #2 from Gerhard Steinmetz --- To get the whole picture it's necessary to take a look at four analogous cases with "type" instead of "class". They compile without an error (v6/v7), but occationally run for a long time (y3/y4). $ ca

[Bug fortran/71936] ICE in wide_int_to_tree, at tree.c:1487

2016-07-19 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71936 --- Comment #1 from Gerhard Steinmetz --- These other two cases produce an related ICE : $ cat z3.f90 program p type t end type class(t), pointer :: x(:) allocate (x, mold=f()) deallocate (x) allocate (x, source=f()) contains

[Bug libstdc++/71899] An internal BooleanTestable trait should be provided

2016-07-19 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71899 --- Comment #4 from Daniel Krügler --- (In reply to Ville Voutilainen from comment #2) [..] > I'm also not a fan of the name boolean_testable Note that no-one yet has made an improved name suggestion for this thingee that is discussed in LWG 274

[Bug fortran/71936] New: ICE in wide_int_to_tree, at tree.c:1487

2016-07-19 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71936 Bug ID: 71936 Summary: ICE in wide_int_to_tree, at tree.c:1487 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug fortran/71935] New: ICE is_c_interoperable(): gfc_simplify_expr failed

2016-07-19 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71935 Bug ID: 71935 Summary: ICE is_c_interoperable(): gfc_simplify_expr failed Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug pch/71934] pch cannot be disabled so gcc cannot be position independent

2016-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71934 --- Comment #2 from Andrew Pinski --- Now having PCH around might not be useful anyways. Someone would have to check to see if anyone uses PCH still.

[Bug pch/71934] pch cannot be disabled so gcc cannot be position independent

2016-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71934 --- Comment #1 from Andrew Pinski --- Actually you could exactly what is done for darwin targets to get it working on PIE. Also what do you mean by disabled? Do you mean not doing a PCH for libstdc++ (there is already an option for that; can't

[Bug middle-end/71874] [4.9 Regression] memmove works wrong

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71874 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Tue Jul 19 17:42:26 2016 New Revision: 238487 URL: https://gcc.gnu.org/viewcvs?rev=238487&root=gcc&view=rev Log: PR middle-end/71874 * builtins.c (fold_builtin_memory_op)

[Bug middle-end/71874] [4.9 Regression] memmove works wrong

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71874 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Tue Jul 19 17:39:26 2016 New Revision: 238486 URL: https://gcc.gnu.org/viewcvs?rev=238486&root=gcc&view=rev Log: PR middle-end/71874 * gimple-fold.c (fold_builtin_memory_o

[Bug middle-end/71874] [4.9 Regression] memmove works wrong

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71874 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Tue Jul 19 17:33:58 2016 New Revision: 238485 URL: https://gcc.gnu.org/viewcvs?rev=238485&root=gcc&view=rev Log: PR middle-end/71874 * gimple-fold.c (fold_builtin_memory_o

[Bug libstdc++/71320] filesystem::permissions does not respect add_perms/remove_perms

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71320 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug pch/71934] New: pch cannot be disabled so gcc cannot be position independent

2016-07-19 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71934 Bug ID: 71934 Summary: pch cannot be disabled so gcc cannot be position independent Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Pri

[Bug middle-end/71874] [4.9 Regression] memmove works wrong

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71874 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Tue Jul 19 17:30:05 2016 New Revision: 238484 URL: https://gcc.gnu.org/viewcvs?rev=238484&root=gcc&view=rev Log: PR middle-end/71874 * gimple-fold.c (fold_builtin_memory_o

[Bug bootstrap/66319] [6 Regression] gcov-tool.c:84:65: error: invalid conversion from 'int (*)(const c har*, const stat*, int, FTW*)' to 'int (*)(const char*, const stat*, int, FTW)'

2016-07-19 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66319 --- Comment #20 from The Written Word --- (In reply to dave.anglin from comment #17) > On 2016-07-12, at 12:36 PM, bugzilla-gcc at thewrittenword dot com wrote: > > >> don't have any ia64 hardware and I also don't have an 11.31 box. So, > >>

[Bug libstdc++/71320] filesystem::permissions does not respect add_perms/remove_perms

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71320 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Tue Jul 19 17:17:05 2016 New Revision: 238483 URL: https://gcc.gnu.org/viewcvs?rev=238483&root=gcc&view=rev Log: libstdc++/71320 Add or remove file permissions correctly Backport from m

[Bug c/71932] internal compiler error: in push_reload, at reload.c:1360

2016-07-19 Thread RichardFalk at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71932 --- Comment #3 from Richard Falk --- Created attachment 38936 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38936&action=edit Slightly simpler pre-processed C file that demonstrates bug Slightly simpler in that only one parameter is neede

[Bug testsuite/71933] New: plugin tests fail when host!=target but tests are run locally

2016-07-19 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71933 Bug ID: 71933 Summary: plugin tests fail when host!=target but tests are run locally Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Pr

[Bug middle-end/71734] [7 Regression] FAIL: libgomp.fortran/simd4.f90 -O3 -g execution test

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71734 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Tue Jul 19 16:47:30 2016 New Revision: 238482 URL: https://gcc.gnu.org/viewcvs?rev=238482&root=gcc&view=rev Log: PR middle-end/71734 * g++.dg/vect/pr70729.cc: Don't includ

[Bug debug/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 Aldy Hernandez changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #8 from Aldy Herna

[Bug fortran/64945] Structure constructors and non-NULL-data-targets and polymorphic pointer components

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64945 Dominique d'Humieres changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #4 from Domin

[Bug fortran/64945] Structure constructors and non-NULL-data-targets and polymorphic pointer components

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

[Bug fortran/64945] Structure constructors and non-NULL-data-targets and polymorphic pointer components

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64945 --- Comment #2 from Dominique d'Humieres --- > A test showing the problem is missing. As such the PR is useless for anyone, > but the reporter. No feedback, closing as INVALID.

[Bug fortran/71027] -fsanitize=address catches out of bounds access on assumed size array only with -O0

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

[Bug libstdc++/71320] filesystem::permissions does not respect add_perms/remove_perms

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71320 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Tue Jul 19 16:34:23 2016 New Revision: 238480 URL: https://gcc.gnu.org/viewcvs?rev=238480&root=gcc&view=rev Log: libstdc++/71320 Add or remove file permissions correctly Backport from m

[Bug fortran/59438] DWARF: Fortran mishandles ALLOCATABLE/ASSOCIATED in debug output

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59438 --- Comment #5 from Dominique d'Humieres --- *** Bug 68889 has been marked as a duplicate of this bug. ***

[Bug fortran/24546] [meta-bug] gfortran debugging problems

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24546 Bug 24546 depends on bug 68889, which changed state. Bug 68889 Summary: Fortran/DWARF: Possible bug in the handling of DW_AT_associated https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68889 What|Removed |Added ---

[Bug fortran/68889] Fortran/DWARF: Possible bug in the handling of DW_AT_associated

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

[Bug debug/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 --- Comment #7 from Aldy Hernandez --- Created attachment 38935 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38935&action=edit patch being tested gen_unspecified_parameters_die() is being called in early dwarf and again for the same pare

[Bug fortran/58667] Add -Wfloat-conversion

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58667 --- Comment #3 from Dominique d'Humieres --- The gfortran documentation says -Wconversion Warn about implicit conversions that are likely to change the value of the expression after conversion. Implied by -Wall. -Wconversion-extra Warn about im

[Bug c/71932] internal compiler error: in push_reload, at reload.c:1360

2016-07-19 Thread RichardFalk at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71932 --- Comment #2 from Richard Falk --- Adding "-fno-move-loop-invariants" to the compilation request makes the problem go away, but I've seen some situations where even this is not sufficient. A discussion about this bug is in the following thread

[Bug c/71932] internal compiler error: in push_reload, at reload.c:1360

2016-07-19 Thread RichardFalk at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71932 --- Comment #1 from Richard Falk --- Note that there are minor variations of this code that do not generate a compiler error but generate bad compiler code, but I no longer have that case available. Hopefully the fix to this problem will also fi

[Bug fortran/71688] [4.9/5/6/7 Regression] ICE in analyze, at cgraphunit.c:632 with -fcoarray=lib

2016-07-19 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71688 --- Comment #8 from Martin Jambor --- Author: jamborm Date: Tue Jul 19 15:44:56 2016 New Revision: 238477 URL: https://gcc.gnu.org/viewcvs?rev=238477&root=gcc&view=rev Log: Fix PR fortran/71688 2016-07-19 Martin Jambor PR fortran/71

[Bug c/71932] New: internal compiler error: in push_reload, at reload.c:1360

2016-07-19 Thread RichardFalk at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71932 Bug ID: 71932 Summary: internal compiler error: in push_reload, at reload.c:1360 Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: normal Prio

[Bug fortran/71688] [4.9/5/6/7 Regression] ICE in analyze, at cgraphunit.c:632 with -fcoarray=lib

2016-07-19 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71688 --- Comment #7 from Martin Jambor --- Author: jamborm Date: Tue Jul 19 15:40:43 2016 New Revision: 238476 URL: https://gcc.gnu.org/viewcvs?rev=238476&root=gcc&view=rev Log: Fix PR fortran/71688 2016-07-19 Martin Jambor PR fortran/71

[Bug c++/54367] [meta-bug] lambda expressions

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 62052, which changed state. Bug 62052 Summary: function parameter has wrong address in lambda converted to pointer-to-function https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62052 What|Removed

[Bug c++/62052] function parameter has wrong address in lambda converted to pointer-to-function

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62052 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 --- Comment #6 from Aldy Hernandez --- Some idiot wrote this: commit 3a1c9df24981c5068334726a0d92fd80c455eb6e Author: aldyh Date: Fri Jun 5 18:44:53 2015 + Merge debug-early branch into mainline. ... And that's where it all started

[Bug tree-optimization/71769] Invalid warning from -Wunsafe-loop-optimizations for a finite loop

2016-07-19 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71769 --- Comment #6 from amker at gcc dot gnu.org --- (In reply to nightstrike from comment #5) > Could you backport to the branches? Well, that's release manager's call. Richard?

[Bug c/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 Aldy Hernandez changed: What|Removed |Added Version|6.1.0 |7.0 --- Comment #5 from Aldy Hernandez

[Bug tree-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #14

[Bug tree-optimization/71769] Invalid warning from -Wunsafe-loop-optimizations for a finite loop

2016-07-19 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71769 --- Comment #5 from nightstrike --- Could you backport to the branches?

[Bug rtl-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #15 from Jakub Jelinek --- Created attachment 38933 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38933&action=edit gcc7-pr71916.patch I'll test this.

[Bug tree-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #13 from Jakub Jelinek --- This looks like a bug in handling of __builtin_unreachable (in RTL basic blocks without successors) during cross-jumping in jump2 pass. In *.csa there are 2 such basic blocks in the IL, but in *.jump2 only o

[Bug c/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 Aldy Hernandez changed: What|Removed |Added Target||x86-64-Linux Status|UNCONFI

[Bug c/71855] duplicate unspecified_parameters DIE in DWARF for functions with variable arguments

2016-07-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71855 Aldy Hernandez changed: What|Removed |Added CC||aldyh at gcc dot gnu.org --- Comment #3

[Bug tree-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #12 from Martin Liška --- Created attachment 38932 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38932&action=edit --dbg-cnt="registered_jump_thread:4" dump

[Bug tree-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #11 from Martin Liška --- Created attachment 38931 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38931&action=edit --dbg-cnt="registered_jump_thread:3" dump

[Bug tree-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #10 from Martin Liška --- Couple of observations: 1) the second test-case triggers undefined behavior in: g[i] = 9; /home/marxin/Programming/testcases/pr71916-2-original.c:20:8: runtime error: index 4 out of bounds for type 'cha

[Bug preprocessor/68854] isystem and ansi cause assembly preprocessing problem

2016-07-19 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68854 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org

[Bug fortran/71703] [4.9/5/6/7 Regression] ICE in wide_int_to_tree, at tree.c:1488

2016-07-19 Thread tom.k.cook at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71703 --- Comment #6 from Tom --- I'll have a go. Not sure how much time I'll get to put into it. On Tue, 19 Jul 2016 at 13:55 dominiq at lps dot ens.fr < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71703 > > ---

[Bug lto/71920] request to backport commit trunk@234239 to gcc 4.9 and 5

2016-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71920 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread helloqirun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #9 from Qirun Zhang --- (In reply to Martin Liška from comment #7) > Hm, the second test-case works fine with r233209, but started to fail with > r236831: > > Author: law > Date: Fri May 27 16:32:38 2016 + > > * tree-

[Bug driver/71930] g++ invokes the wrong preprocessor

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71930 --- Comment #7 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #6) > (In reply to Jonathan Wakely from comment #5) > > But this is a dup of PR 67023 anyway. > > > > *** This bug has been marked as a duplicate of bug 67023 ***

[Bug target/71921] missed vectorization optimization

2016-07-19 Thread arjan at linux dot intel.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71921 --- Comment #5 from Arjan van de Ven --- I don't think that's completely true; it does use maxss (the non-vector one) for this code, so at least something thinks its safe to use max, just likely that something is after the vector phase?

[Bug tree-optimization/71916] [6/7 Regression] ICE at -O3 on valid code on x86_64-linux-gnu in "maybe_record_trace_start"

2016-07-19 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916 --- Comment #8 from Richard Henderson --- (gdb) call debug_cfi_row(cur_row) .cfi_def_cfa 7, 16 .cfi_offset 3, -16 .cfi_offset 16, -8 (gdb) call debug_cfi_row(ti->beg_row) .cfi_def_cfa 7, 8 .cfi_offset 16, -

[Bug fortran/59438] DWARF: Fortran mishandles ALLOCATABLE/ASSOCIATED in debug output

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59438 --- Comment #4 from Dominique d'Humieres --- Related to/ duplicate of pr71906?

[Bug debug/71906] [6/7 Regression] Fortran allocatable strings debug info type size regression

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71906 --- Comment #5 from Dominique d'Humieres --- Related to/ duplicate of pr59438?

[Bug driver/71930] g++ invokes the wrong preprocessor

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71930 --- Comment #6 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #5) > But this is a dup of PR 67023 anyway. > > *** This bug has been marked as a duplicate of bug 67023 *** Which I've pointed you to before: https://gcc.gnu.org

[Bug driver/71930] g++ invokes the wrong preprocessor

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71930 Jonathan Wakely changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #5 from Jonathan

[Bug driver/67023] "g++" does not set preprocessor language to C++ when reading from standard input

2016-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67023 Jonathan Wakely changed: What|Removed |Added CC||noloader at gmail dot com --- Comment

[Bug fortran/71703] [4.9/5/6/7 Regression] ICE in wide_int_to_tree, at tree.c:1488

2016-07-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71703 --- Comment #5 from Dominique d'Humieres --- > ICE started with GCC 4.8.0, former releases report: > > /home/marxin/Programming/testcases/pr71073.f90:6.14: > > class(*), allocatable :: a > 1 > Fatal Error: Unlimited polymorphism

[Bug driver/71930] g++ invokes the wrong preprocessor

2016-07-19 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71930 --- Comment #4 from Jeffrey Walton --- (In reply to Jakub Jelinek from comment #3) > (1) so what? I suppose I should thank my lucky stars g++ did not invoke the preprocessor for Fortran or Java then. Maybe GCC could make it round robin so defin

[Bug driver/71930] g++ invokes the wrong preprocessor

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71930 --- Comment #3 from Jakub Jelinek --- (1) so what? The behavior for - input without -x is the same for all drivers. gfortran -E - will not preprocess as if it is Fortran source, gcj -E - will not preprocess as if it is a Java source (after all,

[Bug middle-end/71734] [7 Regression] FAIL: libgomp.fortran/simd4.f90 -O3 -g execution test

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71734 --- Comment #8 from Jakub Jelinek --- Created attachment 38930 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38930&action=edit gcc7-pr71734.patch The bug is of course in using (uselessly) an x86_64/i?86 specific intrinsic headers in a gen

[Bug driver/71930] g++ invokes the wrong preprocessor

2016-07-19 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71930 --- Comment #2 from Jeffrey Walton --- (In reply to Jakub Jelinek from comment #1) > What makes you think that this is a bug? I think its a bug (1) g++ is being used, and (2) -std=c++17 is being used. What does a file extension have to do with a

[Bug driver/71930] g++ invokes the wrong preprocessor

2016-07-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71930 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug testsuite/71931] New: build sysroot flags are not passed to target lib tests

2016-07-19 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71931 Bug ID: 71931 Summary: build sysroot flags are not passed to target lib tests Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug driver/71930] New: g++ invokes the wrong preprocessor

2016-07-19 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71930 Bug ID: 71930 Summary: g++ invokes the wrong preprocessor Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver

  1   2   >