[Bug c++/52035] internal compiler error: tree code ‘template_type_parm’ is not supported in LTO streams

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52035 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code, lto Status

[Bug c++/51910] [4.7 Regression] -frepo linking failure

2012-01-28 Thread sandra at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51910 --- Comment #16 from Sandra Loosemore 2012-01-29 04:50:12 UTC --- Created attachment 26498 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26498 new patch The attached patch seems to DTRT; I tested it also with explicit -Wl,--demangle and -W

[Bug libstdc++/51749] Including pollutes global namespace

2012-01-28 Thread nospam.kotarou.dono at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 --- Comment #14 from nospam.kotarou.dono at gmail dot com 2012-01-29 04:40:07 UTC --- Just reporting another one~ (Yes, I can live with it not being fixed, but bugzilla is for reporting bugs, right?) Including eventually includes pthreads.h, dum

[Bug c++/52036] New: C++11 allows template parameters to have internal linkage

2012-01-28 Thread benjamin at benkay dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Bug #: 52036 Summary: C++11 allows template parameters to have internal linkage Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug tree-optimization/48783] ~0ULL % (a / (a & -a)) == 0 is not optimized to false on the tree level

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48783 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization, TREE Tar

[Bug c/45152] LTO breaks C99 inline

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45152 Andrew Pinski changed: What|Removed |Added Target|i686-pc-linux-gnu | Last reconfirmed|2010-08-22 07:38:09

[Bug c/44365] ICE with -fdump-tree-all

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44365 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/52034] __builtin_copysign optimization suboptimal

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52034 Andrew Pinski changed: What|Removed |Added Target||x86_64-*-* i?86-*-* Status|UN

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #17 from Jonathan Wakely 2012-01-29 00:47:05 UTC --- also, stack trace please. it's not easy to debug problems on systems I don't have access to when I have to guess what the program does.

[Bug c++/52035] internal compiler error: tree code ‘template_type_parm’ is not supported in LTO streams

2012-01-28 Thread marbacz at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52035 --- Comment #1 from Marcin Baczyński 2012-01-29 00:46:58 UTC --- Created attachment 26497 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26497 Reduced test case.

[Bug c++/52035] New: internal compiler error: tree code ‘template_type_parm’ is not supported in LTO streams

2012-01-28 Thread marbacz at gmail dot com
compiler error: tree code ‘template_type_parm’ is not supported in LTO streams Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. ~ # g++ --version g++ (svn 183666-20120128) 4.7.0 20120128 (experimental)

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #16 from Jonathan Wakely 2012-01-29 00:42:38 UTC --- (In reply to comment #14) > I'm not having much luck getting the test case to compile on darwin11. Did you use -std=c++0x? (or -std=c++11)

[Bug tree-optimization/52034] New: __builtin_copysign optimization suboptimal

2012-01-28 Thread drepper.fsp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52034 Bug #: 52034 Summary: __builtin_copysign optimization suboptimal Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priorit

[Bug fortran/43412] [OOP] BT_CLASS does not does not set array spec

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43412 --- Comment #2 from Dominique d'Humieres 2012-01-28 23:47:42 UTC --- With trunk at revision 183668, compiling the test in comment #0 gives the error [macbook] f90/bug% gfc pr43412.f90 pr43412.f90:8.27: class(t), pointer :: y(*) ! <<< invalid

[Bug c++/51852] [regression] [c++11] tree check: expected tree_list, have HßèMÕþÿøtxøtsø

2012-01-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 Paolo Carlini changed: What|Removed |Added CC||public at alisdairm dot net --- Comment #

[Bug c++/52030] ICE with decltype(make_tuple) is a late return type

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

[Bug c++/49855] [4.6/4.7 Regression] internal compiler error: in fold_convert_const_int_from_real

2012-01-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49855 Paolo Carlini changed: What|Removed |Added CC||joseph.h.garvin at gmail

[Bug c++/52031] G++ crashes when std::size_t is initalized with a float inside a template

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

[Bug ada/52033] Compiler assertion, apparently due to incomplete type

2012-01-28 Thread garynot at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52033 --- Comment #1 from Gary Barnes 2012-01-28 23:39:32 UTC --- Created attachment 26496 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26496 the gpr file used in the example

[Bug ada/52033] New: Compiler assertion, apparently due to incomplete type

2012-01-28 Thread garynot at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52033 Bug #: 52033 Summary: Compiler assertion, apparently due to incomplete type Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal

[Bug c++/52032] New: Function and class attributes should optionally take a bool parameter enabling them

2012-01-28 Thread joseph.h.garvin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52032 Bug #: 52032 Summary: Function and class attributes should optionally take a bool parameter enabling them Classification: Unclassified Product: gcc Version: unknown S

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #15 from Jack Howarth 2012-01-28 23:14:09 UTC --- Note that all three failing test cases on Lion pass if I append -D_XOPEN_SOURCE to the compilation flags for those tests.

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2012-01-28 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #6 from Fran Martinez Fadrique 2012-01-28 23:09:49 UTC --- Created attachment 26494 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26494 Test sample to support comment 5

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2012-01-28 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #5 from Fran Martinez Fadrique 2012-01-28 23:08:46 UTC --- I have bumped into another problem that I think may be related to this same topic. I have an example that generates the following message: m_pointer_test.f90:22.2: b%pa =>

[Bug fortran/42418] PROCEDURE: Rejects interface which is both specific and generic procedure

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42418 --- Comment #5 from Dominique d'Humieres 2012-01-28 23:07:49 UTC --- With gfortran 4.4.6, 4.5.3, 4.6.2, and trunk, the test in comment #0 gives the error while the test in comment #1 with the 'function fun(f,x)' block uncommented compiles and run

[Bug c++/52031] New: G++ crashes when std::size_t is initalized with a float inside a template

2012-01-28 Thread joseph.h.garvin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52031 Bug #: 52031 Summary: G++ crashes when std::size_t is initalized with a float inside a template Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCON

[Bug c++/52030] ICE with decltype(make_tuple) is a late return type

2012-01-28 Thread public at alisdairm dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52030 --- Comment #2 from Alisdair Meredith 2012-01-28 23:06:53 UTC --- IT could well be - I struggled to get a more minimal example when not using 'make_tuple', and it could well be doing something similar, especially if it yields the same ICE. Does

[Bug fortran/35476] Accepts invalid: USE/host association of generics with same specifics

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35476 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #8

[Bug c++/52030] ICE with decltype(make_tuple) is a late return type

2012-01-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52030 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #14 from Jack Howarth 2012-01-28 22:14:36 UTC --- (In reply to comment #13) I'm not having much luck getting the test case to compile on darwin11. If I use... #include struct mutex { pthread_mutex_t m; } m ; int main() { m.

[Bug c++/52030] New: ICE with decltype(make_tuple) is a late return type

2012-01-28 Thread public at alisdairm dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52030 Bug #: 52030 Summary: ICE with decltype(make_tuple) is a late return type Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/35476] Accepts invalid: USE/host association of generics with same specifics

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35476 --- Comment #7 from Dominique d'Humieres 2012-01-28 21:51:33 UTC --- > Additionally, it needs to pass some more review (J3 and then WG5). Current > STATUS: J3 consideration in progress Any progress three years later?

[Bug middle-end/50283] [4.7 Regression] FAIL: g++.dg/eh/simd-1.C execution test

2012-01-28 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50283 --- Comment #18 from vries at gcc dot gnu.org 2012-01-28 21:00:14 UTC --- Submitted generic patch: http://gcc.gnu.org/ml/gcc-patches/2012-01/msg01540.html

[Bug c/27719] ICE on invalid function definition

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27719 Andrew Pinski changed: What|Removed |Added CC||debian-gcc at lists dot

[Bug c/42538] ICE on illegal-code: tree check: expected function_decl, have var_decl in start_function, at c-decl.c:7369

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42538 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/26732] different argument type not rejected for K&R style function definitions

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26732 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2006-04-30 07:39:03 |2012-01-28 Summary|Accepts inv

[Bug c/37865] gfortran build fails in stage 3 bootstrap with --enable-intermodule

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37865 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/52024] [OOP] GENERIC operator cannot be resolved

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52024 --- Comment #5 from Dominique d'Humieres 2012-01-28 20:41:28 UTC --- With the patch in comment #4 I get [macbook] f90/bug% gfc pr52024.f90 pr52024.f90:46.6: use m_test 1 Error: 'i_equal_t' and 't_equal_i' for GENERIC '==' at (1) are am

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

2012-01-28 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|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/50384] Returning std::array is not optimal

2012-01-28 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50384 --- Comment #3 from Marc Glisse 2012-01-28 20:17:20 UTC --- (In reply to comment #2) > The issue with comment #1 is simple, f is not being marked as a tail call. Marking it as a tail call would indeed work for that case. In this slight variation

[Bug c++/27775] incorrect "ambiguous" error message with multiple inheritance and nested class.

2012-01-28 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27775 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/50384] Returning std::array is not optimal

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50384 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|UN

[Bug other/44476] tclStrToD.c takes very long to compile (forever?)

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44476 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/49448] arm-tab-linux-gnu-eabi enableds big endian when it should not

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49448 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/48254] documentation minor

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48254 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/47869] fatal error: build/gencondmd.c: No such file or directory

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47869 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/52021] FAIL: gfortran.dg/typebound_proc_25.f90 -O (internal compiler error)

2012-01-28 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52021 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/45996] -falign-functions=X does not work

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45996 Andrew Pinski changed: What|Removed |Added Target||x86_64-*-* Component|other

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #13 from Jonathan Wakely 2012-01-28 19:16:37 UTC --- (In reply to comment #12) > The contents of 3.ii.diff seems to suggest that the problem is the fact that > Lion always defines _GTHREAD_RECURSIVE_MUTEX_INIT and this support is eith

[Bug other/42792] cc1-dummy link fails with missing tree_ and rtl_ functions

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42792 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/51871] FAIL: gcc.c-torture/execute/20010122-1.c execution

2012-01-28 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51871 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2012-01-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #11 from Jonathan Wakely 2012-01-28 19:08:47 UTC --- I think I meant to say std::timed_mutex and std::recursive_timed_mutex

[Bug preprocessor/47823] #pragma once is documented in a weird spot

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47823 Andrew Pinski changed: What|Removed |Added Keywords||documentation Status|UNCONFIR

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2012-01-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot |

[Bug target/51871] FAIL: gcc.c-torture/execute/20010122-1.c execution

2012-01-28 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51871 --- Comment #6 from John David Anglin 2012-01-28 18:48:16 UTC --- Author: danglin Date: Sat Jan 28 18:48:11 2012 New Revision: 183669 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183669 Log: PR target/51871 * config/pa/pa.c (pa_

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

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

[Bug fortran/51972] [OOP] ALLOCATE misses memset/calloc, causing segfault

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51972 --- Comment #3 from Tobias Burnus 2012-01-28 17:40:23 UTC --- Simplified test case: The problem is that there is a "CLASS" contained in the derived type. This is currently not handled at all, but one needs: (a) an allocation and (b) another _vtab

[Bug fortran/51958] [4.7 Regression] -ffrontend-optimize generates wrong code

2012-01-28 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51958 --- Comment #2 from Thomas Koenig 2012-01-28 17:39:22 UTC --- Created attachment 26493 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26493 Patch Let's see if this survives regression-testing.

[Bug fortran/52029] New: [OOP] _copy should be PURE

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52029 Bug #: 52029 Summary: [OOP] _copy should be PURE Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: missed-optimization, rejects-valid

[Bug fortran/51972] [OOP] ALLOCATE misses memset/calloc, causing segfault

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51972 --- Comment #2 from Tobias Burnus 2012-01-28 16:57:33 UTC --- Author: burnus Date: Sat Jan 28 16:57:28 2012 New Revision: 183668 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183668 Log: 2012-01-28 Tobias Burnus PR fortran/51

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #12 from Jack Howarth 2012-01-28 16:52:24 UTC --- The contents of 3.ii.diff seems to suggest that the problem is the fact that Lion always defines _GTHREAD_RECURSIVE_MUTEX_INIT and this support is either buggy on Lion or is exposing a

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #11 from Jack Howarth 2012-01-28 16:49:14 UTC --- Created attachment 26492 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26492 diff of preprocessed source for libstdc++-v3/testsuite/30_threads/try_lock/3.cc generated with Xcode

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #10 from Jack Howarth 2012-01-28 16:48:37 UTC --- Created attachment 26491 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26491 preprocessed source for libstdc++-v3/testsuite/30_threads/try_lock/3.cc generated with Xcode 4.2.1

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2

2012-01-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906 --- Comment #9 from Jack Howarth 2012-01-28 16:47:49 UTC --- Created attachment 26490 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26490 preprocessed source for libstdc++-v3/testsuite/30_threads/try_lock/3.cc generated with Xcode 4.2 on

[Bug tree-optimization/52028] [4.7 Regression] wrong code with -O2 -ftree-loop-distribution

2012-01-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52028 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milesto

[Bug fortran/51972] [OOP] ALLOCATE misses memset/calloc, causing segfault

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51972 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/51990] ICE in copy_reference_ops_from_ref

2012-01-28 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51990 vries at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/52028] [4.7 Regression] wrong code with -O2 -ftree-loop-distribution

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

[Bug tree-optimization/52028] New: [4.7 Regression] wrong code with -O2 -ftree-loop-distribution

2012-01-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52028 Bug #: 52028 Summary: [4.7 Regression] wrong code with -O2 -ftree-loop-distribution Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug fortran/41600] [OOP] SELECT TYPE with associate-name => exp: Arrays not supported

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

[Bug target/32347] ICE on gcc/testsuite/gcc-dg/vmx/ops.c

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32347 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug fortran/52024] [OOP] GENERIC operator cannot be resolved

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52024 Tobias Burnus changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug fortran/51754] [OOP] ICE on valid with class arrays

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51754 --- Comment #7 from Tobias Burnus 2012-01-28 12:03:22 UTC --- (In reply to comment #5) > Are the patches in comment #1 and #2 still supposed to fix it? Those patches fix the ICE-on-invalid-code issue (segfault), i.e. the test case in comment 0 w

[Bug testsuite/50076] FAIL: c-c++-common/cxxbitfields-3.c scan-assembler movl.*, var on x86_64-apple-darwin10

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50076 --- Comment #5 from Dominique d'Humieres 2012-01-28 11:54:51 UTC --- > Proposed fix: > http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00708.html A "stronger" fix has been proposed at http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00895.html and appr

[Bug fortran/50981] [4.4/4.5/4.6 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 --- Comment #31 from Dominique d'Humieres 2012-01-28 11:40:17 UTC --- > The test in comment #23 gives an ICE with/without the patch: > > pr50981_4.f90: In function 'MAIN__': > pr50981_4.f90:16:0: internal compiler error: in fold_convert_loc, at >

[Bug fortran/51754] [OOP] ICE on valid with class arrays

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

[Bug fortran/51754] [OOP] ICE on valid with class arrays

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51754 --- Comment #5 from Dominique d'Humieres 2012-01-28 11:32:40 UTC --- > The message is valid: one has to add the TARGET attribute to "self" or make > "componentB" a POINTER. Doing so, one gets again the ICE in > gfc_conv_descriptor_offset. Confir

[Bug fortran/52022] [4.5/4.6/4.7 Regression] Wrong-code with procedures passed as actual argument

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52022 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/52022] [4.5/4.6/4.7 Regression] Wrong-code with procedures passed as actual argument

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52022 --- Comment #4 from Tobias Burnus 2012-01-28 10:59:22 UTC --- Author: burnus Date: Sat Jan 28 10:59:18 2012 New Revision: 183666 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183666 Log: 2012-01-28 Tobias Burnus PR fortran/52

[Bug libstdc++/51795] linear_congruential_engine doesn't work correctly

2012-01-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51795 --- Comment #27 from Paolo Carlini 2012-01-28 10:51:12 UTC --- It seems to me that something still safe to do now for 4.7.0 is special casing the case x == m - 1 to x' = m - a, because, if I understand correctly what I'm reading around, in that c

[Bug tree-optimization/44776] FAIL: gcc.dg/matrix/transpose-3.c execution, -fprofile-use -fipa-matrix-reorg -fdump-ipa-matrix-reorg -O3 -fwhole-program

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

[Bug other/50925] [4.7 Regression][avr] ICE at spill_failure, at reload1.c:2118

2012-01-28 Thread denisc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925 --- Comment #18 from denisc at gcc dot gnu.org 2012-01-28 10:05:50 UTC --- (In reply to comment #17) > Assuming there is a connexion between these two issues. > > If that assumption turns out to be wrong, please cut the dependency. Dependency cut

[Bug fortran/52022] [4.5/4.6/4.7 Regression] Wrong-code with procedures passed as actual argument

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52022 --- Comment #3 from Tobias Burnus 2012-01-28 10:00:20 UTC --- Author: burnus Date: Sat Jan 28 10:00:13 2012 New Revision: 183665 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183665 Log: 2012-01-28 Tobias Burnus PR fortran/52

[Bug fortran/52024] [OOP] GENERIC operator cannot be resolved

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52024 --- Comment #3 from Tobias Burnus 2012-01-28 09:51:55 UTC --- (In reply to comment #2) > While for GENERIC, one calls in resolve.c's check_generic_tbp_ambiguity: > if (gfc_compare_interfaces (sym1, sym2, sym2->name, 1, 0, NULL, 0)) > > The INT

[Bug fortran/52024] [OOP] GENERIC operator cannot be resolved

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52024 Tobias Burnus changed: What|Removed |Added Keywords||rejects-valid Status|UNCONFIR

[Bug fortran/51754] [OOP] ICE on valid with class arrays

2012-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51754 --- Comment #4 from Tobias Burnus 2012-01-28 09:21:07 UTC --- (In reply to comment #3) > Trunk r183622 now gives >BGet => self%componentB(1) > Error: Pointer assignment target is neither TARGET nor POINTER at (1) The message is valid: on

[Bug middle-end/52027] New: [4.7 Regression] ICE: SIGSEGV in set_cur_line_info_table (dwarf2out.c:20428) with -O -freorder-blocks-and-partition -fno-reorder-functions -fprofile-use

2012-01-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52027 Bug #: 52027 Summary: [4.7 Regression] ICE: SIGSEGV in set_cur_line_info_table (dwarf2out.c:20428) with -O -freorder-blocks-and-partition -fno-reorder-functions -fp