[Bug go/64683] FAIL: runtime/pprof -- testing.go:278: The entry did not match

2015-04-17 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64683 --- Comment #14 from ian at gcc dot gnu.org --- Author: ian Date: Fri Apr 17 21:29:20 2015 New Revision: 00 URL: https://gcc.gnu.org/viewcvs?rev=00&root=gcc&view=rev Log: PR go/64683 runtime/pprof: Assume function with no name is in

[Bug go/64683] FAIL: runtime/pprof -- testing.go:278: The entry did not match

2015-04-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64683 Ian Lance Taylor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug go/64999] s390x libgo test failure in TestMemoryProfiler

2015-04-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64999 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/65798] runtime.Caller returns ok=true when return data is invalid

2015-04-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65798 --- Comment #1 from Ian Lance Taylor --- The libgo code actually follows the lead of the gc code here. The 1.3 code, in C, said this: } else if((f = runtime·findfunc(rpc[1])) == nil) { retfile = runtime·emptystring; retline

[Bug go/65798] runtime.Caller returns ok=true when return data is invalid

2015-04-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65798 --- Comment #2 from Ian Lance Taylor --- I don't see it as a good idea to ignore an empty file name, but I'm fine with ignoring a 0 PC, so that is what I will implement. Though I am definitely curious how they got a 0 PC from runtime.Caller.

[Bug target/65780] [5 Regression] Uninitialized common handling in executables

2015-04-17 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65780 --- Comment #43 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Apr 17 21:54:22 2015 New Revision: 01 URL: https://gcc.gnu.org/viewcvs?rev=01&root=gcc&view=rev Log: Don't define ix86_binds_local_p for MacOS nor Windows PR targ

[Bug target/65780] [5 Regression] Uninitialized common handling in executables

2015-04-17 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65780 --- Comment #44 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Apr 17 21:55:05 2015 New Revision: 02 URL: https://gcc.gnu.org/viewcvs?rev=02&root=gcc&view=rev Log: Don't define ix86_binds_local_p for MacOS nor Windows PR targ

[Bug go/65798] runtime.Caller returns ok=true when return data is invalid

2015-04-17 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65798 --- Comment #3 from ian at gcc dot gnu.org --- Author: ian Date: Fri Apr 17 21:58:58 2015 New Revision: 03 URL: https://gcc.gnu.org/viewcvs?rev=03&root=gcc&view=rev Log: PR go/65798 runtime: In Caller don't return ok == true if PC ==

[Bug go/65798] runtime.Caller returns ok=true when return data is invalid

2015-04-17 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65798 --- Comment #4 from ian at gcc dot gnu.org --- Author: ian Date: Fri Apr 17 21:59:10 2015 New Revision: 04 URL: https://gcc.gnu.org/viewcvs?rev=04&root=gcc&view=rev Log: PR go/65798 runtime: In Caller don't return ok == true if PC ==

[Bug go/65798] runtime.Caller returns ok=true when return data is invalid

2015-04-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65798 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/65787] [5 Regression] Miscompile due to bad vector swap optimization for little endian

2015-04-17 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65787 --- Comment #9 from Bill Schmidt --- Author: wschmidt Date: Fri Apr 17 22:05:12 2015 New Revision: 05 URL: https://gcc.gnu.org/viewcvs?rev=05&root=gcc&view=rev Log: [gcc] 2015-04-17 Bill Schmidt PR target/65787 * config/rs60

[Bug tree-optimization/65797] [5.0 regression] IPA ICF causes function to be emitted with no debug line info

2015-04-17 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65797 --- Comment #3 from Jan Hubicka --- Hi, the ICF wrapper are created same way as thunks (by expand_thunk) which probably suppress debug info because we do not want to see it for thunks. I suppose it is: DECL_IGNORED_P (thunk_fndecl) = 1 I suppose

[Bug fortran/65792] allocation of scalar elemental function with structure constructor fails

2015-04-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65792 --- Comment #3 from Dominique d'Humieres --- > Created attachment 35346 [details] > draft patch, untested The patch fixes the PR, but causes FAIL: gfortran.dg/class_19.f03 -O0 execution test FAIL: gfortran.dg/class_19.f03 -O1 execution te

[Bug fortran/65792] allocation of scalar elemental function with structure constructor fails

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

[Bug tree-optimization/65797] [5 regression] IPA ICF causes function to be emitted with no debug line info

2015-04-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65797 --- Comment #4 from Ian Lance Taylor --- I think we should have a goal of making backtraces always work. I don't know why we would ever want backtraces to fail. Every function should have a name and a file name. I can accept that in some cases

[Bug tree-optimization/65797] [5 regression] IPA ICF causes function to be emitted with no debug line info

2015-04-17 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65797 --- Comment #5 from Jan Hubicka --- Well, if you turn one function to alias of another, there is no way to preserve it (like Gold's ICF doesn't). With dwarf extensions we can restore some of the info based on context where the function is called,

[Bug tree-optimization/65797] [5 regression] IPA ICF causes function to be emitted with no debug line info

2015-04-17 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65797 --- Comment #6 from Jan Hubicka --- The following untested patch could help. We may need to set location of the debug statement etc. I probably won't be able to do much more on this till Monday evening Honza

[Bug tree-optimization/65797] [5 regression] IPA ICF causes function to be emitted with no debug line info

2015-04-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65797 --- Comment #7 from Ian Lance Taylor --- With gold's ICF, as I understand it, there is a function name and file/line information for every function in the backtrace. It may not be the name or the file/line info you expect, but it's there. What

[Bug target/65780] [5 Regression] Uninitialized common handling in executables

2015-04-17 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65780 Jack Howarth changed: What|Removed |Added CC||howarth.at.gcc at gmail dot com --- Comme

[Bug c++/65799] New: Allows constexpr coversion from cv void * to other type

2015-04-17 Thread rhainin1 at binghamton dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65799 Bug ID: 65799 Summary: Allows constexpr coversion from cv void * to other type Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priori

[Bug tree-optimization/65797] [5 regression] IPA ICF causes function to be emitted with no debug line info

2015-04-17 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65797 --- Comment #8 from Jan Hubicka --- > With gold's ICF, as I understand it, there is a function name and file/line > information for every function in the backtrace. It may not be the name or > the ICF does not do the wrappers as far as I know.

[Bug target/65780] [5 Regression] Uninitialized common handling in executables

2015-04-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65780 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

<    1   2