[Bug fortran/65089] FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested with -fsanitize=address

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

[Bug middle-end/65665] [5.0 Regression]: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partition=none

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

[Bug middle-end/65665] [5.0 Regression]: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partition=none

2015-04-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65665 --- Comment #3 from Martin Liška --- Hello. I've just sent patch to mailing list: https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00108.html May I ask you for testing if it survives on your target? Thanks, Martin

[Bug testsuite/65205] Wrong dg-shouldfail usage in OpenACC libgomp tests

2015-04-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65205 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/65665] [5.0 Regression]: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partition=none

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65665 --- Comment #4 from Dominique d'Humieres --- > I've just sent patch to mailing list: > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00108.html > > May I ask you for testing if it survives on your target? After an incremental update with the pat

[Bug target/65581] [5 Regression] testsuite lto issue: multiple definition of `main', undefined reference to `WinMain'

2015-04-03 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65581 --- Comment #14 from Rainer Emrich --- -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 03.04.2015 01:31, schrieb hubicka at gcc dot gnu.org: > --- Comment #13 from Jan Hubicka --- the > compiled code (test.s) is identical to what LTO path prod

[Bug fortran/64986] class_to_type_4.f90: valgrind error: Invalid read/write of size 8

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64986 --- Comment #6 from Dominique d'Humieres --- > JFTR: starting with a revision in the range (221618:221635] this fails > somewhat similarly for cris-elf; the simulator reports an invalid memory > access (any optimization level, different addresses

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-04-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #3 from vries at gcc dot gnu.org --- Created attachment 35221 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35221&action=edit patch for autopar-1.exe For autopar-1.c, the original loop has a loop phi: # s.5_20 = PHI After

[Bug fortran/64986] class_to_type_4.f90: valgrind error: Invalid read/write of size 8

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64986 --- Comment #7 from Dominique d'Humieres --- Further reduced test: program test implicit none type t integer :: ii end type t type, extends(t) :: v real, allocatable :: rr(:) end type v type(v) :: b(3) b = func7() ! scala

[Bug fortran/63205] [OOP] Wrongly rejects type = class (for identical declared type)

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63205 --- Comment #14 from Dominique d'Humieres --- > Reopening, something is wrong with the testcase:(In reply to Paul Thomas > from comment #11) > > Fixed on trunk, aka 5.0.0 > > The added testcase fails with valgrind due to memory errors, please see

[Bug fortran/64944] Coarrays not registered for structure constructor with allocatable coarray components

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

[Bug tree-optimization/65443] Don't peel last iteration from loop in transform_to_exit_first_loop

2015-04-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65443 --- Comment #15 from vries at gcc dot gnu.org --- Submitted updated patch: https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00115.html

[Bug fortran/64066] [F2008] Wrongly accepts ; (semicolon) at ending a null token

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

[Bug middle-end/65665] [5.0 Regression]: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partition=none

2015-04-03 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65665 --- Comment #5 from Hans-Peter Nilsson --- (In reply to Martin Liška from comment #3) > Hello. > > I've just sent patch to mailing list: > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00108.html > > May I ask you for testing if it survives on

[Bug fortran/64763] [OpenACC] !$acc region not implemented

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

[Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp

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

[Bug c++/65634] [c++-concepts] ICE in check_noexcept_r() for a noexcept constraint on a static member function call requirement

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65634 --- Comment #1 from Andrew Sutton --- Created attachment 35222 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35222&action=edit Proposed solution

[Bug c++/65634] [c++-concepts] ICE in check_noexcept_r() for a noexcept constraint on a static member function call requirement

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65634 --- Comment #2 from Andrew Sutton --- Confirmed and fixed 221854, but I'd like a maintainer to look at the attached patch. The bug was caused by asking for TYPE_NOTHROW_P on the function return type instead of the function type. Strangely, this

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #9 from Dominique d'Humieres --- I have tested on trunk (5.0) the following variant --- ../_clean/gcc/fortran/interface.c2015-03-25 14:07:04.0 +0100 +++ gcc/fortran/interface.c2015-03-30 10:05:08.0 +0200 @@ -1

[Bug debug/57519] DW_TAG_imported_declaration put in wrong class (base class instead of derived class)

2015-04-03 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57519 --- Comment #8 from Iain Sandoe --- (In reply to Francois-Xavier Coudert from comment #7) > Created attachment 34064 [details] > Code generated for the testcase by "g++ -gdwarf-2 -dA -O0 > -fno-merge-debug-strings imported-decl-2.C -S -fverbose-a

[Bug ipa/65666] New: [5 Regression] FAIL: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partitio n=none (internal compiler error)

2015-04-03 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65666 Bug ID: 65666 Summary: [5 Regression] FAIL: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partitio n=none (internal compiler error) Product: gcc

[Bug ipa/65666] [5 Regression] FAIL: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partitio n=none (internal compiler error)

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65666 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/65665] [5.0 Regression]: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partition=none

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65665 Dominique d'Humieres changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Co

[Bug c++/65667] New: [5 Regression] FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++11 (test for excess errors)

2015-04-03 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65667 Bug ID: 65667 Summary: [5 Regression] FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++11 (test for excess errors) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity:

[Bug c++/65667] [5 Regression] FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++11 (test for excess errors)

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

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-04-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #4 from vries at gcc dot gnu.org --- Created attachment 35224 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35224&action=edit current state of patch series Current state of patch series. Passes libgomp graphite.exp, libgomp c.e

[Bug middle-end/65665] [5.0 Regression]: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partition=none

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65665 --- Comment #7 from Dominique d'Humieres --- (In reply to Martin Liška from comment #3) > Hello. > > I've just sent patch to mailing list: > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00108.html > > May I ask you for testing if it survives o

[Bug c++/65667] [5 Regression] FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++11 (test for excess errors)

2015-04-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65667 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/65667] [5 Regression] FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++11 (test for excess errors)

2015-04-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65667 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/65636] [c++-concepts] ICE (Segmentation fault) when a type requirement names a typedef or type alias

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65636 --- Comment #1 from Andrew Sutton --- Created attachment 35225 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35225&action=edit Proposed solution

[Bug c++/65636] [c++-concepts] ICE (Segmentation fault) when a type requirement names a typedef or type alias

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65636 --- Comment #2 from Andrew Sutton --- Confirmed and with a tentative fix in r221856. Certain type declarations occurring at namespace scope are not given C++ language extensions, so when we try to pass those through tsubst_decl, the specializati

[Bug target/65660] [5 Regression] 252.eon regression on bdver2 with -Ofast

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65660 --- Comment #6 from Jan Hubicka --- Performance seems to be back at Apr 2 Apr 2, 2015 16:20 UTC (Values: Base: 164.gzip: 1562, 175.vpr: 2384, 176.gcc: 2873, 181.mcf: 3743, 186.crafty: 2922, 197.parser: 2002, 252.eon: 4144, 255.vortex: 3345, 2

[Bug target/65660] [5 Regression] 252.eon regression on bdver2 with -Ofast

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65660 --- Comment #7 from Jan Hubicka --- 32bit runs still shows regression between Feb 10, 2015 17:03 UTC (Values: Base: 164.gzip: 1478, 176.gcc: 3065, 181.mcf: 5127, 186.crafty: 2013, 197.parser: 2057, 252.eon: 2604, 255.vortex: 3062, 256.bzip2:

[Bug c++/65635] [c++-concepts] ICE in cp_tree_equal() during class template partial specialization constraint matching

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65635 --- Comment #1 from Andrew Sutton --- Confirmed and fixed in r221857.

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-03 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #10 from drikosev at otenet dot gr --- Created attachment 35226 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35226&action=edit altered patch for the regressions reported in comment 9 Hi Dominiq, In a slightly altered patched,

[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2015-04-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2015-04-03 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Apr 3 17:23:27 2015 New Revision: 221858 URL: https://gcc.gnu.org/viewcvs?rev=221858&root=gcc&view=rev Log: /cp 2015-04-03 Paolo Carlini PR c++/64085 * lambda.

[Bug ipa/65076] [5 Regression] 16% tramp3d-v4.cpp compile time regression

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65076 --- Comment #55 from Jan Hubicka --- Author: hubicka Date: Fri Apr 3 18:09:13 2015 New Revision: 221859 URL: https://gcc.gnu.org/viewcvs?rev=221859&root=gcc&view=rev Log: PR ipa/65076 * ipa-inline.c (edge_badness): Add combined size to

[Bug ipa/65655] [5 Regression] ICE in speculative_call_info, at cgraph.c:1151

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65655 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/65655] [5 Regression] ICE in speculative_call_info, at cgraph.c:1151

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65655 --- Comment #6 from Jan Hubicka --- Author: hubicka Date: Fri Apr 3 18:19:53 2015 New Revision: 221860 URL: https://gcc.gnu.org/viewcvs?rev=221860&root=gcc&view=rev Log: PR ipa/65655 * ipa-inline-analysis.c (edge_set_predicate): Do not

[Bug target/65660] [5 Regression] 252.eon regression on bdver2 with -Ofast

2015-04-03 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65660 --- Comment #8 from rguenther at suse dot de --- On April 3, 2015 6:22:48 PM GMT+02:00, "hubicka at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65660 > >--- Comment #6 from Jan Hubicka --- >Performance seems to be back

[Bug c/65668] New: gcc does not know how to use __eabi_uldivmod properly

2015-04-03 Thread goswin-v-b at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65668 Bug ID: 65668 Summary: gcc does not know how to use __eabi_uldivmod properly Product: gcc Version: 4.9.2 URL: https://gist.github.com/mrvn/0c79b146f74c28da401f Status: UNCONFI

[Bug preprocessor/57580] Repeated _Pragma message directives in macro causes problems

2015-04-03 Thread ben at salilab dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57580 Ben Webb changed: What|Removed |Added CC||ben at salilab dot org --- Comment #5 from Be

[Bug target/65614] [5 Regression] PowerPC VSX systems should use XSCPSGNDP to copy scalar fp data to/from Altivec registers

2015-04-03 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65614 Michael Meissner changed: What|Removed |Added Attachment #35168|0 |1 is obsolete|

[Bug target/65614] [5 Regression] PowerPC VSX systems should use XSCPSGNDP to copy scalar fp data to/from Altivec registers

2015-04-03 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65614 --- Comment #4 from David Edelsohn --- Comment on attachment 35227 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35227 Proposed patch to fix the problem The FLOAT_EXTEND cost should be based on the processor tuning, not the ISA.

[Bug c++/65669] New: Don't emit debug info for fake_ostream version of cerr (and others)

2015-04-03 Thread dje at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65669 Bug ID: 65669 Summary: Don't emit debug info for fake_ostream version of cerr (and others) Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug c++/65669] Don't emit debug info for fake_ostream version of cerr (and others)

2015-04-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65669 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/65089] FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested with -fsanitize=address

2015-04-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65089 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug ipa/65654] [5 Regression] 447.dealII in SPEC CPU 2006 failed to build with LTO

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65654 --- Comment #2 from Jan Hubicka --- OK, it reproduces for me. The size difference is 2 Caller size is: Inline summary for set_laplace_on_hex_vector/158341 inlinable self time: 1602 global time: 1602 self size: 43 global

[Bug ipa/65654] [5 Regression] 447.dealII in SPEC CPU 2006 failed to build with LTO

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65654 --- Comment #3 from Jan Hubicka --- I am testing the following: Index: ipa-inline-transform.c === --- ipa-inline-transform.c (revision 221859) +++ ipa-inline-transform.c (

[Bug target/65648] [5 Regression] Bad code due to IRA fails to recognize the clobber in parallel

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65648 --- Comment #3 from Jan Hubicka --- Author: hubicka Date: Fri Apr 3 20:25:01 2015 New Revision: 221861 URL: https://gcc.gnu.org/viewcvs?rev=221861&root=gcc&view=rev Log: PR ipa/65648 * ipa-inline-transform.c (inline_call): Skip sanity

[Bug ipa/65654] [6 Regression] 447.dealII in SPEC CPU 2006 failed to build with LTO

2015-04-03 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65654 Jan Hubicka changed: What|Removed |Added Target Milestone|5.0 |6.0 Summary|[5 Regression] 447.

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-04-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #5 from vries at gcc dot gnu.org --- (In reply to vries from comment #4) > Created attachment 35224 [details] > current state of patch series > > Current state of patch series. Passes libgomp graphite.exp, libgomp c.exp > and gcc auto

[Bug c++/65669] Don't emit debug info for fake_ostream version of cerr (and others)

2015-04-03 Thread dje at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65669 --- Comment #2 from Doug Evans --- I was wondering if one could just do a strip --strip-debug of globals_io.o in the Makefile.

[Bug target/65670] New: [5 Regression] missing libstdc++ symbols on powerpc64le-linux-gnu

2015-04-03 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65670 Bug ID: 65670 Summary: [5 Regression] missing libstdc++ symbols on powerpc64le-linux-gnu Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/65089] FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested with -fsanitize=address

2015-04-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65089 --- Comment #4 from Jerry DeLisle --- The patch eliminates the issue for all three of the BOZ cases. What I do not understand is why passing the pointer p to strlen causes a problem.

[Bug fortran/65089] FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested with -fsanitize=address

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65089 --- Comment #5 from Dominique d'Humieres --- > Le 4 avr. 2015 à 00:25, jvdelisle at gcc dot gnu.org > a écrit : > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65089 > > --- Comment #4 from Jerry DeLisle --- > The patch eliminates the issue

[Bug target/65670] [5 Regression] missing libstdc++ symbols on powerpc64le-linux-gnu

2015-04-03 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65670 Matthias Klose changed: What|Removed |Added Target|powerpc64le-linux-gnu |powerpc64le-linux-gnu,

[Bug target/65240] [5 Regression] ICE (insn does not satisfy its constraints) on powerpc64le-linux-gnu

2015-04-03 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65240 --- Comment #17 from Alan Modra --- Author: amodra Date: Fri Apr 3 23:16:26 2015 New Revision: 221862 URL: https://gcc.gnu.org/viewcvs?rev=221862&root=gcc&view=rev Log: PR target/65576 PR target/65240 * config/rs6000/predicates.md (

[Bug target/65576] [5 Regression] ICE in gcc.c-torture/compile/pr33855.c

2015-04-03 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65576 --- Comment #8 from Alan Modra --- Author: amodra Date: Fri Apr 3 23:16:26 2015 New Revision: 221862 URL: https://gcc.gnu.org/viewcvs?rev=221862&root=gcc&view=rev Log: PR target/65576 PR target/65240 * config/rs6000/predicates.md (z

[Bug target/65576] [5 Regression] ICE in gcc.c-torture/compile/pr33855.c

2015-04-03 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65576 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2015-04-03 Thread cardoe at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 --- Comment #2 from Doug Goldstein --- I can confirm the same issue affects gcc 4.9.2

[Bug pch/65550] [5 Regression] ICE (segfault) with pch

2015-04-03 Thread maltsevm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65550 Mikhail Maltsev changed: What|Removed |Added CC||maltsevm at gmail dot com --- Comment

[Bug target/65671] New: Assembly failure (invalid register operand) with -O3 -mavx512vl

2015-04-03 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65671 Bug ID: 65671 Summary: Assembly failure (invalid register operand) with -O3 -mavx512vl Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal