[Bug plugins/56754] some missing plugin headers during installation in gcc 4.8

2013-03-29 Thread nemykal at mercurylampe dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56754 Michael Davies changed: What|Removed |Added CC||nemykal at mercurylampe dot

[Bug fortran/55117] Programs fails to read namelist (contains derived types objects)

2013-03-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55117 --- Comment #21 from Jerry DeLisle 2013-03-30 05:05:03 UTC --- Oops! Disregard Comment #20. There is a not so subtle effect when one mixes up the letter 'l' and the digit '1' in names.

[Bug fortran/56743] Namelist bug with comment and no blank

2013-03-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot

[Bug fortran/55117] Programs fails to read namelist (contains derived types objects)

2013-03-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55117 --- Comment #20 from Jerry DeLisle 2013-03-30 03:54:27 UTC --- Lets take namelist out of the picture here for the case of comment #6 program test_type_extension type t1_t real :: x end type t1_t type, extends(t1_t) :: t

[Bug fortran/52512] Cannot match namelist object name

2013-03-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52512 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libfortran/49791] [4.6/4.7/4.8/4.9 Regression] Formatted namelist reads fails with: Cannot match namelist object

2013-03-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49791 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/51825] Fortran runtime error: Cannot match namelist object name

2013-03-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51825 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libfortran/49791] [4.6/4.7/4.8/4.9 Regression] Formatted namelist reads fails with: Cannot match namelist object

2013-03-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49791 --- Comment #24 from Jerry DeLisle 2013-03-30 02:58:25 UTC --- Created attachment 29751 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29751 Related test case This example fails with a runtime error and passes with ifort. The othe

[Bug libstdc++/56785] New: std::tuple of two elements does not apply empty base class optimization when one of its elements is a std::tuple with two elements

2013-03-29 Thread david at doublewise dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56785 Bug #: 56785 Summary: std::tuple of two elements does not apply empty base class optimization when one of its elements is a std::tuple with two elements Classification: Unclassifi

[Bug c++/56774] [4.7/4.8/4.9 Regression] G++ 4.8 reverses variadic template types during unpacking

2013-03-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56774 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/22488] [4.6/4.7/4.8/4.9 Regression] push_fields_onto_fieldstack calculates offset incorrectly

2013-03-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22488 Jason Merrill changed: What|Removed |Added Priority|P5 |P2 Status|WAITING

[Bug target/48326] Target attribute leaks from function pointers

2013-03-29 Thread michael at talamasca dot ocis.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 --- Comment #2 from michael at talamasca dot ocis.net 2013-03-30 00:26:53 UTC --- The bug itself seems to have been silently fixed in 4.7.2 or earlier, maybe. My testcase no longer causes cmov to be emitted, although this could be an accid

[Bug target/49880] SuperH: ICE when -m4 is used with -mdiv=call-div1

2013-03-29 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49880 Oleg Endo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/41137] inefficient zeroing of an array

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

[Bug fortran/35203] OPTIONAL, VALUE actual argument cannot be an INTEGER 0

2013-03-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35203 --- Comment #13 from Tobias Burnus 2013-03-29 22:35:01 UTC --- FIXED on the 4.9 trunk. Thanks Toon for pointing out this feature. The feature is handled in the same way as IBM: The hidden present argument is passed before the hidden str

[Bug fortran/35203] OPTIONAL, VALUE actual argument cannot be an INTEGER 0

2013-03-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35203 Tobias Burnus changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug fortran/41137] inefficient zeroing of an array

2013-03-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41137 --- Comment #15 from Thomas Koenig 2013-03-29 22:19:05 UTC --- The patch from comment#12 causes memory failure of the following code: module zero implicit none contains subroutine foo(a) real, contiguous :: a(:,:) a(:,

[Bug target/56771] Integer Overflow? Building arm-rtems libgcc2

2013-03-29 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56771 Joel Sherrill changed: What|Removed |Added Host||centos-6.4/i686 --- Comment #3

[Bug fortran/56744] [meta-bug] Namelist bugs

2013-03-29 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56744 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed

[Bug fortran/49232] Pointer assignment of stride to CONTIGUOUS pointer not diagnosed as invalid

2013-03-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49232 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/56765] [OOP] compilation errors/ICE with unlimited polymorphic array

2013-03-29 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56765 --- Comment #3 from janus at gcc dot gnu.org 2013-03-29 21:30:03 UTC --- With this patch ... Index: gcc/fortran/resolve.c === --- gcc/fortran/resolve.c(revision 196862)

[Bug debug/56783] g++ does not supply signatures for gdb on g++ 4.7 versions

2013-03-29 Thread dick.guertin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56783 --- Comment #7 from Dick Guertin 2013-03-29 21:22:54 UTC --- Is there a replacement for Apple's linker that would run on Snow Leopard?

[Bug debug/56783] g++ does not supply signatures for gdb on g++ 4.7 versions

2013-03-29 Thread dick.guertin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56783 --- Comment #6 from Dick Guertin 2013-03-29 21:19:47 UTC --- (In reply to comment #5) > (In reply to comment #4) > > > > Johanathan, 4.2 was NOT a typo. That was the version of g++ that came with > > Snow Leopard. It was failing. I r

[Bug debug/56783] g++ does not supply signatures for gdb on g++ 4.7 versions

2013-03-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56783 --- Comment #5 from Jonathan Wakely 2013-03-29 20:56:29 UTC --- (In reply to comment #4) > > Johanathan, 4.2 was NOT a typo. That was the version of g++ that came with > Snow Leopard. It was failing. I replaced it by version 4.7 obtai

[Bug debug/56783] g++ does not supply signatures for gdb on g++ 4.7 versions

2013-03-29 Thread dick.guertin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56783 --- Comment #4 from Dick Guertin 2013-03-29 20:04:45 UTC --- (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > Are you sure that this is not a bug in Apple's part of the toolchain and > > > not > > >

[Bug middle-end/56770] Partial sums loop optimization

2013-03-29 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56770 --- Comment #5 from David Edelsohn 2013-03-29 19:53:44 UTC --- Segher pointed out that the transformed code example is has a bug. The first revised loop should test j+1 < NZ. for (j = 0; j+1 < NZ; j += 2){ fValue += Q[j] /

[Bug middle-end/56770] Partial sums loop optimization

2013-03-29 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56770 Steven Bosscher changed: What|Removed |Added Keywords||missed-optimization

[Bug debug/56783] g++ does not supply signatures for gdb on g++ 4.7 versions

2013-03-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56783 --- Comment #3 from Jonathan Wakely 2013-03-29 19:27:03 UTC --- (In reply to comment #2) > (In reply to comment #1) > > Are you sure that this is not a bug in Apple's part of the toolchain and not > > g++? > > I'm almost positive. But

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Co

[Bug c++/56749] [4.8/4.9 Regression] weird interaction between scoped enum used as non-type template parameter and template lookup

2013-03-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56749 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/56774] [4.7/4.8/4.9 Regression] G++ 4.8 reverses variadic template types during unpacking

2013-03-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56774 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug libitm/56784] New: bootstrap broken by libitm on x86_64-unknown-freebsd10.0

2013-03-29 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56784 Bug #: 56784 Summary: bootstrap broken by libitm on x86_64-unknown-freebsd10.0 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug tree-optimization/56770] Partial sums loop optimization

2013-03-29 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56770 --- Comment #3 from David Edelsohn 2013-03-29 18:11:54 UTC --- I tried -funroll-loops -fvariable-expansion-in-unroller. I did not see any additional benefit from -fvariable-expansion-in-unroller. Unrolling helped somewhat, the intermedi

[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions

2013-03-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782 Jason Merrill changed: What|Removed |Added CC||dodji at gcc dot gnu.org

[Bug debug/56783] g++ does not supply signatures for gdb on g++ 4.7 versions

2013-03-29 Thread dick.guertin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56783 --- Comment #2 from Dick Guertin 2013-03-29 17:57:43 UTC --- (In reply to comment #1) > Are you sure that this is not a bug in Apple's part of the toolchain and not > g++? I'm almost positive. But you need to define the term "toolchain"

[Bug debug/56783] g++ does not supply signatures for gdb on g++ 4.7 versions

2013-03-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56783 Andrew Pinski changed: What|Removed |Added Component|c++ |debug --- Comment #1 from Andre

[Bug c++/56783] New: g++ does not supply signatures for gdb on g++ 4.7 versions

2013-03-29 Thread dick.guertin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56783 Bug #: 56783 Summary: g++ does not supply signatures for gdb on g++ 4.7 versions Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRME

[Bug sanitizer/56781] boostrap-asan failure: fixincl fails to link (missing -lasan)

2013-03-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56781 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/56770] Partial sums loop optimization

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56770 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat

[Bug tree-optimization/54200] copyrename generates wrong debuginfo

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

[Bug tree-optimization/56770] Partial sums loop optimization

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

[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions

2013-03-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/56782] New: [C++11] Regression with empty pack expansions

2013-03-29 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782 Bug #: 56782 Summary: [C++11] Regression with empty pack expansions Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug lto/56777] bad grammar in fwhole-program documentation

2013-03-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56777 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug sanitizer/56781] New: boostrap-asan failure: fixincl fails to link (missing -lasan)

2013-03-29 Thread aldot at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56781 Bug #: 56781 Summary: boostrap-asan failure: fixincl fails to link (missing -lasan) Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFI

[Bug other/56780] New: --disable-install-libiberty still installs libiberty.a

2013-03-29 Thread matthew at linuxfromscratch dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780 Bug #: 56780 Summary: --disable-install-libiberty still installs libiberty.a Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: no

[Bug c++/53330] new() operator can return NULL on a zero-length allocation

2013-03-29 Thread kilobyte at angband dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53330 --- Comment #3 from Adam Borowski 2013-03-29 13:20:53 UTC --- Re-tested: * gcc-4.7.2 works on amd64, armhf, x32, fails on i386 * gcc-4.8.0 works on all of the above (all Debian) So it appears to be fixed in 4.8, at least on architectur

[Bug other/28315] gcc doesn't use locale for default input charset

2013-03-29 Thread lacos at caesar dot elte.hu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28315 Laszlo Ersek changed: What|Removed |Added CC||bonzini at gnu dot org,

[Bug c++/53330] new() operator can return NULL on a zero-length allocation

2013-03-29 Thread kilobyte at angband dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53330 --- Comment #2 from Adam Borowski 2013-03-29 13:13:21 UTC --- Created attachment 29750 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29750 updated testcase Updated testcase: it checks for invalid pointers (by freeing them), and re

[Bug libstdc++/56779] New: libstdc++.so: undefined reference to `libintl_textdomain'

2013-03-29 Thread treeve at sourcemage dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 Bug #: 56779 Summary: libstdc++.so: undefined reference to `libintl_textdomain' Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/56778] New: ICE on several benchmarks after r196775.

2013-03-29 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56778 Bug #: 56778 Summary: ICE on several benchmarks after r196775. Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug lto/56777] New: bad grammar in fwhole-program documentation

2013-03-29 Thread jtaylor.debian at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56777 Bug #: 56777 Summary: bad grammar in fwhole-program documentation Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug debug/35118] ICE in mem_loc_descriptor, at dwarf2out.c:8974

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35118 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC

[Bug tree-optimization/14741] graphite with loop blocking and interchanging doesn't optimize a matrix multiplication loop

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14741 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2006-04-23 17:57:20 |2013-03-29

[Bug tree-optimization/40168] missing unrolling/scalarization/reassoc/free

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40168 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2009-12-18 14:45:13 |2013-03-29

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

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34640 Joost VandeVondele changed: What|Removed |Added Blocks||39304 CC|

[Bug fortran/39304] ICE with MATMUL, specific/generic functions and rank checking

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39304 Joost VandeVondele changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC

[Bug fortran/36933] unneeded temporary with derived type containing an array as argument

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36933 Joost VandeVondele changed: What|Removed |Added Status|NEW |RESOLVED CC

[Bug fortran/40958] module files too large

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40958 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat

[Bug tree-optimization/25621] Missed optimization when unrolling the loop (splitting up the sum) (only with -ffast-math)

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25621 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat

[Bug bootstrap/56752] GCC fails to bootstrap on Debian GNU/Linux 7.0 (wheezy) when 32-bit libraries aren't installed

2013-03-29 Thread prosfilaes at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56752 --- Comment #5 from David Starner 2013-03-29 10:00:04 UTC --- You could check that right after building the multilib compiler before trying to compile real code. That would at least give an error message that said what was wrong, instead o

[Bug fortran/41137] inefficient zeroing of an array

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41137 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2009-11-01 16:21:21 |2013-03-29

[Bug libfortran/56737] [4.6/4.7/4.8/4.9 Regression] Wrong I/O result with format cache for Hollerith strings

2013-03-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56737 --- Comment #6 from Tobias Burnus 2013-03-29 09:40:13 UTC --- Author: burnus Date: Fri Mar 29 09:39:47 2013 New Revision: 197230 URL: http://gcc.gnu.org/viewcvs?rev=197230&root=gcc&view=rev Log: 2012-03-29 Tobias Burnus

[Bug libfortran/56737] [4.6/4.7/4.8/4.9 Regression] Wrong I/O result with format cache for Hollerith strings

2013-03-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56737 --- Comment #5 from Tobias Burnus 2013-03-29 09:38:20 UTC --- Author: burnus Date: Fri Mar 29 09:37:37 2013 New Revision: 197229 URL: http://gcc.gnu.org/viewcvs?rev=197229&root=gcc&view=rev Log: 2013-03-29 Tobias Burnus

[Bug fortran/56735] [4.6/4.7/4.8/4.9 Regression] Namelist Read Error with question marks

2013-03-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56735 --- Comment #7 from Tobias Burnus 2013-03-29 09:34:29 UTC --- Author: burnus Date: Fri Mar 29 09:32:57 2013 New Revision: 197228 URL: http://gcc.gnu.org/viewcvs?rev=197228&root=gcc&view=rev Log: 2013-03-29 Tobias Burnus

[Bug fortran/45337] gfortran accepts pointer initialization of DT dummy arguments w/ INTENT(OUT)

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45337 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2010-08-19 09:47:08 |2013-03-29

[Bug rtl-optimization/56776] [4.8/4.9 Regression] valgrind errors within ira

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56776 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat

[Bug rtl-optimization/56776] New: valgrind errors within ira

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56776 Bug #: 56776 Summary: valgrind errors within ira Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/47532] valgrind errors while compiling with -flto

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47532 Joost VandeVondele changed: What|Removed |Added Status|NEW |RESOLVED CC

[Bug libgomp/40362] openmp: some libgomp functions trigger data races

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40362 --- Comment #15 from Joost VandeVondele 2013-03-29 09:11:10 UTC --- *** Bug 50175 has been marked as a duplicate of this bug. ***

[Bug libgomp/50175] data race with OMP barrier

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50175 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC

[Bug middle-end/40194] fortran rules for optimizing

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40194 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC

[Bug middle-end/41453] use INTENT(out) for optimization

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41453 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2012-06-29 00:00:00 |2013-03-29

[Bug tree-optimization/34940] contained subroutines called only once are not inlined

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34940 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2012-06-29 11:27:01 |2013-03-29

[Bug libfortran/51119] MATMUL slow for large matrices

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2011-11-14 00:00:00 |2013-03-29 --- Comment #10

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

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34640 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2009-04-06 10:57:29 |2013-03-29

[Bug target/56734] Even simple exceptions cause a segmentation fault in my build of gcc on Solaris 10.

2013-03-29 Thread marc.girod at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56734 --- Comment #6 from Marc Girod 2013-03-29 08:39:38 UTC --- I can acknowledge that installing binutils 2.23.2 solved my problem with gcc 4.7.2

[Bug fortran/25708] [F95] Module loading is not good at all

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 --- Comment #22 from Joost VandeVondele 2013-03-29 08:33:31 UTC --- Improved in part by http://gcc.gnu.org/ml/fortran/2013-03/msg00143.html as r197124 for 4.9.0

[Bug middle-end/47341] unnecessary versioning in the vectorizer, not implemented affine-affine test

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47341 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2012-06-30 11:21:06 |2013-03-29

[Bug fortran/56378] [4.6/4.7/4.8 Regression] ICE with C_LOC

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 Joost VandeVondele changed: What|Removed |Added Summary|[4.6/4.7/4.8/4.9|[4.6/4.7/4.8 Regression]

[Bug rtl-optimization/31021] gfortran 20% slower than ifort on CP2K computational kernel

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31021 Joost VandeVondele changed: What|Removed |Added Depends on||37150 --- Comment #16 from

[Bug web/56063] [bugzilla] last reconfirmed : now

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56063 --- Comment #9 from Joost VandeVondele 2013-03-29 08:12:23 UTC --- (In reply to comment #7) > What I could do is to hide the calendar button and add a "Now" link instead. I think this would be really appreciated.

[Bug sanitizer/55561] TSAN: provide a TSAN instrumented libgomp

2013-03-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55561 Joost VandeVondele changed: What|Removed |Added Summary|TSAN: Fortran/OMP yields|TSAN: provide a TSAN