[Bug c++/59324] New: C++11: -Wsequence-point

2013-11-28 Thread mathieu.malaterre at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59324 Bug ID: 59324 Summary: C++11: -Wsequence-point Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug driver/59321] -fuse-ld does not have effect on -print-prog-name

2013-11-28 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59321 --- Comment #2 from Andreas Schwab sch...@linux-m68k.org --- The driver doesn't actually call ld, but collect2, and passes -fuse-ld down to it.

[Bug libstdc++/59325] New: Provide a way to disable deprecated warnings

2013-11-28 Thread andysem at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59325 Bug ID: 59325 Summary: Provide a way to disable deprecated warnings Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

[Bug bootstrap/59199] [4.9 Regression] r205032 caused LTO bootstrap to fail with bootstrap-profile

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59199 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- It probably hides the underlying bug.

[Bug driver/59321] -fuse-ld does not have effect on -print-prog-name

2013-11-28 Thread maemarcus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59321 --- Comment #3 from maemarcus at gmail dot com --- I'm only saying configure scripts use -print-prog-name to determine the linker, and with introduction of -fuse-ld what's returned there could be inconsistent with what linker is actually being

[Bug c/59326] New: FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 Bug ID: 59326 Summary: FAIL: gcc.dg/vect/vect-simd-clone-*.c Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-11-28 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #51 from Paulo J. Matos pa...@matos-sorge.com --- This was in a private VLIW SIMD port.

[Bug middle-end/59327] New: warning in expand_used_vars

2013-11-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59327 Bug ID: 59327 Summary: warning in expand_used_vars Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3

[Bug debug/59323] [4.9 Regression] Int. comp. error: in add_AT_specification, at dwarf2out.c:4026

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59323 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/59328] New: Template cast operator ambiguity in a delete expression

2013-11-28 Thread maxime.van.noppen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59328 Bug ID: 59328 Summary: Template cast operator ambiguity in a delete expression Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/59312] Incorrect warning defaulted move assignment for ... calls a non-trivial move assignment operator for virtual base ...

2013-11-28 Thread alexander.o.khovansky at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59312 --- Comment #2 from Alexander Khovansky alexander.o.khovansky at yandex dot com --- Jonathan Wakely, I am looking at working draft N3337 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3337.pdf), which has only editorial changes

[Bug lto/59326] FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Component|c |lto Target

[Bug libstdc++/59325] Provide a way to disable deprecated warnings

2013-11-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59325 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- You can use a #pragma to disable -Wdeprecated locally

[Bug c++/59329] New: Using `assert(...)` is not allowed in constexpr functions

2013-11-28 Thread vittorio.romeo at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59329 Bug ID: 59329 Summary: Using `assert(...)` is not allowed in constexpr functions Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: trivial

[Bug c++/33799] Return value's destructor not executed when a local variable's destructor throws

2013-11-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33799 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org --- It's now 2013 so the sensible thing to do is not return by value if your destructor can throw. FWIW Clang also behaves the same as G++ and Intel, and of course calls std::terminate()

[Bug tree-optimization/59322] [4.9 Regression] ICE with segfault on valid code at -O1, -O2, and -O3 on x86_64-linux-gnu

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

[Bug middle-end/59330] New: Crash in is_gimple_reg_type

2013-11-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59330 Bug ID: 59330 Summary: Crash in is_gimple_reg_type Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug lto/59326] FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 --- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 31317 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31317action=edit gcc49-pr59326.patch Untested LTO streaming of OMP_CLAUSEs.

[Bug tree-optimization/59322] [4.9 Regression] ICE with segfault on valid code at -O1, -O2, and -O3 on x86_64-linux-gnu

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59322 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug c++/59312] Incorrect warning defaulted move assignment for ... calls a non-trivial move assignment operator for virtual base ...

2013-11-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59312 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org --- (In reply to Alexander Khovansky from comment #0) — any direct or indirect virtual base class. I'm looking at N3290, but was looking for a bullet starting with that text. Now I see

[Bug middle-end/59327] warning in expand_used_vars

2013-11-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59327 --- Comment #1 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org --- The warning also happens when using g++ (GCC) 4.9.0 20131128 (experimental), and when building gcc for target epiphany-elf.

[Bug driver/59321] -fuse-ld does not have effect on -print-prog-name

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59321 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug regression/59320] ftree-vrp breaks simple loops

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59320 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug debug/59319] gcc does not emit DW_AT_friend or DW_TAG_friend

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59319 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug rtl-optimization/59317] [4.9 Regression] [LRA,MIPS] ICE: in check_rtl, at lra.c (insn does not satisfy constraints)

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59317 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target||mips16

[Bug target/59316] gcc.dg/atomic/c11-atomic-exec-5.c FAILs on Solaris/SPARC

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59316 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Severity|normal |enhancement

[Bug c++/59315] [4.9 regression] g++.dg/warn/Wunused-3.C FAILs on Solaris

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59315 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug tree-optimization/59014] [4.7 Regression] wrong code at -Os and above on x86_64-linux-gnu

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59014 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P1 |P2 Known

[Bug middle-end/59327] warning in expand_used_vars

2013-11-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59327 --- Comment #2 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org --- sz is HOST_WIDE_INT, ASAN_RED_ZONE_SIZE is an int literal, and data.asan_alignb is an unsigned int. With 32 bit int and HOST_WIDE_INT, this results in a 32 bit

[Bug libstdc++/59325] Provide a way to disable deprecated warnings

2013-11-28 Thread andysem at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59325 --- Comment #2 from andysem at mail dot ru --- (In reply to Jonathan Wakely from comment #1) You can use a #pragma to disable -Wdeprecated locally But the legacy C++ is used in the library, which code I'd like to avoid changing.

[Bug middle-end/59327] [4.9 Regression] warning in expand_used_vars

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

[Bug preprocessor/54694] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2013-11-28 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 --- Comment #8 from Markus Trippelsdorf octoploid at yandex dot com --- Ping. All supported gcc versions are affected. Can someone please have a look?

[Bug middle-end/59330] [4.7/4.8/4.9 Regression] Crash in is_gimple_reg_type

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

[Bug middle-end/59330] [4.7/4.8/4.9 Regression] Crash in is_gimple_reg_type

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59330 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug middle-end/59327] [4.9 Regression] warning in expand_used_vars

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59327 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/59316] gcc.dg/atomic/c11-atomic-exec-5.c FAILs on Solaris/SPARC

2013-11-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59316 --- Comment #6 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Btw, for the release I consider this a testsuite bug (the test should be disabled/skipped for archs not supporting the feature). Yes, but only immediately before the release, as

[Bug c++/59271] [4.9 Regression] a.C:16:21: internal compiler error: in strip_typedefs, at cp/tree.c:1315

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59271 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2013-11-28 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added Status|WAITING

[Bug debug/59323] [4.9 Regression] Int. comp. error: in add_AT_specification, at dwarf2out.c:4026

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59323 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Thu Nov 28 12:09:10 2013 New Revision: 205481 URL: http://gcc.gnu.org/viewcvs?rev=205481root=gccview=rev Log: 2013-11-28 Richard Biener rguent...@suse.de

[Bug debug/59323] [4.9 Regression] Int. comp. error: in add_AT_specification, at dwarf2out.c:4026

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59323 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/59299] We do not sink loads

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59299 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c++/33799] Return value's destructor not executed when a local variable's destructor throws

2013-11-28 Thread temporal at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33799 --- Comment #7 from Kenton Varda temporal at gmail dot com --- It's now 2013 so the sensible thing to do is not return by value if your destructor can throw. That actually sounds like a pretty difficult rule to follow, unless you either ban

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2013-11-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Last reconfirmed|2013-11-28 00:00:00 |2012-09-25 0:00

[Bug tree-optimization/59322] [4.9 Regression] ICE with segfault on valid code at -O1, -O2, and -O3 on x86_64-linux-gnu

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59322 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2013-11-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 --- Comment #11 from H.J. Lu hjl.tools at gmail dot com --- I won't call it exactly a regression since -mavx is a new option and -march=native adds -mavx implicitly.

[Bug sanitizer/59106] Failure to link against static libasan

2013-11-28 Thread ygribov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59106 --- Comment #19 from ygribov at gcc dot gnu.org --- Author: ygribov Date: Thu Nov 28 12:20:23 2013 New Revision: 205482 URL: http://gcc.gnu.org/viewcvs?rev=205482root=gccview=rev Log: 2013-11-28 Jakub Jelinek ja...@redhat.com Yury

[Bug sanitizer/59106] Failure to link against static libasan

2013-11-28 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59106 Yury Gribov y.gribov at samsung dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/59257] usan/*san: Dpcumentation oddness of -fsanitize= / -fsanitize=shift

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

[Bug libstdc++/59325] Provide a way to disable deprecated warnings

2013-11-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59325 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org --- Doing this before any other includes will work: #include bits/c++config #undef _GLIBCXX_DEPRECATED #define _GLIBCXX_DEPRECATED I'm not convinced we want to support this officially.

[Bug libstdc++/59325] Provide a way to disable deprecated warnings

2013-11-28 Thread andysem at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59325 --- Comment #4 from andysem at mail dot ru --- (In reply to Jonathan Wakely from comment #3) Doing this before any other includes will work: #include bits/c++config #undef _GLIBCXX_DEPRECATED #define _GLIBCXX_DEPRECATED I'm not convinced

[Bug c++/43734] cerr related segmentation fault

2013-11-28 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43734 --- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE --- --- Comment #8 from Rolf Eike Beer e...@sf-mail.de --- I get the same problem using gcc 4.5, 4.7, and 4.8 on a Sun Fire V240 running Gentoo. Even if

[Bug c++/43734] cerr related segmentation fault

2013-11-28 Thread e...@sf-mail.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43734 --- Comment #11 from Rolf Eike Beer e...@sf-mail.de --- I don't have the least idea what's going on here, and cannot debug issues on Linux/SPARC since I don't have access to that platform. Sadly I can't give you direct access to my machine, but

[Bug lto/59326] FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- Hmm. So apart from missing support for OMP_CLAUSE in hash_tree and more important in compare_tree_sccs_1 (all OMP_CLAUSE trees are currently considered equal and thus merged). The

[Bug lto/59326] FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/43734] cerr related segmentation fault

2013-11-28 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43734 --- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE --- --- Comment #11 from Rolf Eike Beer e...@sf-mail.de --- I don't have the least idea what's going on here, and cannot debug issues on Linux/SPARC

[Bug lto/59326] FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Richard Biener from comment #3) Fix for that: Index: gcc/omp-low.c === --- gcc/omp-low.c

[Bug lto/59326] FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #4) But then it won't handle the !node-definition cloning (it isn't actually cloning in that case, just creating another DECL_EXTERNAL

[Bug sanitizer/59331] New: ubsan gives extra warnings with vla.

2013-11-28 Thread larsbj at gullik dot net
Assignee: unassigned at gcc dot gnu.org Reporter: larsbj at gullik dot net CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org g++ (GCC) 4.9.0 20131128 (experimental) Copyright (C) 2013 Free

[Bug middle-end/59327] [4.9 Regression] warning in expand_used_vars

2013-11-28 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59327 --- Comment #4 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #3) Created attachment 31318 [details] gcc49-pr59327.patch Untested fix. This allows arc-elf and arc-epiphany configureed with

[Bug ipa/58721] [4.9 Regression] The subroutine perdida is no longer inlined in fatigue.f90

2013-11-28 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58721 Yuri Rumyantsev ysrumyan at gmail dot com changed: What|Removed |Added CC||ysrumyan at

[Bug sanitizer/59331] ubsan gives extra warnings with vla.

2013-11-28 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59331 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug middle-end/59330] [4.7/4.8/4.9 Regression] Crash in is_gimple_reg_type

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59330 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Thu Nov 28 14:52:44 2013 New Revision: 205486 URL: http://gcc.gnu.org/viewcvs?rev=205486root=gccview=rev Log: 2013-11-28 Richard Biener rguent...@suse.de

[Bug middle-end/59330] [4.7/4.8 Regression] Crash in is_gimple_reg_type

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59330 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.9.0

[Bug middle-end/59273] [4.9 Regression] ICE in expand_expr_real_2, at expr.c:9188 on alpha

2013-11-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59273 --- Comment #7 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Jakub Jelinek from comment #6) Fixed. I can confirm the fix on native alpha bootstrap [1]. [1] http://gcc.gnu.org/ml/gcc-testresults/2013-11/msg02115.html

[Bug debug/59323] [4.9 Regression] Int. comp. error: in add_AT_specification, at dwarf2out.c:4026

2013-11-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59323 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Thu Nov 28 15:22:55 2013 New Revision: 205487 URL: http://gcc.gnu.org/viewcvs?rev=205487root=gccview=rev Log: 2013-11-28 Richard Biener rguent...@suse.de

[Bug c/59309] FAIL: c-c++-common/cilk-plus/CK/spawnee_inline.c -g -fcilkplus (test for excess errors)

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

[Bug plugins/59214] [4.9 Regression] Many plugin test failures

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

[Bug lto/59332] New: Segmentation fault in inline_summary with LTO + attribute optimize

2013-11-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59332 Bug ID: 59332 Summary: Segmentation fault in inline_summary with LTO + attribute optimize Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/56788] _mm_frcz_sd and _mm_frcz_ss ignore their second argument

2013-11-28 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56788 --- Comment #16 from uros at gcc dot gnu.org --- Author: uros Date: Thu Nov 28 16:48:44 2013 New Revision: 205495 URL: http://gcc.gnu.org/viewcvs?rev=205495root=gccview=rev Log: Backport from mainline 2013-11-23 Uros Bizjak

[Bug c++/59297] [4.7/4.8/4.9 Regression] ICE: openmp atomic with indirect LHS

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59297 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/58253] IPA-SRA creates calls with different arguments that the callee accepts

2013-11-28 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58253 --- Comment #1 from Martin Jambor jamborm at gcc dot gnu.org --- I do not quite understand why the port needs to look at alignments of scalars passed by value at all but I assume there is a reason. When it comes to the IPA-SRA created formal

[Bug regression/59320] ftree-vrp breaks simple loops

2013-11-28 Thread astra at ionic dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59320 --- Comment #5 from David Kaufmann astra at ionic dot at --- Created attachment 31320 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31320action=edit preprocessor output i hope this is the proper preprocessed source, i generated it with the

[Bug c/59280] [4.8/4.9 Regression] ICE with attribute((constructor(invalid)))

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59280 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug ipa/59226] [4.9 Regression] ICE: in record_target_from_binfo, at ipa-devirt.c:661

2013-11-28 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59226 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug sanitizer/59333] ICE with long long and -m32 -fsanitize=undefined

2013-11-28 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59333 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug sanitizer/59333] New: ICE with long long and -m32 -fsanitize=undefined

2013-11-28 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59333 Bug ID: 59333 Summary: ICE with long long and -m32 -fsanitize=undefined Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/59208] [4.9 Regression] ice in initialize_flags_in_bb

2013-11-28 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59208 --- Comment #7 from Jan Hubicka hubicka at gcc dot gnu.org --- Created attachment 31322 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31322action=edit Proposed fix I am testing Hi, the problem here is that update_stmt is called with cfun

[Bug target/56788] _mm_frcz_sd and _mm_frcz_ss ignore their second argument

2013-11-28 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56788 --- Comment #17 from uros at gcc dot gnu.org --- Author: uros Date: Thu Nov 28 18:14:23 2013 New Revision: 205497 URL: http://gcc.gnu.org/viewcvs?rev=205497root=gccview=rev Log: Backport from mainline 2013-11-23 Uros Bizjak

[Bug target/56788] _mm_frcz_sd and _mm_frcz_ss ignore their second argument

2013-11-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56788 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug regression/59320] ftree-vrp breaks simple loops

2013-11-28 Thread astra at ionic dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59320 --- Comment #6 from David Kaufmann astra at ionic dot at --- (In reply to Richard Biener from comment #4) Please attach a testcase or at least preprocessed source of w_drawprim.c. a testcase is the first attachment to this bug with either xfig

[Bug regression/59320] ftree-vrp breaks simple loops

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

[Bug regression/59320] ftree-vrp breaks simple loops

2013-11-28 Thread astra at ionic dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59320 --- Comment #8 from David Kaufmann astra at ionic dot at --- Created attachment 31323 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31323action=edit gdb backtrace full when segfaulting backtrace from gdb when opening xfig with provided

[Bug regression/59320] ftree-vrp breaks simple loops

2013-11-28 Thread astra at ionic dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59320 --- Comment #9 from David Kaufmann astra at ionic dot at --- (In reply to Joost VandeVondele from comment #7) (In reply to David Kaufmann from comment #5) Created attachment 31320 [details] preprocessor output the buggy function is on line

[Bug regression/59320] ftree-vrp breaks simple loops

2013-11-28 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59320 --- Comment #10 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch --- (In reply to David Kaufmann from comment #9) (In reply to Joost VandeVondele from comment #7) (In reply to David Kaufmann from comment #5) Created attachment

[Bug tree-optimization/59334] New: [4.9 Regression] r205486 caused many failures

2013-11-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59334 Bug ID: 59334 Summary: [4.9 Regression] r205486 caused many failures Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug ipa/58721] [4.9 Regression] The subroutine perdida is no longer inlined in fatigue.f90

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

[Bug target/57293] [4.8/4.9 Regression] not needed frame pointers on IA-32 (performance regression?)

2013-11-28 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57293 --- Comment #9 from Vladimir Makarov vmakarov at gcc dot gnu.org --- Author: vmakarov Date: Thu Nov 28 21:45:21 2013 New Revision: 205498 URL: http://gcc.gnu.org/viewcvs?rev=205498root=gccview=rev Log: 2013-11-28 Vladimir Makarov

[Bug tree-optimization/59334] [4.9 Regression] r205486 caused many failures

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

[Bug target/59316] gcc.dg/atomic/c11-atomic-exec-5.c FAILs on Solaris/SPARC

2013-11-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59316 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Target|sparc*-sun-solaris2.*,

[Bug middle-end/59327] [4.9 Regression] warning in expand_used_vars

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59327 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Thu Nov 28 22:52:40 2013 New Revision: 205499 URL: http://gcc.gnu.org/viewcvs?rev=205499root=gccview=rev Log: PR middle-end/59327 * cfgexpand.c

[Bug preprocessor/58687] #line __LINE__ ... changes subsequent line numbers

2013-11-28 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58687 Joseph S. Myers jsm28 at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED

[Bug c++/59297] [4.7/4.8/4.9 Regression] ICE: openmp atomic with indirect LHS

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59297 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Thu Nov 28 22:53:50 2013 New Revision: 205500 URL: http://gcc.gnu.org/viewcvs?rev=205500root=gccview=rev Log: PR c++/59297 * semantics.c

[Bug c++/59297] [4.7/4.8/4.9 Regression] ICE: openmp atomic with indirect LHS

2013-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59297 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Thu Nov 28 22:56:35 2013 New Revision: 205501 URL: http://gcc.gnu.org/viewcvs?rev=205501root=gccview=rev Log: PR c++/59297 * semantics.c

[Bug ipa/58721] [4.9 Regression] The subroutine perdida is no longer inlined in fatigue.f90

2013-11-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58721 --- Comment #3 from Dominique d'Humieres dominiq at lps dot ens.fr --- After apllying this fix routine is inlined. I have applied the following patch --- ../_clean/gcc/ipa-inline.c2013-11-22 17:27:28.0 +0100 +++ gcc/ipa-inline.c

[Bug target/59316] gcc.dg/atomic/c11-atomic-exec-5.c FAILs on Solaris/SPARC

2013-11-28 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59316 --- Comment #8 from joseph at codesourcery dot com joseph at codesourcery dot com --- It fails everywhere that (a) supports floating-point exceptions, (b) has not had the target hook added and (c) supports pthreads ((c) is a requirement for the

[Bug c/57574] -std=c99 inline function incorrectly has external linkage with prior static declaration

2013-11-28 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57574 --- Comment #1 from Joseph S. Myers jsm28 at gcc dot gnu.org --- Author: jsm28 Date: Fri Nov 29 01:30:42 2013 New Revision: 205506 URL: http://gcc.gnu.org/viewcvs?rev=205506root=gccview=rev Log: PR c/57574 c: * c-decl.c (merge_decls):

[Bug c/57574] -std=c99 inline function incorrectly has external linkage with prior static declaration

2013-11-28 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57574 Joseph S. Myers jsm28 at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug regression/59320] ftree-vrp breaks simple loops

2013-11-28 Thread astra at ionic dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59320 David Kaufmann astra at ionic dot at changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug plugins/59335] New: Plugin doesn't build on trunk

2013-11-28 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 Bug ID: 59335 Summary: Plugin doesn't build on trunk Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: plugins

[Bug plugins/59335] Plugin doesn't build on trunk

2013-11-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- These are two different issues. The x86 one is a target specific issue and the arm one is a generic issue. That is what it should be doing for x86 should be something like arm

  1   2   >