[Bug c/48796] New: gcc: Internal error: Killed (program cc1) while compiling PHP

2011-04-27 Thread wgj at cast dot uark.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48796 Summary: gcc: Internal error: Killed (program cc1) while compiling PHP Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: minor Priority: P3 Compon

[Bug tree-optimization/48795] -Warray-bounds false positive

2011-04-27 Thread niko.lecam at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48795 --- Comment #1 from Nicolas Le Cam 2011-04-27 23:42:35 UTC --- Removing the call to p avoid the warning. Also tested by replacing p with a call to memcpy for example, which also triggers the warning.

[Bug target/44553] Cross compiling for ia64 fails as stdlib.h doesn't exist

2011-04-27 Thread tony at bakeyournoodle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44553 --- Comment #3 from Tony Breeds 2011-04-28 00:05:20 UTC --- This bug affects 4.4.x, 4.5.x and 4.6.x Any chance someone can look at it

[Bug libstdc++/48760] [4.6 / 4.7 Regression] std::complex constructor buggy in the face of NaN's

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #25 from Jason Merrill 2011-04-28 01:53:56 UTC --- Author: jason Date: Thu Apr 28 01:53:53 2011 New Revision: 173058 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173058 Log: PR libstdc++/48760 Implement list-initiali

[Bug c++/40975] [4.3/4.4/4.5/4.6/4.7 Regression] ICE in copy_tree_r on array new

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40975 --- Comment #6 from Jason Merrill 2011-04-28 01:53:38 UTC --- Author: jason Date: Thu Apr 28 01:53:34 2011 New Revision: 173056 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173056 Log: PR c++/40975 * cp-tree.def (VEC_INIT_EXPR):

[Bug c/48797] New: GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Summary: GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: major Priorit

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Josef Mutzenbacher changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #2 from Josef M

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Josef Mutzenbacher changed: What|Removed |Added Status|VERIFIED|UNCONFIRMED Resolution|INVAL

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 --- Comment #4 from Andrew Pinski 2011-04-28 03:01:09 UTC --- (In reply to comment #3) > damn trying to fix status of this. So who's stdarg.h are you using? If not GCC's then that is the bug, GCC's stdarg.h is the only valid and well defined

[Bug c++/48656] [4.6/4.7 regression] [C++0x] cannot call member function without object

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48656 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread froydnj at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Nathan Froyd changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Rich Felker changed: What|Removed |Added CC||bugdal at aerifal dot cx --- Comment #6 fro

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 --- Comment #7 from Andrew Pinski 2011-04-28 03:31:14 UTC --- (In reply to comment #6) > Can anyone provide me with information on the earliest GCC version to support > the builtins for i386? Earliest version is around 3.0.0 and most likely earl

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 --- Comment #8 from Rich Felker 2011-04-28 03:45:39 UTC --- Thank you for the quick response. It looks like pcc supports the gcc-style builtins (and defines __GNUC__ to be 4), whereas tinycc does not define __GNUC__ at all. I think __GNUC__>=3 is

[Bug libfortran/48787] Invalid UP rounding with F editing

2011-04-27 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787 Jerry DeLisle changed: What|Removed |Added AssignedTo|unassigned at gcc dot |jvdelisle at gcc dot |g

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 Jason Merrill changed: What|Removed |Added CC|jason at redhat dot com | --- Comment #7 from Jason Merrill 2011-

[Bug fortran/48112] [4.6/4.7 Regression] generic interface to external function in module

2011-04-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48112 --- Comment #6 from Tobias Burnus 2011-04-28 05:48:23 UTC --- Author: burnus Date: Thu Apr 28 05:48:18 2011 New Revision: 173059 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173059 Log: 2011-04-28 Tobias Burnus PR fortran/48

[Bug fortran/48279] [4.6/4.7 Regression] segfault in gfc_check_vardef_context

2011-04-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 --- Comment #13 from Tobias Burnus 2011-04-28 05:48:23 UTC --- Author: burnus Date: Thu Apr 28 05:48:18 2011 New Revision: 173059 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173059 Log: 2011-04-28 Tobias Burnus PR fortran/4

[Bug c++/48656] [4.6/4.7 regression] [C++0x] cannot call member function without object

2011-04-27 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48656 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED CC|dodji at gcc

[Bug libfortran/48787] Invalid UP rounding with F editing

2011-04-27 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787 --- Comment #2 from Thomas Henlich 2011-04-28 06:41:27 UTC --- Created attachment 24120 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24120 Testcase for F, E, G editing Bug also applies to E and G editing with non-zero scale factor.

<    1   2