[Bug middle-end/57026] ice: SSA corruption

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

[Bug other/32415] libgcc_s not found in library search path with --enable-version-specific-runtime-libs

2013-04-21 Thread yannick_duchene at yahoo dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32415 Yannick Duchêne (Hibou57) changed: What|Removed |Added CC||yannick_duchene at yahoo

[Bug translation/57027] New: [4.9 Regression] ICE in gimple_assign_rhs_code, at gimple.h:2022

2013-04-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57027 Bug #: 57027 Summary: [4.9 Regression] ICE in gimple_assign_rhs_code, at gimple.h:2022 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCO

[Bug middle-end/51982] Shrink-wrapping opportunity

2013-04-21 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51982 --- Comment #3 from David Edelsohn 2013-04-21 23:26:03 UTC --- Created attachment 29912 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29912 self-contained example The function lookup_unicode should be shrink-wrapped to not create

[Bug target/56858] alpha looks for NOTE_INSN_EH_REGION notes that cannot exist

2013-04-21 Thread stevenb.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56858 --- Comment #13 from stevenb.gcc at gmail dot com 2013-04-21 21:36:32 UTC --- > Steven, is it possible to emit NOTE_INSN_EH_REGION_END in such way that it > would not split the call and its NOTE_INSN_CALL_ARG_LOCATION? This would solve > th

[Bug fortran/57022] [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

2013-04-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57022 --- Comment #8 from janus at gcc dot gnu.org 2013-04-21 21:25:14 UTC --- (In reply to comment #7) > (In reply to comment #6) > > I have an extended patch which fixes both this one and the original test > > case > > (and regtests cleanly).

[Bug target/56858] alpha looks for NOTE_INSN_EH_REGION notes that cannot exist

2013-04-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56858 --- Comment #12 from Uros Bizjak 2013-04-21 21:15:50 UTC --- Created attachment 29911 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29911 Patch that introduces trap_shadows pass after eh_ranges 2013-04-18 Uros Bizjak PR

[Bug fortran/57023] [4.7/4.8/4.9 Regression] Not packing arrays with changing variable used for size

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

[Bug fortran/57022] [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

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

[Bug rtl-optimization/17838] spills are not re-used

2013-04-21 Thread dean at arctic dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 dean at arctic dot org changed: What|Removed |Added Status|NEW |RESOLVED Resolut

[Bug target/57001] internal compiler error: in simplify_subreg, at simplify-rtx.c:5800

2013-04-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57001 Steven Bosscher changed: What|Removed |Added Status|RESOLVED|ASSIGNED Resolution|WO

[Bug fortran/57022] [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

2013-04-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57022 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assig

[Bug fortran/57022] [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

2013-04-21 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57022 Vladimir Fuka changed: What|Removed |Added CC||vladimir.fuka at gmail dot

[Bug c/57026] New: ice: SSA corruption

2013-04-21 Thread dcb314 at hotmail dot com
ted 20130421 on an AMD x86_64 box. The compiler said Unable to coalesce ssa_names 97 and 101 which are marked as MUST COALESCE. image_depth_97(ab) and image_depth_101(ab) coders/png.c: In function 'WriteOnePNGImage': coders/png.c:6287:23: internal compiler error: SSA corrup

[Bug middle-end/57003] gcc-4.8.0 breaks -O2 optimization with Wine(64) - links/info/bisect of commits included

2013-04-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57003 --- Comment #5 from Andrew Pinski 2013-04-21 18:06:36 UTC --- (In reply to comment #4) > Next step may be to bisect wine's source code to see which file or files > misbehave when built with -O2 but without -fno-builtin-memcpy. Actually

[Bug target/57024] gcc too eager splitting cvtss2sd into unpcklps + cvtps2pd

2013-04-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57024 --- Comment #1 from Marc Glisse 2013-04-21 17:33:46 UTC --- Maybe the processor is just badly detected or modeled? I noticed on the same machine another surprising tuning issue. Adding -march=native changes for some other code: .cf

[Bug fortran/57023] [4.7/4.8/4.9 Regression] Not packing arrays with changing variable used for size

2013-04-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57023 --- Comment #2 from Thomas Koenig 2013-04-21 15:54:00 UTC --- We also have to watch out for module mymod contains subroutine foo(a,n) integer, dimension(n,n), intent(inout) :: a integer :: n call decrement(n) call

[Bug fortran/57019] [4.7/4.8/4.9 Regression] Compiler crashes (and make wrong assignments) at some combinations of pointers

2013-04-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57019 --- Comment #5 from janus at gcc dot gnu.org 2013-04-21 15:23:49 UTC --- I can confirm a runtime segfault (invalid memory reference) on comment 4 with 4.7, 4.8 and trunk. With 4.3 one does not get a segfault, but the output is 99.000

[Bug c++/57025] Solaris g++ defines __STDC_VERSION__=199901L

2013-04-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57025 --- Comment #4 from Jonathan Wakely 2013-04-21 15:09:48 UTC --- Those libraries are incompatible with C++ then, the C++ standard allows __STDC_VERSION to be defined by a C++ compiler. The libraries could be fixed by also checking !define

[Bug c++/57025] Solaris g++ defines __STDC_VERSION__=199901L

2013-04-21 Thread jdemeyer at cage dot ugent.be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57025 --- Comment #3 from Jeroen Demeyer 2013-04-21 14:53:26 UTC --- (In reply to comment #1) > I think this is necessary to get the system libc to expose C99 library > features Isn't this what fixincludes is for? The problem is that some th

[Bug c++/57025] Solaris g++ defines __STDC_VERSION__=199901L

2013-04-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57025 --- Comment #2 from Jonathan Wakely 2013-04-21 14:50:56 UTC --- The C++ standard specifically says: __STDC_VERSION__ Whether __STDC_VERSION__ is predefined and if so, what its value is, are implementation-defined. So G++'

[Bug c++/57025] Solaris g++ defines __STDC_VERSION__=199901L

2013-04-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57025 --- Comment #1 from Jonathan Wakely 2013-04-21 14:47:47 UTC --- I think this is necessary to get the system libc to expose C99 library features, it doesn't mean the C++ compiler supports language features that aren't part of C++

[Bug middle-end/57003] gcc-4.8.0 breaks -O2 optimization with Wine(64) - links/info/bisect of commits included

2013-04-21 Thread dank at kegel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57003 dank at kegel dot com changed: What|Removed |Added CC||dank at kegel dot com --

[Bug c++/57025] New: Solaris g++ defines __STDC_VERSION__=199901L

2013-04-21 Thread jdemeyer at cage dot ugent.be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57025 Bug #: 57025 Summary: Solaris g++ defines __STDC_VERSION__=199901L Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug fortran/57022] [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

2013-04-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57022 --- Comment #4 from janus at gcc dot gnu.org 2013-04-21 13:42:14 UTC --- (In reply to comment #3) > (In reply to comment #2) > > + > > + if (source->expr_type == EXPR_ARRAY || source->rank > 0) > > +{ > > + if (!gfc_array_size

[Bug fortran/57019] [4.7/4.8/4.9 Regression] Compiler crashes (and make wrong assignments) at some combinations of pointers

2013-04-21 Thread thambsup at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57019 --- Comment #4 from thambsup at gmail dot com 2013-04-21 13:23:05 UTC --- >About the second part, I'm not fully sure how to reproduce it. Can you give a >full self-contained code example instead of describing it in words? type cParticle

[Bug fortran/57023] [4.7/4.8/4.9 Regression] Not packing arrays with changing variable used for size

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

[Bug c/57020] error: expected expression before ‘)’ token

2013-04-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57020 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/57021] Better error message for * missing an expression or rather using a non-type as a cast

2013-04-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57021 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug target/57024] New: gcc too eager splitting cvtss2sd into unpcklps + cvtps2pd

2013-04-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57024 Bug #: 57024 Summary: gcc too eager splitting cvtss2sd into unpcklps + cvtps2pd Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug fortran/57022] [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

2013-04-21 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57022 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Co

[Bug target/57018] Miscompilation of bison 2.7.1 under "-Os -fomit-frame-pointer"

2013-04-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57018 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se,

[Bug c++/56973] crash when capturing variables in nested lambdas

2013-04-21 Thread dirkmoermans at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56973 --- Comment #2 from Dirk Moermans 2013-04-21 11:43:02 UTC --- the output of gcc -v Using built-in specs. COLLECT_GCC=g++-4.8.0 COLLECT_LTO_WRAPPER=/home/dirk/local/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper Target: x86_64-u

[Bug c++/56973] crash when capturing variables in nested lambdas

2013-04-21 Thread dirkmoermans at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56973 --- Comment #1 from Dirk Moermans 2013-04-21 11:41:33 UTC --- Created attachment 29909 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29909 preprocessed file

[Bug target/57001] internal compiler error: in simplify_subreg, at simplify-rtx.c:5800

2013-04-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57001 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/57023] New: [4.7/4.8/4.9 Regression] Not packing arrays with changing variable used for size

2013-04-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57023 Bug #: 57023 Summary: [4.7/4.8/4.9 Regression] Not packing arrays with changing variable used for size Classification: Unclassified Product: gcc Version: 4.9.0

[Bug fortran/57022] [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

2013-04-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57022 --- Comment #2 from janus at gcc dot gnu.org 2013-04-21 10:19:17 UTC --- Draft patch which gets rid of the warnings for the test case: Index: gcc/fortran/check.c === --- gc

[Bug fortran/57022] [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

2013-04-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57022 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug target/56975] [regression] dllimport broken on i686-pc-cygwin

2013-04-21 Thread alexpux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56975 --- Comment #10 from Alexey Pavlov 2013-04-21 10:12:35 UTC --- When building GCC stage2 when building with bootstrap or when building GCC with prebuilded GCC-4.8.0 without bootstrap I have error configuring libgcc: configure:3378: /work/

[Bug fortran/57022] New: [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays

2013-04-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57022 Bug #: 57022 Summary: [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays Classification: Unclassified Product: gcc Version: 4.9.0

[Bug rtl-optimization/17838] spills are not re-used

2013-04-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #13 from Eric Botcazou 2013-04-21 09:59:26 UTC --- > In this case the code is computationally intensive. It doesn't make sense to > compile with '-Os' for cryptographic algorithms. Huh? Of course it makes sense to compile w

[Bug fortran/57019] [4.7/4.8/4.9 Regression] Compiler crashes (and make wrong assignments) at some combinations of pointers

2013-04-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57019 janus at gcc dot gnu.org changed: What|Removed |Added CC||jakub at redhat dot com

[Bug fortran/57019] [4.7/4.8/4.9 Regression] Compiler crashes (and make wrong assignments) at some combinations of pointers

2013-04-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57019 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug c/57021] Better error message for * missing an expression or rather using a non-type as a cast

2013-04-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57021 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Severity|no

[Bug c/57021] New: Better error message for * missing an expression or rather using a non-type as a cast

2013-04-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57021 Bug #: 57021 Summary: Better error message for * missing an expression or rather using a non-type as a cast Classification: Unclassified Product: gcc Version: 4.8.0

[Bug c/57020] error: expected expression before ‘)’ token

2013-04-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57020 Andrew Pinski changed: What|Removed |Added Component|bootstrap |c --- Comment #1 from Andrew Pi