[Bug fortran/56378] [4.6/4.7/4.8 Regression] gfortran internal compiler error

2013-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 --- Comment #8 from Tobias Burnus 2013-02-18 20:08:36 UTC --- (In reply to comment #5) ... > function int_fvec2vec (f_vec, n) result (c_vec) > integer f_vec(:) ... > subroutine lat_to_c (Fp, C) bind(c) ... > call lat_to_c2 (c_loc(fvec2vec(ic

[Bug libfortran/30162] [4.7/4.8 Regression] I/O with named pipes does not work on Darwin

2013-02-18 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162 --- Comment #46 from Janne Blomqvist 2013-02-18 20:16:28 UTC --- (In reply to comment #44) > If unformatted sequential ever worked, it was by chance. > > Look at this piece of code: > > /* Seek to the head and overwrite the bogus le

[Bug middle-end/56363] over aggressive division folding ignores sign conversion

2013-02-18 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56363 --- Comment #3 from Jay 2013-02-18 20:50:44 UTC --- (In reply to comment #2) > call? Anyway, it would be better to see a testcase. I'm not sure I can construct one in C. It might be too painful for you to take what I have -- a genera

[Bug libfortran/30162] [4.7/4.8 Regression] I/O with named pipes does not work on Darwin

2013-02-18 Thread tkoenig at netcologne dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162 --- Comment #47 from tkoenig at netcologne dot de 2013-02-18 21:24:31 UTC --- Am 18.02.2013 21:16, schrieb jb at gcc dot gnu.org: >> Look at this piece of code: >> > >> > /* Seek to the head and overwrite the bogus length with the real

[Bug libfortran/30162] [4.7/4.8 Regression] I/O with named pipes does not work on Darwin

2013-02-18 Thread tkoenig at netcologne dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162 --- Comment #48 from tkoenig at netcologne dot de 2013-02-18 21:29:22 UTC --- Am 18.02.2013 20:15, schrieb dominiq at lps dot ens.fr: > Are you suggesting to "fix" the non working named pipes on Darwin by removing > them everywhere? Actu

[Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)

2013-02-18 Thread bdubbs at linuxfromscratch dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56258 Bruce Dubbs changed: What|Removed |Added CC||bdubbs at linuxfromscratch

[Bug libfortran/30162] [4.7/4.8 Regression] Unformatted sequential I/O with named pipes does not work

2013-02-18 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162 --- Comment #49 from Thomas Koenig 2013-02-18 21:46:58 UTC --- Here's a proof of concept patch which lets the test cases "work" due to buffering. Index: unix.c === --- uni

[Bug fortran/56385] New: ICE with allocatable function result in a type-bound procedure

2013-02-18 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56385 Bug #: 56385 Summary: ICE with allocatable function result in a type-bound procedure Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug fortran/56385] [OOP] ICE with allocatable function result in a procedure-pointer component

2013-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56385 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug middle-end/55030] [4.8 Regression]: gcc.c-torture/execute/builtins/memcpy-chk.c execution, -Os (et al)

2013-02-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55030 --- Comment #14 from Hans-Peter Nilsson 2013-02-18 22:21:28 UTC --- (In reply to comment #13) > The original patch was the patch you reverted in comment #1 and the fix for > the > original issue. As far as I can see, you didn't put it ba

[Bug fortran/56385] [4.6/4.7/4.8 Regression] [OOP] ICE with allocatable function result in a procedure-pointer component

2013-02-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56385 Dominique d'Humieres changed: What|Removed |Added Summary|[OOP] ICE with allocatable |[4.6/4.7/4.8 Regression]

[Bug bootstrap/56259] GCC's configure script has a hard-coded setting of 'with_gmp' for FreeBSD

2013-02-18 Thread ljrittle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56259 Loren Rittle changed: What|Removed |Added CC||ljrittle at gcc dot gnu.org ---

[Bug fortran/56386] New: ICE with ASSOCIATE construct and an derived type array component

2013-02-18 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56386 Bug #: 56386 Summary: ICE with ASSOCIATE construct and an derived type array component Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug fortran/56386] [F03] ICE with ASSOCIATE construct and an derived type array component

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

[Bug c++/56387] New: Alias of class template wrongly seen as different

2013-02-18 Thread pkeir at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56387 Bug #: 56387 Summary: Alias of class template wrongly seen as different Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug libquadmath/56379] libquadmath: Wrong result for strtoflt128.c if compiled with -O0

2013-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56379 --- Comment #2 from Tobias Burnus 2013-02-18 23:42:18 UTC --- Some debugging. If one adds the following debugging patch: --- a/libquadmath/strtod/strtod_l.c +++ b/libquadmath/strtod/strtod_l.c @@ -441,3 +441,5 @@ mpn_lshift_1 (mp_limb_t

[Bug target/52555] [4.6/4.7/4.8 Regression] ICE unrecognizable insn with -ffast-math and __attribute__((optimize(xx)))

2013-02-18 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52555 --- Comment #12 from Aldy Hernandez 2013-02-19 00:04:59 UTC --- Author: aldyh Date: Tue Feb 19 00:04:49 2013 New Revision: 196129 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196129 Log: PR target/52555 * genopinit.c

[Bug target/52555] [4.6/4.7/4.8 Regression] ICE unrecognizable insn with -ffast-math and __attribute__((optimize(xx)))

2013-02-18 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52555 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/56108] Asm statement in transaction_relaxed crashes compiler.

2013-02-18 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56108 Aldy Hernandez changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Com

[Bug c++/56388] New: catch(...) in lambda rejected

2013-02-18 Thread omawarisan.bokudesu at live dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56388 Bug #: 56388 Summary: catch(...) in lambda rejected Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/56381] [4.7/4.8 Regression] ICE: cc1plus: internal compiler error: in gimplify_expr, at gimplify.c:7842

2013-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56381 --- Comment #6 from Jakub Jelinek 2013-02-19 06:43:39 UTC --- Author: jakub Date: Tue Feb 19 06:43:34 2013 New Revision: 196133 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196133 Log: PR tree-optimization/56381 * tr

[Bug tree-optimization/56265] [4.8 Regression] ICE in ipa_make_edge_direct_to_target

2013-02-18 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56265 --- Comment #7 from Jan Hubicka 2013-02-19 06:46:20 UTC --- > Honza, any progress on this? Oops, forgot to check the Firefox results. I am currently on a way, will do it once arriving. Honza

[Bug c/50584] No warning for passing small array to C99 static array declarator

2013-02-18 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50584 Andi Kleen changed: What|Removed |Added CC||andi-gcc at firstfloor dot

[Bug c++/56381] [4.7 Regression] ICE: cc1plus: internal compiler error: in gimplify_expr, at gimplify.c:7842

2013-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56381 Jakub Jelinek changed: What|Removed |Added Summary|[4.7/4.8 Regression] ICE: |[4.7 Regression] ICE:

[Bug tree-optimization/56384] [4.8 Regression] ICE in fold_binary_loc, at fold-const.c:10422

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

<    1   2