[Bug middle-end/50640] [4.7 Regression] FAIL: gfortran.dg/select_type_12.f03 -O (internal compiler error)

2011-10-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50640 --- Comment #6 from Richard Guenther 2011-10-07 18:53:44 UTC --- (In reply to comment #3) > Hmm, this is not as trivial as PR50638. fortran frontend generates this > static variable local to MAIN: > > static struct __vtype_MAIN___T1 __vtab_MAIN

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice for template function call

2011-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 --- Comment #3 from Paolo Carlini 2011-10-07 18:57:12 UTC --- I guess we can avoid the , just use __null.

[Bug middle-end/50640] [4.7 Regression] FAIL: gfortran.dg/select_type_12.f03 -O (internal compiler error)

2011-10-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50640 --- Comment #7 from Richard Guenther 2011-10-07 18:59:26 UTC --- (In reply to comment #6) > (In reply to comment #3) > > Hmm, this is not as trivial as PR50638. fortran frontend generates this > > static variable local to MAIN: > > > > static s

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice for template function call

2011-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #4 f

[Bug fortran/50659] [F03] ICE on invalid with procedure interface

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50659 --- Comment #3 from janus at gcc dot gnu.org 2011-10-07 19:32:25 UTC --- Here is a variant which gives the same ICE, but after a regular error message: program p implicit none procedure(Proc) :: Proc_Get contains function Proc (arg)

[Bug fortran/50659] [F03] ICE on invalid with procedure interface

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50659 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/50659] [4.5/4.6/4.7 Regression] [F03] ICE on invalid with procedure interface

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50659 janus at gcc dot gnu.org changed: What|Removed |Added Summary|[F03] ICE on invalid with |[4.5/4.6/4.7 Regression]

[Bug bootstrap/50646] configure detects big endian on little endian system.

2011-10-07 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646 --- Comment #2 from Roger Meyer 2011-10-07 20:50:23 UTC --- indeed, it would cause problems. i.e. compile some stuff with wrong endianness and later silently crash. in this specific case here the build stops later on on another error, caused by

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-07 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647 --- Comment #2 from Roger Meyer 2011-10-07 20:57:27 UTC --- indeed, this should not happen. but configure fails to figure that sbrk _is_ provided by the libc. probably it doesn't use the proper feature test macros. or it just err'd on compilatio

[Bug fortran/50585] [4.6/4.7 Regression] ICE with assumed length character array argument

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50585 --- Comment #9 from janus at gcc dot gnu.org 2011-10-07 21:01:06 UTC --- Author: janus Date: Fri Oct 7 21:01:02 2011 New Revision: 179696 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179696 Log: 2011-10-07 Janus Weil PR fortran/5

[Bug fortran/50625] [4.6/4.7 Regression][OOP] ALLOCATABLE attribute lost for module CLASS variables

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50625 --- Comment #7 from janus at gcc dot gnu.org 2011-10-07 21:01:06 UTC --- Author: janus Date: Fri Oct 7 21:01:02 2011 New Revision: 179696 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179696 Log: 2011-10-07 Janus Weil PR fortran/5

[Bug fortran/50625] [4.6/4.7 Regression][OOP] ALLOCATABLE attribute lost for module CLASS variables

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50625 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/50585] [4.6/4.7 Regression] ICE with assumed length character array argument

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50585 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/50646] configure detects big endian on little endian system.

2011-10-07 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646 --- Comment #3 from joseph at codesourcery dot com 2011-10-07 21:46:20 UTC --- Until comparatively recently, the only thing that cared about host endianness was decimal floating-point support. However, now the lexer cares as well. What is the

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-07 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647 --- Comment #3 from joseph at codesourcery dot com 2011-10-07 21:49:58 UTC --- In general the declarations in system.h are expected to be used only for very archaic hosts that do not have prototypes in their system headers. For such hosts, int

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-07 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647 --- Comment #4 from joseph at codesourcery dot com 2011-10-07 21:54:27 UTC --- In general, please see our bug reporting instructions. Reports of problems building GCC are not useful without details of the build, host and target systems and the

[Bug bootstrap/50646] configure detects big endian on little endian system.

2011-10-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646 --- Comment #4 from Andreas Schwab 2011-10-07 22:27:41 UTC --- Your bootstrap compiler must be broken, because the test is correctly implemented: a successful run of the test program means little endian. Since the test exited with non-zero exit

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/50646] configure detects big endian on little endian system.

2011-10-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646 --- Comment #5 from Andreas Schwab 2011-10-07 22:30:14 UTC --- *** Bug 50647 has been marked as a duplicate of this bug. ***

[Bug target/46093] code compiled with -fsplit-stack crashes when passing large struct

2011-10-07 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46093 --- Comment #1 from ian at gcc dot gnu.org 2011-10-07 22:51:16 UTC --- Author: ian Date: Fri Oct 7 22:51:11 2011 New Revision: 179702 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179702 Log: PR target/46093 * generic-morestack.

[Bug target/46093] code compiled with -fsplit-stack crashes when passing large struct

2011-10-07 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46093 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/50659] [4.5/4.6/4.7 Regression] [F03] ICE on invalid with procedure interface

2011-10-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50659 --- Comment #6 from janus at gcc dot gnu.org 2011-10-07 23:05:59 UTC --- (In reply to comment #4) > In any case, here is a draft patch which fixes the ICE: The patch in comment #4 regtests cleanly. Of course it simply avoids the ICE by removing t

[Bug libstdc++/50661] New: std::equal should use more efficient version for arrays of pointers

2011-10-07 Thread emil at wojak dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50661 Bug #: 50661 Summary: std::equal should use more efficient version for arrays of pointers Classification: Unclassified Product: gcc Version: 4.4.5 Status: UNCONFIRMED

[Bug c++/34927] Duplicate error message about abstract class

2011-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34927 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/50662] New: Incorrect diagnostic returning non-const array pointer

2011-10-07 Thread Keith.S.Thompson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50662 Bug #: 50662 Summary: Incorrect diagnostic returning non-const array pointer Classification: Unclassified Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/50661] std::equal should use more efficient version for arrays of pointers

2011-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50661 Paolo Carlini changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-07 Thread watsonsong at foxmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #5 from watsonsong 2011-10-08 06:30:52 UTC --- (In reply to comment #4) > I'll look into doing this for 4.7 Thank you.

<    1   2