[Bug sanitizer/77966] Corrupt function with -fsanitize-coverage=trace-pc

2016-10-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77966 --- Comment #10 from Martin Liška --- Ok, with the patch applied (r241463), you should be given expected output. Please combine that with -fsanitize-undefined-trap-on-error and the binary will be instrumented as desired in #c4.

[Bug tree-optimization/78088] [7 Regression] error: non-trivial conversion in unary operation

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

[Bug tree-optimization/65752] Too strong optimizations int -> pointer casts

2016-10-24 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65752 --- Comment #54 from rguenther at suse dot de --- On Fri, 21 Oct 2016, law at redhat dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65752 > > --- Comment #53 from Jeffrey A. Law --- > And presumably walking forward/backward

[Bug other/71627] AVR error: unable to find a register to spill in class 'POINTER_X_REGS'

2016-10-24 Thread saaadhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71627 Senthil Kumar Selvaraj changed: What|Removed |Added Status|NEW |RESOLVED

[Bug other/56183] [meta-bug][avr] Problems with register allocation

2016-10-24 Thread saaadhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56183 Bug 56183 depends on bug 71627, which changed state. Bug 71627 Summary: AVR error: unable to find a register to spill in class 'POINTER_X_REGS' https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71627 What|Removed

[Bug sanitizer/77966] Corrupt function with -fsanitize-coverage=trace-pc

2016-10-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77966 --- Comment #9 from Martin Liška --- Author: marxin Date: Mon Oct 24 07:00:53 2016 New Revision: 241463 URL: https://gcc.gnu.org/viewcvs?rev=241463=gcc=rev Log: Do not disable aggressive loop opts for PR sanitizer/77966 *

[Bug c++/78089] New: __builtin_shuffle parsing bug

2016-10-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78089 Bug ID: 78089 Summary: __builtin_shuffle parsing bug Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/78089] __builtin_shuffle parsing bug

2016-10-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78089 Jakub Jelinek changed: What|Removed |Added Keywords||rejects-valid

[Bug rtl-optimization/78090] New: [x86_64]: GCC allows integer register for inter unit conversion under -mtune-ctrl=^inter_unit_conversions .

2016-10-24 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78090 Bug ID: 78090 Summary: [x86_64]: GCC allows integer register for inter unit conversion under -mtune-ctrl=^inter_unit_conversions . Product: gcc Version: unknown Status:

[Bug target/77483] [6/7 regression] gcc.target/i386/mask-unpack.c etc. FAIL

2016-10-24 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77483 --- Comment #6 from Rainer Orth --- Author: ro Date: Mon Oct 24 08:07:27 2016 New Revision: 241464 URL: https://gcc.gnu.org/viewcvs?rev=241464=gcc=rev Log: Work around 32-bit i386 STV testcases failing with -mstackrealign (PR target/77483)

[Bug tree-optimization/72785] [7 Regression] kernel build error since r236831

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72785 --- Comment #12 from Richard Biener --- I believe the testcase is simply abusing b_c_p. Can you elaborate on the "as-if" rule here? Note we drop all b_c_p to true/false in the first VRP pass (after inlining), so a less agressive fix would be

[Bug target/78084] gcc miscompiles vec_vsx_ld on -O3

2016-10-24 Thread lu_zero at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78084 --- Comment #3 from lu_zero at gentoo dot org --- gcc-6.2 is fine as well.

[Bug target/78091] New: i386: Register allocation failure with -Os

2016-10-24 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78091 Bug ID: 78091 Summary: i386: Register allocation failure with -Os Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug regression/78069] [7 Regression] -fprofile-update=atomic warning

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78069 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug c++/78032] [5/6/7 Regression] Incorrect code generated

2016-10-24 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78032 --- Comment #4 from Paolo Carlini --- I will have a closer look but I think this is an almost exact dup of c++/77563

[Bug target/78091] i386: Register allocation failure with -Os

2016-10-24 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78091 --- Comment #1 from Uroš Bizjak --- -fomit-frame-pointer

[Bug lto/78087] gcc 6.2.0 fails to link temacs from emacs-25.1 with -O0 -flto

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78087 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/78091] i386: Register allocation failure with -Os

2016-10-24 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78091 Florian Weimer changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/78091] i386: Register allocation failure with -Os

2016-10-24 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78091 --- Comment #3 from Florian Weimer --- Although I have to admit, the error variable could be a bit nicer, rejecting the register variable definition.

[Bug rtl-optimization/78090] [x86_64]: GCC allows integer register for inter unit conversion under -mtune-ctrl=^inter_unit_conversions .

2016-10-24 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78090 Uroš Bizjak changed: What|Removed |Added Keywords||ra Status|UNCONFIRMED

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

2016-10-24 Thread bugzilla at pdebuyl dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71703 Pierre de Buyl changed: What|Removed |Added CC||bugzilla at pdebuyl dot be --- Comment

[Bug gcov-profile/78086] FAIL: gcc.misc-tests/gcov-1.c, etc

2016-10-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78086 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug web/78070] Suggestion for improvement for patch submission criteria

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78070 --- Comment #1 from Richard Biener --- There are many possibilities to enhance testing - for example including non-default langauges or running the testsuite for available multilibs.

[Bug tree-optimization/78076] [7 Regression] Conditional jump or move depends on uninitialised value @ tree-vect-loop.c:2307

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78076 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug target/78084] [7 Regression] gcc miscompiles vec_vsx_ld on -O3

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78084 Richard Biener changed: What|Removed |Added Version|unknown |7.0 Target Milestone|---

[Bug target/78084] gcc miscompiles vec_vsx_ld on -O3

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78084 Richard Biener changed: What|Removed |Added Version|7.0 |5.4.0 Target Milestone|7.0

[Bug c++/64431] "-Wignored-qualifiers" warning gives misleading position in code

2016-10-24 Thread psmith at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64431 Paul Smith changed: What|Removed |Added CC||psmith at gnu dot org --- Comment #6 from

[Bug target/78101] New: PowerPC 64-bit little endian does not build spec-2017 kit102 527.cam4_r or 627.cam4_s with -O3 -mcpu=power9

2016-10-24 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78101 Bug ID: 78101 Summary: PowerPC 64-bit little endian does not build spec-2017 kit102 527.cam4_r or 627.cam4_s with -O3 -mcpu=power9 Product: gcc Version: 7.0 Status:

[Bug fortran/78092] [5/6/7 Regression] ICE when calling SIZEOF on CLASS(*) entry

2016-10-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78092 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/78021] [5/6/7 Regression] Wrong result with optimization on character constant

2016-10-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78021 --- Comment #6 from Thomas Koenig --- Author: tkoenig Date: Mon Oct 24 22:12:06 2016 New Revision: 241498 URL: https://gcc.gnu.org/viewcvs?rev=241498=gcc=rev Log: 2016-10-24 Thomas Koenig Backport from trunk

[Bug fortran/71895] ICE in gfc_compare_derived_types, at fortran/interface.c:520

2016-10-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71895 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/78102] New: [5/6/7 regression] GCC refuses to generate PCMPEQQ instruction for SSE4.1

2016-10-24 Thread vegorov13 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78102 Bug ID: 78102 Summary: [5/6/7 regression] GCC refuses to generate PCMPEQQ instruction for SSE4.1 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/71895] ICE in gfc_compare_derived_types, at fortran/interface.c:520

2016-10-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71895 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 24 21:36:49 2016 New Revision: 241496 URL: https://gcc.gnu.org/viewcvs?rev=241496=gcc=rev Log: 2016-10-24 Steven G. Kargl PR

[Bug debug/78100] DWARF symbols for an array sometimes missing the array length

2016-10-24 Thread gccbugs at dima dot secretsauce.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78100 --- Comment #2 from Dima Kogan --- For easier reading, the test program looks like this: #include extern int s[]; int s[] = { 1,2,3 }; int main(void) { printf("%zd\n", sizeof(s)); return 0; }

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-24 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Mon Oct 24 21:42:29 2016 New Revision: 241497 URL: https://gcc.gnu.org/viewcvs?rev=241497=gcc=rev Log: 2016-10-24 Jerry DeLisle PR fortran/77828

[Bug fortran/78021] [5/6/7 Regression] Wrong result with optimization on character constant

2016-10-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78021 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/78104] New: optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 Bug ID: 78104 Summary: optimizer doesn't grok C++ new/delete yet Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #1 from Andrew Pinski --- There might be a few duplicates of this bug already.

[Bug tree-optimization/78103] Failure to optimize with __builtin_clzl

2016-10-24 Thread ben.maurer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78103 --- Comment #1 from Ben Maurer --- Also along the same lines: https://godbolt.org/g/Nzed5m GCC figures out BSRNew, but there's a cdqe instruction that's unnecessary

[Bug tree-optimization/77550] [6/7 Regression] std::deque with -O3 has infinite std::distance

2016-10-24 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #3 from Andrew Pinski --- (In reply to Markus Trippelsdorf from comment #0) > A simple example: > > int main() { > int *ob = new int(); > delete ob; > } > > clang optimizes it away: Which is funny considering what Chris

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 --- Comment #9 from Bill Schmidt --- Done. https://gcc.gnu.org/ml/gcc-patches/2016-10/msg01983.html

[Bug target/78094] limit in mask targets

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78094 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|bootstrap

[Bug tree-optimization/78103] New: Failure to optimize with __builtin_clzl

2016-10-24 Thread ben.maurer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78103 Bug ID: 78103 Summary: Failure to optimize with __builtin_clzl Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/78102] [5/6/7 regression] GCC refuses to generate PCMPEQQ instruction for SSE4.1

2016-10-24 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78102 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #2 from Andrew Pinski --- PR 23383 for one.

[Bug tree-optimization/78076] [7 Regression] Conditional jump or move depends on uninitialised value @ tree-vect-loop.c:2307

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78076 --- Comment #4 from Richard Biener --- Index: gcc/tree-ssa-loop-split.c === --- gcc/tree-ssa-loop-split.c (revision 241466) +++ gcc/tree-ssa-loop-split.c (working copy) @@

[Bug target/78093] [avr] Introduce new variable attribute "absdata" to enable LDS / STS on Reduced Tiny

2016-10-24 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093 --- Comment #1 from Georg-Johann Lay --- Author: gjl Date: Mon Oct 24 11:02:51 2016 New Revision: 241468 URL: https://gcc.gnu.org/viewcvs?rev=241468=gcc=rev Log: gcc/ PR target/78093 * doc/extend.texi (AVR Variable Attributes)

[Bug testsuite/71491] [7 Regression] gcc.dg/vect/slp-43.c FAILs

2016-10-24 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71491 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #4 from Richard Biener --- [...] > I suppose XFAILing / providing alternat scan-dump for [!] vect_hw_misalign > will fix this. > > Can you test the attached? Both tests

[Bug target/78077] gcc 6.2.0 fails to link temacs from emacs-25.1 using the Xcode 8 linker

2016-10-24 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78077 --- Comment #2 from Jack Howarth --- This issue is also observed on x86_64-apple-darwin14 using gcc 6.2.0 and the linker from Xcode 7.2.1.

[Bug tree-optimization/78061] [7 Regression] -O3 causes "Error: definition in block 117 does not dominate use in block 164"

2016-10-24 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78061 Michael Matz changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |matz at gcc dot gnu.org ---

[Bug testsuite/71491] [7 Regression] gcc.dg/vect/slp-43.c FAILs

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71491 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/71491] [7 Regression] gcc.dg/vect/slp-43.c FAILs

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71491 --- Comment #7 from Richard Biener --- Author: rguenth Date: Mon Oct 24 12:58:20 2016 New Revision: 241478 URL: https://gcc.gnu.org/viewcvs?rev=241478=gcc=rev Log: 2016-10-24 Richard Biener PR testsuite/71491

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-24 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #15 from David Edelsohn --- The AIX failures are fixed.

[Bug other/56183] [meta-bug][avr] Problems with register allocation

2016-10-24 Thread saaadhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56183 Bug 56183 depends on bug 60040, which changed state. Bug 60040 Summary: AVR: error: unable to find a register to spill in class 'POINTER_REGS' https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 What|Removed

[Bug other/60040] AVR: error: unable to find a register to spill in class 'POINTER_REGS'

2016-10-24 Thread saaadhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 Senthil Kumar Selvaraj changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/78076] [7 Regression] Conditional jump or move depends on uninitialised value @ tree-vect-loop.c:2307

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78076 --- Comment #6 from Richard Biener --- Author: rguenth Date: Mon Oct 24 10:31:03 2016 New Revision: 241467 URL: https://gcc.gnu.org/viewcvs?rev=241467=gcc=rev Log: 2016-10-24 Richard Biener PR

[Bug debug/77985] DW_AT_comp_dir is omitted when filename is absolute and the file does not contain a specific typedef

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77985 --- Comment #11 from Richard Biener --- Author: rguenth Date: Mon Oct 24 11:57:27 2016 New Revision: 241473 URL: https://gcc.gnu.org/viewcvs?rev=241473=gcc=rev Log: 2016-10-24 Ximin Luo PR debug/77985 *

[Bug debug/77985] DW_AT_comp_dir is omitted when filename is absolute and the file does not contain a specific typedef

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77985 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/78077] gcc 6.2.0 fails to link temacs from emacs-25.1 using the Xcode 8 linker

2016-10-24 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78077 --- Comment #3 from Jack Howarth --- Opened radar://28914335 'linker crash when linking temacs from emacs 25.1 when built with FSF gcc 6.2.0 or gcc trunk' with standalone test case attached as reproducer.

[Bug libstdc++/77495] optional assignment from {} acts weirdly

2016-10-24 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77495 Bug 77495 depends on bug 77288, which changed state. Bug 77288 Summary: Std::experimental::optional::operator= implementation is broken in gcc 6.1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77288 What|Removed

[Bug tree-optimization/78076] [7 Regression] Conditional jump or move depends on uninitialised value @ tree-vect-loop.c:2307

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78076 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/78094] New: limit in mask targets

2016-10-24 Thread ikozhukhov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78094 Bug ID: 78094 Summary: limit in mask targets Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug target/68945] enable libcilkrts on SPARC

2016-10-24 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68945 --- Comment #13 from Rainer Orth --- I see my patch has been applied upstream. Thanks for that. It would be really great if it could be imported into the gcc tree for the GCC 7 release, either before stage 1 closes or, release managers

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

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68241 Bug 68241 depends on bug 70673, which changed state. Bug 70673 Summary: [5/6/7 Regression] ICE with module containing functions with allocatable character scalars https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70673 What|Removed

[Bug fortran/70673] [5/6/7 Regression] ICE with module containing functions with allocatable character scalars

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70673 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libstdc++/77288] Std::experimental::optional::operator= implementation is broken in gcc 6.1

2016-10-24 Thread ville at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77288 --- Comment #12 from ville at gcc dot gnu.org --- Author: ville Date: Mon Oct 24 12:52:31 2016 New Revision: 241477 URL: https://gcc.gnu.org/viewcvs?rev=241477=gcc=rev Log: Backport from mainline: 2016-10-24 Ville Voutilainen

[Bug libstdc++/77288] Std::experimental::optional::operator= implementation is broken in gcc 6.1

2016-10-24 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77288 Ville Voutilainen changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/77727] Unwrapping std::optional constructor is not working for non-transferable object

2016-10-24 Thread ville at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77727 --- Comment #6 from ville at gcc dot gnu.org --- Author: ville Date: Mon Oct 24 12:52:31 2016 New Revision: 241477 URL: https://gcc.gnu.org/viewcvs?rev=241477=gcc=rev Log: Backport from mainline: 2016-10-24 Ville Voutilainen

[Bug tree-optimization/78076] [7 Regression] Conditional jump or move depends on uninitialised value @ tree-vect-loop.c:2307

2016-10-24 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78076 amker at gcc dot gnu.org changed: What|Removed |Added CC||amker at gcc dot gnu.org ---

[Bug target/78093] New: [avr] Introduce new variable attribute "absdata" to enable LDS / STS on Reduced Tiny

2016-10-24 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093 Bug ID: 78093 Summary: [avr] Introduce new variable attribute "absdata" to enable LDS / STS on Reduced Tiny Product: gcc Version: 7.0 Status: UNCONFIRMED

[Bug target/78093] [avr] Introduce new variable attribute "absdata" to enable LDS / STS on Reduced Tiny

2016-10-24 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093 Georg-Johann Lay changed: What|Removed |Added Target||avr Priority|P3

[Bug fortran/61420] [5/6/7 Regression] [OOP] type-bound procedure returning a procedure pointer fails to compile

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61420 --- Comment #13 from Paul Thomas --- Author: pault Date: Mon Oct 24 12:14:52 2016 New Revision: 241474 URL: https://gcc.gnu.org/viewcvs?rev=241474=gcc=rev Log: 2016-10-24 Paul Thomas PR fortran/61420 PR

[Bug fortran/78013] unexpected 'has no IMPLICIT type' error for a type-bound function returning a procedure pointer

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78013 --- Comment #4 from Paul Thomas --- Author: pault Date: Mon Oct 24 12:14:52 2016 New Revision: 241474 URL: https://gcc.gnu.org/viewcvs?rev=241474=gcc=rev Log: 2016-10-24 Paul Thomas PR fortran/61420 PR

[Bug fortran/78092] [5/6/7 Regression] ICE when calling SIZEOF on CLASS(*) entry

2016-10-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78092 --- Comment #2 from Dominique d'Humieres --- The change occurred between revisions r213007 (2014-07-24, compiles) and r213805 (2014-08-11, ICE), likely r213079 (PRs 57305, 61881, and 61888). Backtrace with r241433 is * thread #1: tid =

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug libstdc++/77495] optional assignment from {} acts weirdly

2016-10-24 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77495 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/78096] New: gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 Bug ID: 78096 Summary: gcc-4.9.4 make bootstrap libgcc_s.so link problem Product: gcc Version: 4.9.4 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/78088] [7 Regression] error: non-trivial conversion in unary operation

2016-10-24 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78088 Michael Matz changed: What|Removed |Added CC||matz at gcc dot gnu.org

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #3 from Markus Trippelsdorf --- (In reply to Eric from comment #2) > so I have to switch on gcc version 5 or 6 > with incompatible ABI change in the C++ library ? > > nice ;-) No need to switch the ABI, you can use the old one

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #4 from Eric --- anyway the link is not consistent what can I do in order to remove any system gcc + libs to provide ONLY the gcc we compiled to our cluster users ?

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #2 from Eric --- so I have to switch on gcc version 5 or 6 with incompatible ABI change in the C++ library ? nice ;-)

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/78060] [7 Regression] -O3 causes "error: type mismatch in binary expression"

2016-10-24 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78060 Michael Matz changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |matz at gcc dot gnu.org ---

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #5 from Markus Trippelsdorf --- This question should be asked on the gcc-h...@gcc.gnu.org list. Bugzilla is the wrong place for it.

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #6 from Eric --- same problem with gcc/6.2.0 /exe/gcc/6.2.0/lib64/libstdc++.so /exe/gcc/6.2.0/lib64/libitm.so links to /lib64/libgcc_s.so.1 /exe/gcc/6.2.0/lib64/libasan.so /exe/gcc/6.2.0/lib64/liblsan.so

[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 --- Comment #1 from Eric --- oops of course find /exe/gcc/4.9.4 -type l -name \*.so | xargs ldd | grep libgcc_s.so should be read find /exe/gcc/6.0.2 -type l -name \*.so | xargs ldd | grep libgcc_s.so

[Bug other/78097] New: gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 Bug ID: 78097 Summary: gcc-6.2.0 inconsistent libgcc_s.so link Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 Markus Trippelsdorf changed: What|Removed |Added Keywords||rejects-valid

[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 --- Comment #2 from Andrew Pinski --- Those libraries should not be using -R. But I doubt they are. I suspect something else is funny here.

[Bug target/78098] New: error: interrupt service routine can't be called directly

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 Bug ID: 78098 Summary: error: interrupt service routine can't be called directly Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/57117] [OOP] ICE for sourced allocation of a polymorphic entity using TRANSPOSE

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57117 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #16 from

[Bug middle-end/77735] FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.c (test for warnings, line 358)

2016-10-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77735 --- Comment #8 from Martin Sebor --- Author: msebor Date: Mon Oct 24 16:53:20 2016 New Revision: 241489 URL: https://gcc.gnu.org/viewcvs?rev=241489=gcc=rev Log: PR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.c

[Bug middle-end/78098] error: interrupt service routine can't be called directly

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 H.J. Lu changed: What|Removed |Added CC||marxin at gcc dot gnu.org

[Bug middle-end/77735] FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.c (test for warnings, line 358)

2016-10-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77735 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/43366] [OOP][F08] Intrinsic assign to polymorphic variable

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43366 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING CC|

[Bug fortran/51864] [OOP] ALLOCATE with polymorphic array constructor as SOURCE=

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51864 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING

[Bug middle-end/78098] error: interrupt service routine can't be called directly

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 --- Comment #2 from H.J. Lu --- GCC correctly identified that foo1 == foo2 and generate a tail call. But we don't want tail call in interrupt handler. On the other hand, there is no need to have 2 identical copies of an interrupt handler. There

[Bug target/78077] gcc 6.2.0 fails to link temacs from emacs-25.1 using the Xcode 8 linker

2016-10-24 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78077 --- Comment #4 from Jack Howarth --- The Apple developers think this is gcc bug producing malformatted input to the linker. From macho_relocatable_file.cpp, we are triggering the linker check... #ifndef NDEBUG // scan

[Bug fortran/78053] [OOP] SELECT TYPE on CLASS(*) component for deferred length char arrays ICEs for -O > 0

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78053 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #4 from

  1   2   >