[Bug fortran/45827] [4.6 Regression] [OOP] mio_component_ref(): Component not found

2010-12-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45827 --- Comment #37 from janus at gcc dot gnu.org 2010-12-28 08:14:46 UTC --- (In reply to comment #36) > (In reply to comment #35) > > Yes, I think I know what's going on. One way to fix it is the following: > > I managed to get an ICE with your vers

[Bug ada/47056] [4.6 Regression] 10 Ada ACATS tests fail to link with undefined reference on ia64-linux

2010-12-28 Thread laurent at guerby dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47056 --- Comment #2 from Laurent GUERBY 2010-12-28 08:48:11 UTC --- Reduced test case: procedure C390002 is type Object is tagged null record; begin null; end C390002; gue...@babe:~/tmp$ gnatmake -f -O1 c390002.adb gcc -c -O1 c390002.adb gnat

[Bug c++/47074] New: tree check fail in create_access_replacement

2010-12-28 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47074 Summary: tree check fail in create_access_replacement Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig

[Bug fortran/46838] [OOP] Initialization of polymorphic allocatable components

2010-12-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46838 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/45827] [4.6 Regression] [OOP] mio_component_ref(): Component not found

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45827 --- Comment #38 from Daniel Franke 2010-12-28 12:22:48 UTC --- Created attachment 22856 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22856 testcase, ICE with patch in comment #35 (In reply to comment #37) > > I managed to get an ICE with

[Bug fortran/46838] [OOP] Initialization of polymorphic allocatable components

2010-12-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46838 --- Comment #5 from janus at gcc dot gnu.org 2010-12-28 12:51:22 UTC --- (In reply to comment #4) > Here's a patch: The patch in comment #4 had a few regressions (e.g. on alloc_comp_basics_1.f90 etc), but the following version regtests cleanly:

[Bug fortran/45827] [4.6 Regression] [OOP] mio_component_ref(): Component not found

2010-12-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45827 --- Comment #39 from janus at gcc dot gnu.org 2010-12-28 13:18:41 UTC --- (In reply to comment #38) > > > I managed to get an ICE with your version (sym == NULL) > > > > No, that's not possible. My version (i.e. comment #35) is inserted at a > > s

[Bug fortran/46838] [OOP] Initialization of polymorphic allocatable components

2010-12-28 Thread sfilippone at uniroma2 dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46838 --- Comment #6 from Salvatore Filippone 2010-12-28 13:40:52 UTC --- (In reply to comment #5) > (In reply to comment #4) > > Here's a patch: > > The patch in comment #4 had a few regressions (e.g. on alloc_comp_basics_1.f90 > etc), but the follow

[Bug middle-end/46597] configure -enable-checking=... -enable-build-with-cxx and bootstrap is g++ 3.3 hit minor problem

2010-12-28 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46597 --- Comment #1 from Jay 2010-12-28 13:50:06 UTC --- I put #define ENABLE_CHECKING_GCC_VERSION ((GCC_VERSION > 3003) || (!defined(__cplusplus) && (GCC_VERSION > 2007))) in include/ansidecl.h after #define GCC_VERSION and I && this with the #if FO

[Bug tree-optimization/46801] [4.6 Regression] FAIL: gnat.dg/pack9.adb scan-tree-dump-not optimized "gnat_rcheck"

2010-12-28 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46801 --- Comment #6 from Martin Jambor 2010-12-28 14:36:58 UTC --- This seems to be a fallout from the fix to PR 46351 and PR 46377 (revision 166535, patch at http://gcc.gnu.org/ml/gcc-patches/2010-11/msg00933.html). The problem is that struct pack9_

[Bug ada/47017] [4.6 Regression] gnatlib ICE on sparc64-linux

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47017 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug rtl-optimization/47010] Missed optimization: x86-64 prologue not deleted

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47010 --- Comment #1 from Richard Guenther 2010-12-28 14:50:51 UTC --- I think it sets up a frame to have possible spills of xmm registers land in aligned stack slots.

[Bug ada/47005] [4.6 Regression] ACATS c62002a wrong code on arm-linux

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47005 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug target/47000] [4.5 Regression] Failure to inline SSE intrinsics

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47000 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.5.3 --- Comment #27 from Richard Gue

[Bug tree-optimization/47061] VRP doesn't propagate through x<<=1, but it does for x*=2

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47061 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/47056] [4.6 Regression] 10 Ada ACATS tests fail to link with undefined reference on ia64-linux

2010-12-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47056 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/47056] [4.6 Regression] 10 Ada ACATS tests fail to link with undefined reference on ia64-linux

2010-12-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47056 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED CC|ebotcazou at

[Bug target/47038] [4.6 Regression] failure of gcc.dg/pr46685.c

2010-12-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47038 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |4.6.0 Summary|gcc.dg/pr46685.c

[Bug c++/47068] [C++0x] internal compiler error on decltype(~ expression)

2010-12-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47068 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Jason Merril

[Bug objc/47075] New: Missed deprecation warnings for @property when using getter/setter directly

2010-12-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47075 Summary: Missed deprecation warnings for @property when using getter/setter directly Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug objc/47075] Missed deprecation warnings for @property when using getter/setter directly

2010-12-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47075 Nicola Pero changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/47051] [4.6 Regression] wrong reallocate

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47051 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug rtl-optimization/47036] [4.6 Regression] ICE: in move_cond_jump, at sel-sched.c:4901 with -fschedule-insns -fselective-scheduling -fno-dce

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47036 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug regression/47037] 465.tonto Segmentation Fault in memset with -fcaller-saves (default at -O2 or higher)

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 Richard Guenther changed: What|Removed |Added Keywords||build Target|

[Bug other/47029] fixincludes: the fix for c99 inlines in the glibc header files fixes function declarations as well as function definitions

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47029 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/47033] loop distribution has problems on sane testcases

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033 Richard Guenther changed: What|Removed |Added CC||spop at gcc dot gnu.org --- Comment #1

[Bug target/47025] Dead stores in varadic functions not eliminated

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47025 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug objc/47076] New: Protocol referenced in @interface declarations should be defined

2010-12-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47076 Summary: Protocol referenced in @interface declarations should be defined Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug objc/47076] Protocol referenced in @interface declarations should be defined

2010-12-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47076 Nicola Pero changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/47025] Dead stores in varadic functions not eliminated

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47025 Richard Guenther changed: What|Removed |Added AssignedTo|unassigned at gcc dot |rguenth at gcc dot gnu.org

[Bug middle-end/47019] [4.6 Regression] ICE: in rename_uses, at sese.c:535 with -O -ftree-pre -fgraphite-identity -fno-tree-copy-prop

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47019 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug c++/47022] [4.6 Regression] ICE: in tsubst_copy, at cp/pt.c:11682

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47022 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug c++/47074] [4.6 Regression] tree check fail in create_access_replacement

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47074 Richard Guenther changed: What|Removed |Added CC||jamborm at gcc dot gnu.org Target Mi

[Bug other/47062] -mfpmath=sse,387 causes pow() to produce incorrect results

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47062 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug objc/47077] New: ICE on invalid code (method implementation outside of implementation context)

2010-12-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47077 Summary: ICE on invalid code (method implementation outside of implementation context) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P

[Bug fortran/45827] [4.6 Regression] [OOP] mio_component_ref(): Component not found

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45827 --- Comment #40 from Daniel Franke 2010-12-28 17:27:00 UTC --- (In reply to comment #39) > Ok, I get it. Sorry about the misconception. Feel free to commit the patch in > comment #36 (provided it regtests ok). Or should I take care of it? Please

[Bug objc/47078] New: ICE on invalid type

2010-12-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47078 Summary: ICE on invalid type Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: objc AssignedTo: unassig...@gcc.gnu.org

[Bug fortran/44232] function result with pointer to strided component of argument

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44232 Daniel Franke changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/44352] ICE in string_to_single_character

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44352 Daniel Franke changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug debug/47079] New: [4.6 Regression] FAIL: gcc.dg/guality/nrv-1.c

2010-12-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47079 Summary: [4.6 Regression] FAIL: gcc.dg/guality/nrv-1.c Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unas

[Bug c++/47080] New: explicit conversion function return conversions not restricted to qualifications

2010-12-28 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47080 Summary: explicit conversion function return conversions not restricted to qualifications Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority

[Bug fortran/45654] -fwhole-file doesn't warn about INTERFACE vs. definition mismatches

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45654 Daniel Franke changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/45086] For whole-file checking, also check whether an INTERFACE matches

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45086 Daniel Franke changed: What|Removed |Added CC||dfranke at gcc dot gnu.org Bl

[Bug fortran/27318] gfortran should warn if a interface does not match

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27318 Daniel Franke changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug fortran/27318] gfortran should warn if a interface does not match

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27318 Daniel Franke changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[Bug fortran/33117] Improve error message for generic interface with subroutines & functions

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33117 --- Comment #1 from Daniel Franke 2010-12-28 18:27:08 UTC --- *** Bug 46478 has been marked as a duplicate of this bug. ***

[Bug fortran/45086] For whole-file checking, also check whether an INTERFACE matches

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45086 Daniel Franke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/46478] Missing diagnosis for combining SUBROUTINE and FUNCTION in a GENERIC interface

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46478 Daniel Franke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug debug/47079] [4.6 Regression] FAIL: gcc.dg/guality/nrv-1.c

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47079 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug fortran/45827] [4.6 Regression] [OOP] mio_component_ref(): Component not found

2010-12-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45827 --- Comment #41 from janus at gcc dot gnu.org 2010-12-28 18:53:19 UTC --- (In reply to comment #40) > > Feel free to commit the patch in > > comment #36 (provided it regtests ok). Or should I take care of it? > > Please, you did the hard work - it

[Bug c++/47080] explicit conversion function return conversions not restricted to qualifications

2010-12-28 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47080 --- Comment #1 from Johannes Schaub 2010-12-28 19:10:25 UTC --- It should be noted that this can yield to ambiguities in combination with other conversion functions. Consider enum E { }; struct A { explicit operator int(); operator E(); };

[Bug middle-end/47081] New: Macro usage too clever for localization

2010-12-28 Thread goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081 Summary: Macro usage too clever for localization Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unass

[Bug middle-end/47081] Macro usage too clever for localization

2010-12-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081 --- Comment #1 from Andrew Pinski 2010-12-28 19:21:25 UTC --- I don't know if generator files should be have translated error messages. Unlike other programs, the gen* programs are only used internally inside gcc.

[Bug middle-end/47081] Macro usage too clever for localization

2010-12-28 Thread goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081 --- Comment #2 from Göran Uddeborg 2010-12-28 19:23:57 UTC --- Oh, I see. You mean this message is never seen by an end user? In that case, maybe they could be excluded from the set of files scanned for messages to translate? Or would that be

[Bug middle-end/47081] Macro usage too clever for localization

2010-12-28 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081 --- Comment #3 from joseph at codesourcery dot com 2010-12-28 19:44:02 UTC --- On Tue, 28 Dec 2010, pinskia at gcc dot gnu.org wrote: > I don't know if generator files should be have translated error messages. > Unlike other programs, the gen* p

[Bug fortran/47082] New: [OOP] ICE in gfc_conv_component_ref

2010-12-28 Thread sfilippone at uniroma2 dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47082 Summary: [OOP] ICE in gfc_conv_component_ref Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@

[Bug target/47083] New: alpha-dec-osf5.1 fails to build

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47083 Summary: alpha-dec-osf5.1 fails to build Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target Ass

[Bug target/47083] alpha-dec-osf5.1 fails to build

2010-12-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47083 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/3746] compilation of mips-tfile missing mips/a.out.h

2010-12-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3746 Andrew Pinski changed: What|Removed |Added CC||amylaar at gcc dot gnu.org --- Comment #9

[Bug debug/46931] [4.6 Regression] Subversion id 167184 breaks building perlbench on power7 with debug

2010-12-28 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46931 --- Comment #7 from Alexandre Oliva 2010-12-28 20:20:32 UTC --- Author: aoliva Date: Tue Dec 28 20:20:29 2010 New Revision: 168299 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168299 Log: PR debug/46931 * tree-vect-loop-manip.c (slpeel_

[Bug target/47084] New: am33_2.0-linux fails to build

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47084 Summary: am33_2.0-linux fails to build Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target Assig

[Bug fortran/47085] New: [OOP] Problem in allocate( SOURCE=) for polymorphic component

2010-12-28 Thread sfilippone at uniroma2 dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47085 Summary: [OOP] Problem in allocate( SOURCE=) for polymorphic component Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug tree-optimization/47086] New: ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -O -fexceptions -fnon-call-exceptions -ftrapv

2010-12-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47086 Summary: ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -O -fexceptions -fnon-call-exceptions -ftrapv Product: gcc Version: 4.6.0 Status:

[Bug tree-optimization/47087] New: ICE: verify_stmts failed: statement marked for throw, but doesn't with -O -fexceptions -fnon-call-exceptions -ftrapv

2010-12-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47087 Summary: ICE: verify_stmts failed: statement marked for throw, but doesn't with -O -fexceptions -fnon-call-exceptions -ftrapv Product: gcc Version: 4.6.0 Status: U

[Bug debug/46931] [4.6 Regression] Subversion id 167184 breaks building perlbench on power7 with debug

2010-12-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46931 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug ada/47005] [4.6 Regression] ACATS c62002a wrong code on arm-linux

2010-12-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47005 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P5 CC|

[Bug ada/47017] [4.6 Regression] gnatlib ICE on sparc64-linux

2010-12-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47017 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P5 CC|

[Bug c++/47074] [4.6 Regression] tree check fail in create_access_replacement

2010-12-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47074 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug fortran/47082] [OOP] ICE in gfc_conv_component_ref

2010-12-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47082 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug target/47088] New: arm-freebsd6 fails to build

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47088 Summary: arm-freebsd6 fails to build Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target Assigne

[Bug fortran/45827] [4.6 Regression] [OOP] mio_component_ref(): Component not found

2010-12-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45827 --- Comment #42 from janus at gcc dot gnu.org 2010-12-28 21:21:56 UTC --- Author: janus Date: Tue Dec 28 21:21:53 2010 New Revision: 168302 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168302 Log: 2010-12-28 Janus Weil Daniel F

[Bug debug/47079] [4.6 Regression] FAIL: gcc.dg/guality/nrv-1.c

2010-12-28 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47079 Alexandre Oliva changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/20896] ambiguous interface not detected

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20896 Daniel Franke changed: What|Removed |Added Status|REOPENED|NEW --- Comment #15 from Daniel Franke 2

[Bug fortran/39427] F2003: Procedures with same name as types/type constructors

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39427 --- Comment #24 from Daniel Franke 2010-12-28 21:49:39 UTC --- *** Bug 40824 has been marked as a duplicate of this bug. ***

[Bug fortran/40824] F2003: GENERIC interface with generic name = derived-type name

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40824 Daniel Franke changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/47089] New: ICE: in gimple_redirect_edge_and_branch_force, at tree-cfg.c:5003 with -O -fgraphite-identity

2010-12-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47089 Summary: ICE: in gimple_redirect_edge_and_branch_force, at tree-cfg.c:5003 with -O -fgraphite-identity Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/45128] Segmentation fault with -fwhole-file for subref_array_pointer

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45128 Daniel Franke changed: What|Removed |Added CC||dfranke at gcc dot gnu.org --- Comment #5

[Bug fortran/34640] ICE when assigning item of a derived-component to a pointer

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34640 --- Comment #19 from Daniel Franke 2010-12-28 22:30:10 UTC --- Other potential dupes: PR40737, PR45128.

[Bug fortran/40737] Pointer references sometimes fail to define "span" symbols

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40737 Daniel Franke changed: What|Removed |Added CC||dfranke at gcc dot gnu.org Known to

[Bug fortran/40899] Leakage with derived types with ALLOCATABLE components

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40899 Daniel Franke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/47090] New: Incorrect parsing by ssanf/fscanf with scanset.

2010-12-28 Thread gavenkoa at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47090 Summary: Incorrect parsing by ssanf/fscanf with scanset. Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unas

[Bug fortran/40850] double free in nested types with allocatable components

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40850 Daniel Franke changed: What|Removed |Added Known to fail|| --- Comment #10 from Daniel Franke 2010

[Bug c/47090] Incorrect parsing by ssanf/fscanf with scanset.

2010-12-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47090 --- Comment #1 from Andrew Pinski 2010-12-28 22:58:42 UTC --- GCC does not include sscanf. And can you quote where in the standard it says what the output supposed to be?

[Bug debug/47079] [4.6 Regression] FAIL: gcc.dg/guality/nrv-1.c

2010-12-28 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47079 --- Comment #2 from Alexandre Oliva 2010-12-28 23:04:39 UTC --- Created attachment 22863 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22863 Patch that fixes the problem Here's the patch that I'm testing.

[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45318 Daniel Franke changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/46801] [4.6 Regression] FAIL: gnat.dg/pack9.adb scan-tree-dump-not optimized "gnat_rcheck"

2010-12-28 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46801 --- Comment #7 from Martin Jambor 2010-12-29 00:07:02 UTC --- Proposed fix posted to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2010-12/msg01912.html

[Bug target/47091] New: arm-netbsd fails to build

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47091 Summary: arm-netbsd fails to build Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target AssignedT

[Bug target/47091] non-elf arm targets fail to build

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47091 Jorn Wolfgang Rennecke changed: What|Removed |Added Target|arm-netbsd, arm-pe |arm-netbsd, arm-pe,

[Bug fortran/46478] Missing diagnosis for combining SUBROUTINE and FUNCTION in a GENERIC interface

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46478 Daniel Franke changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug middle-end/47092] New: [4.6 Regression] gfortran.fortran-torture/execute/forall_4.f90 is VERY slow with -fgraphite-identity

2010-12-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47092 Summary: [4.6 Regression] gfortran.fortran-torture/execute/forall_4.f90 is VERY slow with -fgraphite-identity Product: gcc Version: 4.6.0 Status: UNCONFIRMED

[Bug target/47093] New: [meta-bug]: broken configurations

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47093 Summary: [meta-bug]: broken configurations Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build, meta-bug Severity: normal Priority: P3 Component: target

[Bug target/47094] New: i386-freebsd6.0_aout fails to build

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47094 Summary: i386-freebsd6.0_aout fails to build Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target

[Bug target/47095] New: defunct configuration v850e1-*-*

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47095 Summary: defunct configuration v850e1-*-* Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.g

[Bug objc/47076] Protocol referenced in @interface declarations should be defined

2010-12-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47076 --- Comment #2 from Nicola Pero 2010-12-29 01:16:59 UTC --- Author: nicola Date: Wed Dec 29 01:16:55 2010 New Revision: 168307 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168307 Log: In gcc/objc/: 2010-12-28 Nicola Pero PR objc

[Bug target/47096] New: i686-interix3 fails building dbxout.o

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47096 Summary: i686-interix3 fails building dbxout.o Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target

[Bug target/47096] i686-interix3 fails building dbxout.o

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47096 --- Comment #1 from Jorn Wolfgang Rennecke 2010-12-29 01:47:28 UTC --- The definition of DBX_REGISTER_NUMBER comes from config/i386/i386-interix.h .

[Bug target/47097] New: i686-lynxos fails building dbxout.o

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47097 Summary: i686-lynxos fails building dbxout.o Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target

[Bug target/47098] New: i686-openbsd3.0: OBSD_LIB_SPEC missing

2010-12-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47098 Summary: i686-openbsd3.0: OBSD_LIB_SPEC missing Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target

[Bug c++/47068] [C++0x] internal compiler error on decltype(~ expression)

2010-12-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47068 --- Comment #3 from Jason Merrill 2010-12-29 02:17:51 UTC --- Author: jason Date: Wed Dec 29 02:17:47 2010 New Revision: 168309 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168309 Log: PR c++/47068 * semantics.c (finish_id_expre

  1   2   >