[Bug libfortran/59419] [4.9 Regression] Failing OPEN with FILE='xxx' and IOSTAT creates the file 'xxx' after revision 196783

2013-12-14 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59419 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org ---

[Bug c/55217] False -Wstrict-overflow warning

2013-12-14 Thread mickey.veksler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217 --- Comment #2 from Michael Veksler --- A much more clear-cut, weird, and severe case: $ cat delta.c int bar(); void foo() { int stop= 0; for (int i=10 ; i>=0 && !stop; --i) { stop= bar(); } } $ gcc -c -O3 -Wstrict-overflow=3

[Bug c/55217] False -Wstrict-overflow warning

2013-12-14 Thread mickey.veksler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55217 Michael Veksler changed: What|Removed |Added CC||mickey.veksler at gmail dot com --- Com

[Bug fortran/51605] internal compiler error gfc_trans_block_construct, at fortran/trans-stmt.c:984

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51605 Bug 51605 depends on bug 51610, which changed state. Bug 51610 Summary: [OOP] Class container does not properly handle POINTER and TARGET http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51610 What|Removed |Added --

[Bug fortran/51610] [OOP] Class container does not properly handle POINTER and TARGET

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51610 janus at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIX

[Bug c++/58477] [4.9 Regression] ice in cgraph_speculative_call_info

2013-12-14 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58477 --- Comment #7 from Jan Hubicka --- Author: hubicka Date: Sat Dec 14 22:08:48 2013 New Revision: 205993 URL: http://gcc.gnu.org/viewcvs?rev=205993&root=gcc&view=rev Log: PR middle-end/58477 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip

[Bug debug/59510] New: [4.9 Regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212 with -O2 -g --param=large-stack-frame-growth=1

2013-12-14 Thread zsojka at seznam dot cz
nfigured with: /mnt/svn/gcc-trunk//configure --enable-checking=yes,rtl,df --enable-languages=c,c++,lto,fortran --prefix=/mnt/svn/gcc-trunk/binary-205985-lto-fortran-checking-yes-rtl-df/ --without-cloog --without-ppl Thread model: posix gcc version 4.9.0 20131214 (experimental) (GCC) Tested revisio

[Bug ipa/59265] [4.9 Regression] Segmentation fault in ipa_note_param_call for -fprofile-use in SPEC CPU2006

2013-12-14 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59265 --- Comment #2 from Markus Trippelsdorf --- Here's a reduced testcase that works without any gcda file: markus@x4 testcase % < test.ii class A { int m_fn1() const; unsigned m_fn2() const; }; class B { public: virtual void m_fn1(); }; class

[Bug fortran/45824] Update expr.c's check_inquiry for C_SIZEOF, compiler_version/_options, etc.

2013-12-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45824 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/46641] Specification-expr checks and results with C_SIZEOF and SIZEOF

2013-12-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46641 Bug 46641 depends on bug 45824, which changed state. Bug 45824 Summary: Update expr.c's check_inquiry for C_SIZEOF, compiler_version/_options, etc. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45824 What|Removed

[Bug fortran/47399] [OOP] ICE with TBP of a PARAMETER

2013-12-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47399 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/51605] internal compiler error gfc_trans_block_construct, at fortran/trans-stmt.c:984

2013-12-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51605 Bug 51605 depends on bug 51610, which changed state. Bug 51610 Summary: [OOP] Class container does not properly handle POINTER and TARGET http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51610 What|Removed |Added --

[Bug fortran/51610] [OOP] Class container does not properly handle POINTER and TARGET

2013-12-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51610 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/46641] Specification-expr checks and results with C_SIZEOF and SIZEOF

2013-12-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46641 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug debug/59418] ICE in maybe_record_trace_start, at dwarf2cfi.c:2221

2013-12-14 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59418 Ryan Mansfield changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug c++/58477] [4.9 Regression] ice in cgraph_speculative_call_info

2013-12-14 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58477 --- Comment #6 from Jan Hubicka --- Author: hubicka Date: Sat Dec 14 18:28:22 2013 New Revision: 205991 URL: http://gcc.gnu.org/viewcvs?rev=205991&root=gcc&view=rev Log: PR middle-end/58477 * cgraphclones.c (cgraph_clone_edge): Do not res

[Bug fortran/52370] [4.7/4.8/4.9 Regression] Spurious "may be used uninitialized" warning for check of optional argument

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

[Bug c++/59509] template function definition. redefinition error

2013-12-14 Thread ich at az2000 dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59509 --- Comment #1 from Albert Zeyer --- Sorry, that was the error from my real app. From the test case, the error is: test_prodtempl.cpp:24:6: error: redefinition of 'template decltype (prod(a, b)) operator*(const T1&, const T2&)' auto operator*(co

[Bug fortran/59450] [OOP] ICE for type-bound-procedure expression in module procedure interface

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/59509] New: template function definition. redefinition error

2013-12-14 Thread ich at az2000 dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59509 Bug ID: 59509 Summary: template function definition. redefinition error Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug fortran/59502] [OOP] ICE on invalid on pointer assignment to non-pointer CLASS

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59502 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/59502] [OOP] ICE on invalid on pointer assignment to non-pointer CLASS

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59502 --- Comment #3 from janus at gcc dot gnu.org --- Author: janus Date: Sat Dec 14 17:47:22 2013 New Revision: 205990 URL: http://gcc.gnu.org/viewcvs?rev=205990&root=gcc&view=rev Log: 2013-12-14 Janus Weil PR fortran/59502 * primary.c (gf

[Bug target/59492] [4.9 Regression] multiarch function versioning fails to preserve -fPIC

2013-12-14 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59492 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/58857] [OOP] CLASS wrongly rejected in BLOCK DATA

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

[Bug target/59492] [4.9 Regression] multiarch function versioning fails to preserve -fPIC

2013-12-14 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59492 --- Comment #8 from hjl at gcc dot gnu.org --- Author: hjl Date: Sat Dec 14 17:01:49 2013 New Revision: 205989 URL: http://gcc.gnu.org/viewcvs?rev=205989&root=gcc&view=rev Log: Restore flag_pic in ix86_function_specific_restore gcc/ PR targ

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/59490] [4.9 Regression] cilk-plus failure

2013-12-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59490 --- Comment #3 from Dominique d'Humieres --- The following patch silences the failures: --- ../_clean/gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc2013-12-11 19:35:38.0 +0100 +++ gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc2013

[Bug fortran/59493] [OOP] ICE: Segfault on Class(*) pointer association

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59493 --- Comment #6 from janus at gcc dot gnu.org --- (In reply to janus from comment #5) > Here is a simpler patch (which could even be considered for backporting to > 4.8): Just verified that it is free of testsuite regressions.

[Bug rtl-optimization/59350] [4.9 regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212

2013-12-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59350 Eric Botcazou changed: What|Removed |Added Target|x86_64-*-* | Status|ASSIGNED

[Bug rtl-optimization/59350] [4.9 regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212

2013-12-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59350 --- Comment #15 from Eric Botcazou --- Author: ebotcazou Date: Sat Dec 14 15:24:58 2013 New Revision: 205986 URL: http://gcc.gnu.org/viewcvs?rev=205986&root=gcc&view=rev Log: * var-tracking.c (add_stores): Fix oversight in latest commit. Add

[Bug fortran/59502] [OOP] ICE on invalid on pointer assignment to non-pointer CLASS

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59502 --- Comment #2 from janus at gcc dot gnu.org --- (In reply to janus from comment #1) > Patch: Regtests cleanly. Will commit as obvious.

[Bug ipa/59265] [4.9 Regression] Segmentation fault in ipa_note_param_call for -fprofile-use in SPEC CPU2006

2013-12-14 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59265 Markus Trippelsdorf changed: What|Removed |Added CC||octoploid at yandex dot com --- Com

[Bug ipa/59473] [4.9 Regression] ice in get_class_context with -O3

2013-12-14 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59473 Marek Polacek changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug libstdc++/59508] New: std::find could use specialized container's find

2013-12-14 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59508 Bug ID: 59508 Summary: std::find could use specialized container's find Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Compone

[Bug middle-end/59507] ICE: in mark_reachable_handlers, at tree-eh.c:3833 with -O -fnon-call-exceptions -fvtable-verify=preinit

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

[Bug middle-end/59507] New: ICE: in mark_reachable_handlers, at tree-eh.c:3833 with -O -fnon-call-exceptions -fvtable-verify=preinit

2013-12-14 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59507 Bug ID: 59507 Summary: ICE: in mark_reachable_handlers, at tree-eh.c:3833 with -O -fnon-call-exceptions -fvtable-verify=preinit Product: gcc Version: 4.9.0 Status: UNCONFI

[Bug sanitizer/59503] Bogus integer-overflow error with long long with -m32

2013-12-14 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59503 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/59503] Bogus integer-overflow error with long long with -m32

2013-12-14 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59503 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Sat Dec 14 12:19:56 2013 New Revision: 205984 URL: http://gcc.gnu.org/viewcvs?rev=205984&root=gcc&view=rev Log: PR sanitizer/59503 * internal-fn.c (ubsan_expand_si_overflow_adds

[Bug lto/59505] gcc-4.9.0-20131208 can't link glsl_compiler with -flto=4 in -m32 where gcc-4.8.2 works fine

2013-12-14 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505 --- Comment #12 from Markus Trippelsdorf --- (In reply to David Kredba from comment #11) > And I will try your binutils patch. > > Do you think that for 4.9.0 GCC release binutils will support > slim-LTO-objects? > LTO support for general use in

[Bug go/59506] net FAILs (timeout) on alpha

2013-12-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59506 --- Comment #1 from Uroš Bizjak --- Created attachment 31438 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31438&action=edit strace -f output Some ~30 seconds of strace dump.

[Bug rtl-optimization/59350] [4.9 regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212

2013-12-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59350 Eric Botcazou changed: What|Removed |Added Component|middle-end |rtl-optimization --- Comment #14 from Eri

[Bug lto/59505] gcc-4.9.0-20131208 can't link glsl_compiler with -flto=4 in -m32 where gcc-4.8.2 works fine

2013-12-14 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505 --- Comment #11 from David Kredba --- Hello Markus, Thank you for your great support. AS=gcc-as AR=gcc-ar NM=gcc-nm RANLIB=gcc-ranlib did it for me for mesa and I will use it in problematic future cases. And I will try your binutils patch. Do y

[Bug go/59506] New: net FAILs (timeout) on alpha

2013-12-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59506 Bug ID: 59506 Summary: net FAILs (timeout) on alpha Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee

[Bug lto/59505] gcc-4.9.0-20131208 can't link glsl_compiler with -flto=4 in -m32 where gcc-4.8.2 works fine

2013-12-14 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505 --- Comment #10 from Markus Trippelsdorf --- Created attachment 31437 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31437&action=edit binutils patch

[Bug lto/59505] gcc-4.9.0-20131208 can't link glsl_compiler with -flto=4 in -m32 where gcc-4.8.2 works fine

2013-12-14 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505 --- Comment #9 from Markus Trippelsdorf --- (In reply to David Kredba from comment #8) > Thank you Markus. > Could you please tell me if binutils 2.24.51.0.2 are OK for this? Unfortunately not out of the box. I use the attached simple patch for b

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

2013-12-14 Thread tysonroy at yopmail dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50160 tysonroy changed: What|Removed |Added CC||tysonroy at yopmail dot fr --- Comment #38 fro

[Bug lto/59505] gcc-4.9.0-20131208 can't link glsl_compiler with -flto=4 in -m32 where gcc-4.8.2 works fine

2013-12-14 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505 --- Comment #8 from David Kredba --- Thank you Markus. Could you please tell me if binutils 2.24.51.0.2 are OK for this? I will try AR=gcc-ar etc in the meantime.

[Bug fortran/59493] [OOP] ICE: Segfault on Class(*) pointer association

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59493 --- Comment #5 from janus at gcc dot gnu.org --- Here is a simpler patch (which could even be considered for backporting to 4.8): Index: gcc/fortran/class.c === --- gcc/fortran/class

[Bug fortran/59450] [OOP] ICE for type-bound-procedure expression in module procedure interface

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 --- Comment #7 from janus at gcc dot gnu.org --- (In reply to bugs from comment #5) > just wanted to say thanks. Your speed is terrific :) you're welcome :) The fix has landed on trunk by now. If the example you posted is part of a larger code ba

[Bug fortran/59450] [OOP] ICE for type-bound-procedure expression in module procedure interface

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 --- Comment #6 from janus at gcc dot gnu.org --- Author: janus Date: Sat Dec 14 10:31:56 2013 New Revision: 205983 URL: http://gcc.gnu.org/viewcvs?rev=205983&root=gcc&view=rev Log: 2013-12-14 Janus Weil PR fortran/59450 * module.c (mio

[Bug c++/58372] internal compiler error: ix86_compute_frame_layout

2013-12-14 Thread sonoro at telefonica dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372 --- Comment #11 from sonoro at telefonica dot net --- So it seems you solved the problem in sjlj Are you going to push it? Thanks victor

[Bug fortran/35040] usage of init expression in its own definition

2013-12-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35040 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org --- Co

[Bug fortran/59502] [OOP] ICE on invalid on pointer assignment to non-pointer CLASS

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

[Bug lto/59505] gcc-4.9.0-20131208 can't link glsl_compiler with -flto=4 in -m32 where gcc-4.8.2 works fine

2013-12-14 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505 Markus Trippelsdorf changed: What|Removed |Added CC||octoploid at yandex dot com --- Com

[Bug lto/59505] gcc-4.9.0-20131208 can't link glsl_compiler with -flto=4 in -m32 where gcc-4.8.2 works fine

2013-12-14 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505 --- Comment #6 from David Kredba --- Hello, Before reporting this to you I opened a Mesa bug where they suggested me to try released version of GCC. Gcc-4.8.2 works for them with -flto=4. This report is result of that suggestion. It works for me t