[Bug rtl-optimization/60317] [4.9 Regression] find_hard_regno_for compile time hog in libvpx

2014-02-23 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60317 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/60322] [OOP] Incorrect bounds on polymorphic dummy array

2014-02-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug fortran/60322] [OOP] Incorrect bounds on polymorphic dummy array

2014-02-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322 --- Comment #2 from janus at gcc dot gnu.org --- For both cases (TYPE and CLASS), the temporary that is created (to be passed to copyFromArray) has an lbound of zero (as shown by -fdump-tree-original): atmp.6.dim[0].stride = 1;

[Bug fortran/60322] [OOP] Incorrect bounds on polymorphic dummy array

2014-02-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322 --- Comment #3 from janus at gcc dot gnu.org --- Here is a closely-related variant of comment 1: program main implicit none type Foo end type type(foo), dimension(2:2) :: arg call copyFromArray(arg) contains subroutine

[Bug middle-end/52306] [4.8 regression] ICE in cselib_record_set, at cselib.c:2158

2014-02-23 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 --- Comment #32 from Mikael Pettersson mikpelinux at gmail dot com --- (In reply to Andreas Schwab from comment #31) After backporting the patch to 4.8 there is still a package that fails with the same error, though it doesn't fail with 4.9.

[Bug c++/60323] New: incorrect usage of designated initializers with struct which includes flexible array

2014-02-23 Thread SvartMetal at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60323 Bug ID: 60323 Summary: incorrect usage of designated initializers with struct which includes flexible array Product: gcc Version: unknown Status: UNCONFIRMED

[Bug tree-optimization/57742] memset(malloc(n),0,n) - calloc(n,1)

2014-02-23 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added Attachment #30981|0 |1 is

[Bug fortran/60148] strings in NAMELIST do not honor DELIM= in open statement

2014-02-23 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60148 --- Comment #8 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- Running into some snags here: gfc -fdump-tree-original pr60148.f90 pr60148.f90: In function ‘namelistout’: pr60148.f90:38:0: internal compiler error: Segmentation fault end

[Bug fortran/59198] [4.7/4.8/4.9 Regression] ICE on cyclically dependent polymorphic types

2014-02-23 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59198 --- Comment #9 from Paul Thomas pault at gcc dot gnu.org --- Hi Tobias, I need to walk away from this one for 24 hours. I have established this chain: (i) We start building decay_t; (ii) During which we have to build decay_gen_t (from

[Bug fortran/60148] strings in NAMELIST do not honor DELIM= in open statement

2014-02-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60148 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug libfortran/60324] New: Handle arbitrarily long path names

2014-02-23 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60324 Bug ID: 60324 Summary: Handle arbitrarily long path names Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran

[Bug ipa/60325] New: ICE in ipa_modify_formal_parameters, at ipa-prop.c compiling g++.dg/cilk-plus/CK/lambda_spawns.cc with LTO-profiledbootstrap build

2014-02-23 Thread ubizjak at gmail dot com
=32205action=edit Preprocessed source When configured --with-build-config=bootstrap-lto, gcc version 4.9.0 20140223 ICEs a couple of cilk-plus c++ testcases, bith 32bit and 64bit x86_64-pc-linux-gnu targets: FAIL: g++.dg/cilk-plus/CK/lambda_spawns.cc -O3 -fcilkplus (internal compiler error) FAIL: g

[Bug libstdc++/60326] New: Incorrect type from std::make_unsignedwchar_t

2014-02-23 Thread kristian.spangsege at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60326 Bug ID: 60326 Summary: Incorrect type from std::make_unsignedwchar_t Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/60326] Incorrect type from std::make_unsignedwchar_t

2014-02-23 Thread kristian.spangsege at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60326 --- Comment #1 from Kristian Spangsege kristian.spangsege at gmail dot com --- Oops, should have been: Clang 3.4 with `libc++` does this on x86_64: std::make_signedwchar_t::type -- int std::make_unsignedwchar_t::type -- unsigned

[Bug c++/60312] [4.9 Regression] [c++1y] ICE using auto as template parameter

2014-02-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60312 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug rtl-optimization/60268] [4.9 regression] ICE: in rank_for_schedule, at haifa-sched.c:2557

2014-02-23 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60268 --- Comment #6 from Andrey Belevantsev abel at gcc dot gnu.org --- Author: abel Date: Mon Feb 24 05:57:02 2014 New Revision: 208066 URL: http://gcc.gnu.org/viewcvs?rev=208066root=gccview=rev Log: gcc/ 2014-02-24 Andrey Belevantsev

[Bug rtl-optimization/60268] [4.9 regression] ICE: in rank_for_schedule, at haifa-sched.c:2557

2014-02-23 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60268 Andrey Belevantsev abel at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED