[Bug rtl-optimization/57131] [4.8/4.9 Regression] Wrong register assignment?

2013-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57131 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/57130] [4.8/4.9 Regression] Incorrect "and --> extract" conversion in combine

2013-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57130 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/57131] New: Wong register assignment?

2013-04-30 Thread ishiura-compiler at ml dot kwansei.ac.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57131 Bug #: 57131 Summary: Wong register assignment? Classification: Unclassified Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/57124] 254.gap@spec2000 got miscompare after r198413

2013-04-30 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57124 --- Comment #2 from Jeffrey A. Law 2013-05-01 05:13:38 UTC --- __attribute__ ((noinline)) foo(short unsigned int *p1, short unsigned int *p2) { short unsigned int x1, x4; int x2, x3, x5, x6; unsigned int x7; x1 = *p1; x2 =

[Bug rtl-optimization/57130] New: Incorrect "and --> extract" conversion in combine

2013-04-30 Thread wmi at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57130 Bug #: 57130 Summary: Incorrect "and --> extract" conversion in combine Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/57111] Generalize -Wfree-nonheap-object to delete

2013-04-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57111 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57111] Generalize -Wfree-nonheap-object to delete

2013-04-30 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57111 Marc Glisse changed: What|Removed |Added Keywords||diagnostic Status|VERI

[Bug c++/57111] Core dump - invalid pointer detected after std::unique_ptr

2013-04-30 Thread jb.1234abcd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57111 jb changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #8 from jb 2013-04-3

[Bug c++/57111] Core dump - invalid pointer detected after std::unique_ptr

2013-04-30 Thread jb.1234abcd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57111 --- Comment #7 from jb 2013-04-30 22:22:44 UTC --- (In reply to comment #6) > (In reply to comment #5) > > It seems to me that the option "free-nonheap-object" does not work in gcc. > > You need to add -O2 (maybe -O1 is enough, sometimes you ne

[Bug c++/57111] Core dump - invalid pointer detected after std::unique_ptr

2013-04-30 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57111 --- Comment #6 from Marc Glisse 2013-04-30 22:07:02 UTC --- (In reply to comment #5) > It seems to me that the option "free-nonheap-object" does not work in gcc. You need to add -O2 (maybe -O1 is enough, sometimes you need -O3), otherwis

[Bug fortran/56800] [fortran-dev Regression] move_alloc_13.f90 failure

2013-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56800 --- Comment #5 from Tobias Burnus 2013-04-30 21:57:28 UTC --- For the test case in comment 0: __builtin_memset (y._data.base_addr, 0, 4); y._data.rank = 1; y._data.type = -1; y._data.dim[0].lower_bound = 1

[Bug c++/57111] Core dump - invalid pointer detected after std::unique_ptr

2013-04-30 Thread jb.1234abcd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57111 --- Comment #5 from jb 2013-04-30 21:57:00 UTC --- (In reply to comment #4) > gcc has -Wfree-nonheap-object, which works for free but not for delete or > delete[]. Extending it to these functions seems like a reasonable RFE. I agree wit

[Bug fortran/57129] New: ICE (segfault) in check_extended_derived_type

2013-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57129 Bug #: 57129 Summary: ICE (segfault) in check_extended_derived_type Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: error-recov

[Bug fortran/57071] Optimize (-1)**k to 1 - 2 * mod(K, 2)

2013-04-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57071 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/34004] Accepts invalid: Ambigiuous interface with subroutine.

2013-04-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34004 Thomas Koenig changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug fortran/34004] Accepts invalid: Ambigiuous interface with subroutine.

2013-04-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34004 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/57071] Optimize (-1)**k to 1 - 2 * mod(K, 2)

2013-04-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57071 --- Comment #10 from Thomas Koenig 2013-04-30 21:46:11 UTC --- Author: tkoenig Date: Tue Apr 30 21:45:13 2013 New Revision: 198476 URL: http://gcc.gnu.org/viewcvs?rev=198476&root=gcc&view=rev Log: 2013-04-30 Thomas Koenig

[Bug fortran/57094] [Fortran-Dev] ICE: in lhd_incomplete_type_error, at langhooks.c:203

2013-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57094 --- Comment #3 from Tobias Burnus 2013-04-30 21:44:37 UTC --- I thought the following would work. While it does so for the test cases, it causes new failures. In principle, not elem_len but "dim[0].sm" is the correct value - assuming, it i

[Bug rtl-optimization/57106] [4.8/4.9 Regression] -fcompare-debug failure with -O2 -fschedule-insns -funroll-all-loops

2013-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57106 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug ada/57128] gcc-gnat problem halts gcc build

2013-04-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57128 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/57096] Allocatable variable is not behaved as expected

2013-04-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57096 --- Comment #4 from janus at gcc dot gnu.org 2013-04-30 21:10:51 UTC --- (In reply to comment #3) > Removing the -std=f2003 or putting the module into the same file as the > subroutine makes the auto-deallocation (and nullification) go away.

[Bug fortran/57127] gfortran gives unintended warning on uninitialized optional dummy array of undetermined size

2013-04-30 Thread AstroFloyd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57127 --- Comment #2 from AstroFloyd 2013-04-30 20:57:55 UTC --- Hmmm, this looks very strongly like http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52370 but is not identical(?)

[Bug libgcj/57074] gcc-4.8.0 libgcj regression on 32bit Power architecture

2013-04-30 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57074 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/57128] New: gcc-gnat problem halts gcc build

2013-04-30 Thread jrt at worldlinc dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57128 Bug #: 57128 Summary: gcc-gnat problem halts gcc build Classification: Unclassified Product: gcc Version: 4.6.4 Status: UNCONFIRMED Severity: blocker Prior

[Bug tree-optimization/57124] 254.gap@spec2000 got miscompare after r198413

2013-04-30 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57124 --- Comment #1 from Jeffrey A. Law 2013-04-30 19:20:19 UTC --- It looks like range_fits_type_p may not be handling overflows correctly. Investigating.

[Bug c++/57111] Core dump - invalid pointer detected after std::unique_ptr

2013-04-30 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57111 --- Comment #4 from Marc Glisse 2013-04-30 18:37:41 UTC --- gcc has -Wfree-nonheap-object, which works for free but not for delete or delete[]. Extending it to these functions seems like a reasonable RFE.

[Bug fortran/57127] gfortran gives unintended warning on uninitialized optional dummy array of undetermined size

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

[Bug fortran/57127] New: gfortran gives unintended warning on uninitialized optional dummy array of undetermined size

2013-04-30 Thread AstroFloyd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57127 Bug #: 57127 Summary: gfortran gives unintended warning on uninitialized optional dummy array of undetermined size Classification: Unclassified Product: gcc Version: 4.7.2

[Bug fortran/57126] Matching host-associated generic vs. same-named use-associated generic

2013-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57126 --- Comment #2 from Tobias Burnus 2013-04-30 16:51:05 UTC --- Fortran 2008, "16.5.1.4 Host association" has: "If an entity that is accessed by use association has the same nongeneric name as a host entity, the host entity is inaccessible

[Bug fortran/57126] Matching host-associated generic vs. same-named use-associated generic

2013-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57126 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/57117] [OOP] ICE for sourced allocation of a polymorphic entity using TRANSPOSE

2013-04-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57117 --- Comment #3 from Dominique d'Humieres 2013-04-30 16:39:38 UTC --- Reduced test for RESHAPE: implicit none type :: ti end type class(ti), allocatable :: x(:,:), z(:) allocate(z(9), source=reshape(x, (/ 9 /))) end

[Bug fortran/57126] New: Wrongly rejects a generic call because it doesn't match the intrinsic while another specific matches

2013-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57126 Bug #: 57126 Summary: Wrongly rejects a generic call because it doesn't match the intrinsic while another specific matches Classification: Unclassified Product: gcc Version: 4.9

[Bug gcov-profile/57121] undefined reference to gcov_merge_init and gcov_merge_add

2013-04-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57121 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/57124] 254.gap@spec2000 got miscompare after r198413

2013-04-30 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57124 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug rtl-optimization/57106] [4.8/4.9 Regression] -fcompare-debug failure with -O2 -fschedule-insns -funroll-all-loops

2013-04-30 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57106 Uros Bizjak changed: What|Removed |Added Keywords|ice-on-valid-code | Status|UNCONFIRMED

[Bug target/57091] [4.8/4.9 Regression] ICE: in assign_by_spills, at lra-assigns.c:1268 with -mcmodel=large and indirect call

2013-04-30 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57091 Uros Bizjak changed: What|Removed |Added Keywords||ra Status|UNCONFIRMED

[Bug tree-optimization/57122] [4.9 Regression] ICE in verify_loop_structure, at cfgloop.c:1647 (loop n’s latch does not have an edge to its header !)

2013-04-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57122 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #13 from Dongsheng Song 2013-04-30 14:46:43 UTC --- (In reply to comment #12) > Hmm, I don't see in config.log any difference to the variant I have built on > my > box. Shared is actual enabled in you config.log for libstdc++

[Bug middle-end/57107] [4.9 Regression] tree check fail in unlink_stmt_vdef

2013-04-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57107 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #12 from Kai Tietz 2013-04-30 13:49:25 UTC --- Hmm, I don't see in config.log any difference to the variant I have built on my box. Shared is actual enabled in you config.log for libstdc++-v3. So DLL should be built, if you d

[Bug fortran/57094] [Fortran-Dev] ICE: in lhd_incomplete_type_error, at langhooks.c:203

2013-04-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57094 --- Comment #2 from Dominique d'Humieres 2013-04-30 13:40:27 UTC --- Reduced test for gfortran.dg/proc_decl_23.f90 module m_string type t_string procedure(string_to_char), pointer, nopass :: char3 ! segfault end type t_string

[Bug target/57120] Plain C link with libgcc_s_sjlj-1.dll which not needed

2013-04-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57120 --- Comment #5 from Kai Tietz 2013-04-30 13:34:25 UTC --- (In reply to comment #4) > libgcc_s_sjlj-1.dll export the following symbos: > > [Ordinal/Name Pointer] Table > [ 0] _Unwind_Backtrace > [ 1] _Unwind_DeleteEx

[Bug fortran/56937] Unnecessarily temporary with array-vector assignments

2013-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56937 --- Comment #9 from Tobias Burnus 2013-04-30 12:35:49 UTC --- (In reply to comment #8) > > Currently, we do not support assigning values to variables > > and then later using the values for dependency analysis. > > ... Well, as I wrote

[Bug bootstrap/57125] New: Build not SMP safe; fails to build bconfig.h

2013-04-30 Thread enrico.scholz at informatik dot tu-chemnitz.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57125 Bug #: 57125 Summary: Build not SMP safe; fails to build bconfig.h Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug libstdc++/50160] vector comparison very slow (no overload)

2013-04-30 Thread dparker1324 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50160 brett davis changed: What|Removed |Added CC||dparker1324 at gmail dot

[Bug tree-optimization/57124] New: 254.gap@spec2000 got miscompare after r198413

2013-04-30 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57124 Bug #: 57124 Summary: 254.gap@spec2000 got miscompare after r198413 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/57117] [OOP] ICE for sourced allocation of a polymorphic entity using TRANSPOSE

2013-04-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57117 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org

[Bug fortran/56937] Unnecessarily temporary with array-vector assignments

2013-04-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56937 --- Comment #8 from Dominique d'Humieres 2013-04-30 12:15:00 UTC --- > Currently, we do not support assigning values to variables > and then later using the values for dependency analysis. > ... What about integer :: r(10) r = [(i+1

[Bug fortran/57116] [OOP] ICE for pointer assignment inside SELECT TYPE

2013-04-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57116 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org

[Bug driver/57123] code compiled and linked with -fopenmp does not load the correct omp library at run-time

2013-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57123 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug rtl-optimization/56732] ICE in advance_target_bb

2013-04-30 Thread enrico.scholz at informatik dot tu-chemnitz.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56732 enrico.scholz at informatik dot tu-chemnitz.de changed: What|Removed |Added CC||en

[Bug tree-optimization/57122] [4.9 Regression] ICE in verify_loop_structure, at cfgloop.c:1647 (loop n’s latch does not have an edge to its header !)

2013-04-30 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57122 --- Comment #3 from Marek Polacek 2013-04-30 12:05:15 UTC --- Started with http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=198333 aka loops preservation patch.

[Bug fortran/56937] Unnecessarily temporary with array-vector assignments

2013-04-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56937 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org ---

[Bug target/57120] Plain C link with libgcc_s_sjlj-1.dll which not needed

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57120 --- Comment #4 from Dongsheng Song 2013-04-30 11:53:35 UTC --- libgcc_s_sjlj-1.dll export the following symbos: [Ordinal/Name Pointer] Table [ 0] _Unwind_Backtrace [ 1] _Unwind_DeleteException [ 2] _Unwind

[Bug tree-optimization/57122] [4.9 Regression] ICE in verify_loop_structure, at cfgloop.c:1647 (loop n’s latch does not have an edge to its header !)

2013-04-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57122 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug tree-optimization/57122] [4.9 Regression] ICE in verify_loop_structure, at cfgloop.c:1647 (loop n’s latch does not have an edge to its header !)

2013-04-30 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57122 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/57123] New: code compiled and linked with -fopenmp does not load the correct omp library at run-time

2013-04-30 Thread wd11 at leicester dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57123 Bug #: 57123 Summary: code compiled and linked with -fopenmp does not load the correct omp library at run-time Classification: Unclassified Product: gcc Version: 4.7.0

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #11 from Dongsheng Song 2013-04-30 11:43:42 UTC --- Please see gcc/config-v2.log and i686-w64-mingw32/libstdc++-v3/config-v2.log, still not build libstdc++-6.dll

[Bug fortran/57094] [Fortran-Dev] ICE: in lhd_incomplete_type_error, at langhooks.c:203

2013-04-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57094 --- Comment #1 from Dominique d'Humieres 2013-04-30 11:42:49 UTC --- Reduced test for gfortran.dg/transfer_intrinsic_3.f90 module m implicit none contains pure function str_vs(vs) result(s) character, dimension(:), intent(in)

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #10 from Dongsheng Song 2013-04-30 11:42:27 UTC --- Created attachment 29982 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29982 i686-w64-mingw32/libstdc++-v3/config-v2.log

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #9 from Dongsheng Song 2013-04-30 11:41:29 UTC --- Created attachment 29981 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29981 gcc/config-v2.log

[Bug fortran/57090] [Fortran-Dev] FAIL: gfortran.dg/alloc_comp_bounds_1.f90 -O* execution test

2013-04-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57090 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

[Bug fortran/57090] [Fortran-Dev] FAIL: gfortran.dg/alloc_comp_bounds_1.f90 -O* execution test

2013-04-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57090 --- Comment #2 from Dominique d'Humieres 2013-04-30 11:35:06 UTC --- *** Bug 57095 has been marked as a duplicate of this bug. ***

[Bug fortran/57095] [Fortran-Dev] FAIL: gfortran.dg/alloc_comp_assign_[234].f90 -O* execution test

2013-04-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57095 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #8 from Dongsheng Song 2013-04-30 11:29:10 UTC --- (In reply to comment #7) > Hmm, only issue I see is the use of '--disable-nls' option, which is known to > cause issue. See here PR 54659. > > Another question I have is, wh

[Bug target/57120] Plain C link with libgcc_s_sjlj-1.dll which not needed

2013-04-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57120 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/57105] [4.9 Regression] ICE: in add_insn_before_nobb, at emit-rtl.c:3883 with -Os -fselective-scheduling2 -g

2013-04-30 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57105 Andrey Belevantsev changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug rtl-optimization/56957] [4.9 regression] ICE in add_insn_after, at emit-rtl.c:3783

2013-04-30 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56957 Andrey Belevantsev changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[Bug middle-end/57107] [4.9 Regression] tree check fail in unlink_stmt_vdef

2013-04-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57107 Richard Biener changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- C

[Bug target/57120] Plain C link with libgcc_s_sjlj-1.dll which not needed

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57120 Dongsheng Song changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 Dongsheng Song changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #5 from Dongsheng Song 2013-04-30 10:46:54 UTC --- (In reply to comment #2) > Hmm, I can't reproduce that. I just built things myself again for 4.8.1 gcc. > I am a bit curious to read that due distributions like Fedora seem to

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #4 from Dongsheng Song 2013-04-30 10:44:03 UTC --- Created attachment 29980 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29980 gcc/config.log

[Bug target/57120] Plain C link with libgcc_s_sjlj-1.dll which not needed

2013-04-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57120 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 --- Comment #3 from Dongsheng Song 2013-04-30 10:42:21 UTC --- Created attachment 29979 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29979 x86_64-w64-mingw32/libstdc++-v3/config.log

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug web/50642] onlinedocs formated text too small to read

2013-04-30 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642 --- Comment #9 from Shakthi Kannan 2013-04-30 09:54:50 UTC --- Created attachment 29978 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29978 Override @smallexample attributes The attached patch overrides the default @smallexample a

[Bug tree-optimization/57122] New: ICE in verify_loop_structure, at cfgloop.c:1647 (loop n’s latch does not have an edge to its header !)

2013-04-30 Thread antoine.balestrat at gmail dot com
: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassig...@gcc.gnu.org ReportedBy: antoine.balest...@gmail.com Using GCC 4.9.0 as of 20130430 : $ cat latch.c unsigned a; int b, c; void f

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2013-04-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 Paolo Carlini changed: What|Removed |Added CC||ktietz at gcc dot gnu.org

[Bug sanitizer/57104] ICE: in expand_expr_addr_expr_1, at expr.c:7594 with -fsanitize=thread and hardreg variable

2013-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57104 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug gcov-profile/57121] undefined reference to gcov_merge_init and gcov_merge_add

2013-04-30 Thread netravathi.muniraju at asia dot thalesgroup.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57121 --- Comment #1 from Netra 2013-04-30 08:35:07 UTC --- adding on to my previous comment, running on RHEL 5.

[Bug middle-end/57107] [4.9 Regression] tree check fail in unlink_stmt_vdef

2013-04-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57107 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Component|c++

[Bug gcov-profile/57121] undefined reference to gcov_merge_init and gcov_merge_add

2013-04-30 Thread netravathi.muniraju at asia dot thalesgroup.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57121 Netra changed: What|Removed |Added Keywords||link-failure Severity|normal

[Bug gcov-profile/57121] New: undefined reference to gcov_merge_init and gcov_merge_add

2013-04-30 Thread netravathi.muniraju at asia dot thalesgroup.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57121 Bug #: 57121 Summary: undefined reference to gcov_merge_init and gcov_merge_add Classification: Unclassified Product: gcc Version: 4.1.2 Status: UNCONFIRMED