[Bug tree-optimization/54317] [4.8 Regression] FAIL: c45532m c45532n c45532o c45532p

2012-08-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54317 --- Comment #3 from Marc Glisse glisse at gcc dot gnu.org 2012-08-22 06:19:17 UTC --- Actually, I reviewed my patch and I just found a bug, which can be seen on x86_64 with: extern void g(); void f(unsigned __int128 x){ unsigned __int128 n2 =

[Bug c++/54348] confusing error reported for type mismatch in conditional expression : error: no match for ternary 'operator?:' in 'false ?

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54348 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org 2012-08-22 07:37:18 UTC --- (In reply to comment #5) strct s struct_strct( items, myItems, name, myName ) ; } /code This works! Only because NULL can be converted to

[Bug rtl-optimization/54269] [4.8 Regression] memory usage too large when optimizing

2012-08-22 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54269 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added Status|UNCONFIRMED

[Bug rtl-optimization/54269] [4.8 Regression] memory usage too large when optimizing

2012-08-22 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54269 --- Comment #7 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch 2012-08-22 07:43:30 UTC --- Fixed for current trunk, maybe a dup of PR54332

[Bug c/52991] attribute packed broken on mingw32?

2012-08-22 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #5 from Mikael Pettersson mikpe at it dot uu.se 2012-08-22 08:34:46 UTC --- The following variation of the test case was compiled with both gcc-4.7.1 and MS Visual Studio 2008: #include stdio.h #if defined(__GNUC__) struct A1 {

[Bug middle-end/53676] [4.7 regression] empty loop is not always removed now

2012-08-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 --- Comment #13 from Richard Guenther rguenth at gcc dot gnu.org 2012-08-22 08:46:54 UTC --- (In reply to comment #12) I've been doing research into LLVM 3.1 and other GCC versions. LLVM 3.1 correctly eliminate the (near) empty loop, and their

[Bug middle-end/53676] [4.7 regression] empty loop is not always removed now

2012-08-22 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||steven at gcc

[Bug rtl-optimization/54269] [4.8 Regression] memory usage too large when optimizing

2012-08-22 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54269 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Resolution|FIXED |DUPLICATE ---

[Bug middle-end/54332] [4.8 Regression] 481.wrf in SPEC CPU 2006 takes 10GB memory to compile

2012-08-22 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54332 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug middle-end/53676] [4.7 regression] empty loop is not always removed now

2012-08-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 --- Comment #15 from Richard Guenther rguenth at gcc dot gnu.org 2012-08-22 09:17:10 UTC --- (In reply to comment #14) (In reply to comment #13) No, it's only the commit referenced in this PR. No optimization regressions warrant a backport

[Bug rtl-optimization/54343] RTL postreload leaks DF memory

2012-08-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54343 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2012-08-22 09:32:13 UTC --- (In reply to comment #3) HJ's fix for PR 54332 will probably fix this one, too. Could you re-test? Thanks. Doesn't fix it. ==18936== 3,984 bytes in

[Bug middle-end/53695] [4.8 Regression] ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O2 -ftracer and labels/gotos

2012-08-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53695 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2012-08-22 09:36:10 UTC --- Patch that was posted (no comments yet): http://gcc.gnu.org/ml/gcc-patches/2012-06/msg01754.html

[Bug debug/53671] [4.8 Regression] Many guality test failures

2012-08-22 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671 Igor Zamyatin izamyatin at gmail dot com changed: What|Removed |Added CC||izamyatin at

[Bug debug/53671] [4.8 Regression] Many guality test failures

2012-08-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug debug/53671] [4.8 Regression] Many guality test failures

2012-08-22 Thread mark at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671 --- Comment #13 from Mark Wielaard mark at gcc dot gnu.org 2012-08-22 11:10:21 UTC --- [PATCH] gdb: dwarf2read.c handle DW_AT_high_pc constant form for DWARF 4+. http://sourceware.org/ml/gdb-patches/2012-04/msg00982.html

[Bug debug/53671] [4.8 Regression] Many guality test failures

2012-08-22 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671 --- Comment #14 from Igor Zamyatin izamyatin at gmail dot com 2012-08-22 11:24:17 UTC --- Thanks!

[Bug tree-optimization/46590] [4.6/4.7/4.8 Regression] long compile time with -O2 and many loops

2012-08-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590 --- Comment #27 from Richard Guenther rguenth at gcc dot gnu.org 2012-08-22 11:39:56 UTC --- The issue with loop header copying is that we use incremental SSA updating with PHI insertion for each individual loop header copied. That computes

[Bug tree-optimization/53852] [4.8 Regression] -ftree-loop-linear: large compile time / memory usage

2012-08-22 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852 --- Comment #5 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch 2012-08-22 11:58:00 UTC --- simplified testcase and some analysis: SUBROUTINE build_d_tensor_gks(d5f,v,d5) INTEGER, PARAMETER :: dp=8 REAL(KIND=dp),

[Bug tree-optimization/54317] [4.8 Regression] FAIL: c45532m c45532n c45532o c45532p

2012-08-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54317 --- Comment #4 from Marc Glisse glisse at gcc dot gnu.org 2012-08-22 12:29:34 UTC --- Author: glisse Date: Wed Aug 22 12:29:23 2012 New Revision: 190591 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=190591 Log: 2012-08-22 Marc Glisse

[Bug tree-optimization/54317] [4.8 Regression] FAIL: c45532m c45532n c45532o c45532p

2012-08-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54317 --- Comment #5 from Marc Glisse glisse at gcc dot gnu.org 2012-08-22 12:38:36 UTC --- Hello, I have no idea if the last commit helped, feel free to reconfirm the bug.

[Bug rtl-optimization/54343] RTL postreload leaks DF memory

2012-08-22 Thread dnovillo at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54343 --- Comment #5 from dnovillo at google dot com dnovillo at google dot com 2012-08-22 12:43:02 UTC --- On 2012-08-22 05:32 , rguenth at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54343 --- Comment #4 from Richard

[Bug rtl-optimization/54343] RTL postreload leaks DF memory

2012-08-22 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54343 --- Comment #6 from rguenther at suse dot de rguenther at suse dot de 2012-08-22 13:01:53 UTC --- On Wed, 22 Aug 2012, dnovillo at google dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54343 --- Comment #5 from dnovillo at google

[Bug tree-optimization/46590] [4.6/4.7/4.8 Regression] long compile time with -O2 and many loops

2012-08-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590 --- Comment #28 from Richard Guenther rguenth at gcc dot gnu.org 2012-08-22 13:17:42 UTC --- Author: rguenth Date: Wed Aug 22 13:17:26 2012 New Revision: 190594 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=190594 Log: 2012-08-22 Richard

[Bug target/54347] REAL_VALUE_TO_TARGET_LONG_DOUBLE shouldn't be used with XFmode

2012-08-22 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54347 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.8.0 --- Comment #1

[Bug target/54349] New: _mm_cvtsi128_si64 unnecessary stores value at stack

2012-08-22 Thread neleai at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54349 Bug #: 54349 Summary: _mm_cvtsi128_si64 unnecessary stores value at stack Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/54349] _mm_cvtsi128_si64 unnecessary stores value at stack

2012-08-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54349 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/47440] Use LCM for vzeroupper insertion

2012-08-22 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47440 Vladimir Yakovlev vbyakovl23 at gmail dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug debug/13111] g++ debuginfo incorrect for verify.cc

2012-08-22 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13111 Tom Tromey tromey at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/54350] New: [4.8 Regression] FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal compiler error) at r190586

2012-08-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54350 Bug #: 54350 Summary: [4.8 Regression] FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal compiler error) at r190586 Classification: Unclassified Product: gcc

[Bug libgcj/51498] make dejagnu work in libjava testsuite with cross-build

2012-08-22 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51498 gee jojelino at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug tree-optimization/46590] [4.6/4.7/4.8 Regression] long compile time with -O2 and many loops

2012-08-22 Thread stevenb.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590 --- Comment #29 from stevenb.gcc at gmail dot com stevenb.gcc at gmail dot com 2012-08-22 17:33:00 UTC --- I thought that loop header copying wouldn't need to insert new PHI nodes and thus can do with TODO_update_ssa_no_phi if we are in

[Bug libstdc++/54351] New: ~unique_ptr() should not set __p to null

2012-08-22 Thread gromer at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54351 Bug #: 54351 Summary: ~unique_ptr() should not set __p to null Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/54351] ~unique_ptr() should not set __p to null

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54351 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-08-22 18:43:47 UTC --- Hmm, the behaviour was probalby correct prior to fixing PR 43183, as the old implementation of reset() did exactly what is required of the destructor.

[Bug libstdc++/54351] ~unique_ptr() should not set __p to null

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54351 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-08-22 18:47:07 UTC --- That said, whether the testcase is valid or not, I don't see any harm in making the change.

[Bug libstdc++/54351] ~unique_ptr() should not set __p to null

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54351 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libstdc++/54351] ~unique_ptr() should not set __p to null

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54351 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2012-08-22 18:58:22 UTC --- I'll test this change: @@ -169,7 +169,13 @@ #endif // Destructor. - ~unique_ptr() noexcept { reset(); } + ~unique_ptr() noexcept + {

[Bug libstdc++/54351] ~unique_ptr() should not set __p to null

2012-08-22 Thread gromer at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54351 --- Comment #5 from Geoff Romer gromer at google dot com 2012-08-22 19:11:17 UTC --- Don't forget the array specialization. Doesn't the first line of your new destructor shadow the __p member with a __p local variable? Why is that line needed at

[Bug libstdc++/51823] [DR 198] reverse iterator returns uninitialized values

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51823 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||ABI --- Comment

[Bug libstdc++/49204] [C++0x] remaining issues in future

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49204 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||ABI --- Comment

[Bug middle-end/53695] [4.8 Regression] ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O2 -ftracer and labels/gotos

2012-08-22 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53695 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||steven at gcc

[Bug libstdc++/54351] ~unique_ptr() should not set __p to null

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54351 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2012-08-22 19:28:15 UTC --- (In reply to comment #5) Don't forget the array specialization. I won't :-) Doesn't the first line of your new destructor shadow the __p member with a __p

[Bug target/54347] REAL_VALUE_TO_TARGET_LONG_DOUBLE shouldn't be used with XFmode

2012-08-22 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54347 --- Comment #2 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2012-08-22 19:44:04 UTC --- Author: hjl Date: Wed Aug 22 19:43:58 2012 New Revision: 190598 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=190598 Log: Replace

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||ABI --- Comment

[Bug libstdc++/54351] ~unique_ptr() should not set stored pointer to null

2012-08-22 Thread gromer at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54351 --- Comment #7 from Geoff Romer gromer at google dot com 2012-08-22 19:49:28 UTC --- (In reply to comment #6) (In reply to comment #5) Don't forget the array specialization. I won't :-) Doesn't the first line of your new destructor

[Bug fortran/54350] [4.8 Regression] FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal compiler error) at r190586

2012-08-22 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54350 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libstdc++/46906] istreambuf_iterator is late?

2012-08-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added Keywords||ABI

[Bug middle-end/53695] [4.8 Regression] ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O2 -ftracer and labels/gotos

2012-08-22 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53695 --- Comment #7 from Steven Bosscher steven at gcc dot gnu.org 2012-08-22 20:13:32 UTC --- Before tracer we have this CFG: ENTRY | V | 2(0) | | V |(a) | +--+ V /| | / /

[Bug middle-end/53695] [4.8 Regression] ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O2 -ftracer and labels/gotos

2012-08-22 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53695 --- Comment #8 from Steven Bosscher steven at gcc dot gnu.org 2012-08-22 20:20:22 UTC --- FWIW, GCC handles loops with one header and multiple latches just fine: void do_something_1 (void); void do_something_2 (void); int some_cond (void); void

[Bug libstdc++/51653] More compact std::tuple

2012-08-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51653 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added Keywords||ABI

[Bug libstdc++/54352] New: relaxed data race rules for ~condition_variable_any

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54352 Bug #: 54352 Summary: relaxed data race rules for ~condition_variable_any Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: ABI

[Bug bootstrap/54353] New: bootstrap-debug-ckovw bootstrap fails because of -fcompare-debug-not-overridden

2012-08-22 Thread edo88 at email dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54353 Bug #: 54353 Summary: bootstrap-debug-ckovw bootstrap fails because of -fcompare-debug-not-overridden Classification: Unclassified Product: gcc Version: unknown

[Bug libstdc++/54352] relaxed data race rules for ~condition_variable_any

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54352 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-08-22 20:43:34 UTC --- Created attachment 28066 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28066 patch against 4.8 trunk

[Bug c++/28656] duplicated null argument warning on memcpy()

2012-08-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28656 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/54350] [4.8 Regression] FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal compiler error) at r190586

2012-08-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54350 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/32197] ICE when compiling with gcov options

2012-08-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32197 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org | ---

[Bug c++/32658] Supposedly illegal conversion compiles without errors

2012-08-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32658 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org | ---

[Bug libstdc++/54352] relaxed data race rules for ~condition_variable_any

2012-08-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54352 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-08-22 20:58:10 UTC --- (In reply to comment #1) Created attachment 28066 [details] patch against 4.8 trunk That patch needs some additional exports:

[Bug c++/33255] A warning for unused typedefs?

2012-08-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/53291] Code generated for xtest is wrong

2012-08-22 Thread eraman at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53291 --- Comment #11 from eraman at gcc dot gnu.org 2012-08-22 21:07:39 UTC --- Author: eraman Date: Wed Aug 22 21:07:30 2012 New Revision: 190601 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=190601 Log: 2012-08-22 Easwaran Raman

[Bug target/53315] simple xtest program generates ICE

2012-08-22 Thread eraman at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53315 --- Comment #19 from eraman at gcc dot gnu.org 2012-08-22 21:07:40 UTC --- Author: eraman Date: Wed Aug 22 21:07:30 2012 New Revision: 190601 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=190601 Log: 2012-08-22 Easwaran Raman

[Bug middle-end/53695] [4.8 Regression] ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O2 -ftracer and labels/gotos

2012-08-22 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53695 --- Comment #9 from Steven Bosscher steven at gcc dot gnu.org 2012-08-22 21:33:18 UTC --- I think the right fix for this bug is to use disambiguate_multiple_latches in the loop updating code (fix_loop_structure), but I'm not sure where to put it.

[Bug rtl-optimization/54342] [4.8 Regression] Wrong mode of call argument

2012-08-22 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54342 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added CC||hjl.tools at gmail

[Bug rtl-optimization/54342] [4.8 Regression] Wrong mode of call argument

2012-08-22 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54342 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug rtl-optimization/54342] [4.8 Regression] Wrong mode of call argument

2012-08-22 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54342 --- Comment #6 from H.J. Lu hjl.tools at gmail dot com 2012-08-22 22:10:51 UTC --- This may be related to PR 54315.

[Bug rtl-optimization/54342] [4.8 Regression] Wrong mode of call argument

2012-08-22 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54342 --- Comment #7 from Uros Bizjak ubizjak at gmail dot com 2012-08-22 22:26:22 UTC --- Please note that there is currently no way to generate OImode directly: $ more oi.c typedef int OItype __attribute__ ((mode (OI))); OItype test (OItype a) {

[Bug target/54089] [SH] Refactor shift patterns

2012-08-22 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #15 from Oleg Endo olegendo at gcc dot gnu.org 2012-08-22 22:52:25 UTC --- Author: olegendo Date: Wed Aug 22 22:52:17 2012 New Revision: 190603 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=190603 Log: PR target/54089 *

[Bug middle-end/52939] [4.7/4.8 Regression] ice in gimple_get_virt_method_for_binfo with -O3

2012-08-22 Thread blelbach at cct dot lsu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52939 Bryce Lelbach (wash) blelbach at cct dot lsu.edu changed: What|Removed |Added CC|

[Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)

2012-08-22 Thread facorread at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54354 Bug #: 54354 Summary: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) Classification: Unclassified Product: gcc Version: 4.8.0

[Bug rtl-optimization/54342] [4.8 Regression] Wrong mode of call argument

2012-08-22 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54342 --- Comment #8 from H.J. Lu hjl.tools at gmail dot com 2012-08-23 04:04:36 UTC --- I don't think AVX supports true 256-bit integer. On the other hand, I was also puzzled by compute_record_mode, which excludes UNION_TYPE and QUAL_UNION_TYPE. Will