[Bug fortran/50334] interaction between -Wuninitialized and -finit-*

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50334 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |NEW URL|

[Bug other/51025] New: Compilation bug during coreutils 8.5 make run, as described in LFS 6.7

2011-11-07 Thread abhijitelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51025 Bug #: 51025 Summary: Compilation bug during coreutils 8.5 make run, as described in LFS 6.7 Classification: Unclassified Product: gcc Version: unknown Status: UNCONF

[Bug middle-end/51024] New: OpenMP: ICE with type(c_ptr) in private()

2011-11-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51024 Bug #: 51024 Summary: OpenMP: ICE with type(c_ptr) in private() Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, openmp

[Bug libstdc++/51013] complex::{imag,real}() should maintain lvalue-returning extension in C++11

2011-11-07 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51013 --- Comment #6 from Marc Glisse 2011-11-08 07:44:27 UTC --- (In reply to comment #4) > I'm sorry, I misunderstood you, you meant C++11 does not mandate the constexpr > in the primary. Actually, I guess it doesn't hurt, I agree, it was your expre

[Bug fortran/48543] Collapse identical strings

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libfortran/47970] c99_functions.c:611:5: warning: implicit declaration of function 'round'

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47970 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug c/51023] likely integer wrong code bug

2011-11-07 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51023 --- Comment #1 from John Regehr 2011-11-08 05:53:57 UTC --- Slightly smaller testcase: int printf (const char *, ...); short func_11 (int si1) { return si1; } int main () { int l_141 = 0x4272A; printf ("%d\n", func_11 (l_141) == l_141);

[Bug c/51023] New: likely integer wrong code bug

2011-11-07 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51023 Bug #: 51023 Summary: likely integer wrong code bug Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/30282] Optimization flag -O1 -fschedule-insns2 cause red zone to be used when there is none

2011-11-07 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30282 --- Comment #25 from Alan Modra 2011-11-08 05:21:57 UTC --- Actually, the testcase in #1 still fails on gcc-4.4. Looks like gcc-4.4 (and earlier) need to use a bigger blockage.

[Bug target/50762] ICE: in extract_insn, at recog.c:2137 (unrecognizable insn) with -mavx2 and __builtin_shuffle

2011-11-07 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50762 John Regehr changed: What|Removed |Added CC||regehr at cs dot utah.edu --- Comment #1 fr

[Bug other/51022] powerpc libgcc static-object.mk error

2011-11-07 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51022 --- Comment #1 from Joel Sherrill 2011-11-08 04:08:53 UTC --- Configure command as reported by config.log in the top of the build tree. /users/joel/test-gcc/gcc-svn/configure --with-ppl=/users/joel/test-gcc/install-svn --disable-werror --enable-

[Bug other/51022] New: powerpc libgcc static-object.mk error

2011-11-07 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51022 Bug #: 51022 Summary: powerpc libgcc static-object.mk error Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug regression/50999] [4.7 Regression]: g++.dg/lto/20081109 execute -O2 -flto -flto-partition=1to1 -fno-use-linker-plugin

2011-11-07 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50999 --- Comment #4 from Hans-Peter Nilsson 2011-11-08 04:01:29 UTC --- (In reply to comment #2) > Does the attached patch help? It tries to start to address the (yet unsolved) > issue of preserving lang-dependent options. It does fix this regressio

[Bug bootstrap/51021] New: mips optab.c compilation error

2011-11-07 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51021 Bug #: 51021 Summary: mips optab.c compilation error Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug other/51011] FAIL: gcc.dg/atomic-generic.c (test for excess errors)

2011-11-07 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51011 --- Comment #4 from Andrew Macleod 2011-11-08 03:18:36 UTC --- Yeah, it looks like I'll have to change the built-in mechanism slightly. I followed the __sync methodology, but they dont resolve to function calls unless they are in libgcc I think.

[Bug target/51020] %{...*; :default} spec lines cause all switches to be validated

2011-11-07 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51020 --- Comment #2 from joseph at codesourcery dot com 2011-11-08 03:03:58 UTC --- Note that in 4.7 all options will be validated by the .opt machinery (producing "gcc: error: unrecognized command line option '---'") by the driver and only options p

[Bug target/51020] %{...; :default} spec lines cause all switches to be validated

2011-11-07 Thread cjwatson at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51020 --- Comment #1 from Colin Watson 2011-11-08 02:05:33 UTC --- Looking more closely, I wonder if the problem here is that `starred' isn't getting reset. This construction is effectively a switch statement, isn't it? I can't see why the presence o

[Bug driver/51020] New: %{...; :default} spec lines cause all switches to be validated

2011-11-07 Thread cjwatson at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51020 Bug #: 51020 Summary: %{...; :default} spec lines cause all switches to be validated Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug target/13822] enable -fomit-frame-pointer or at least -momit-frame-pointer by default on x86/dwarf2 platforms

2011-11-07 Thread solar-gcc at openwall dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13822 Alexander Peslyak changed: What|Removed |Added CC||solar-gcc at openwall dot

[Bug libstdc++/51018] Test failures on NetBSD

2011-11-07 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51018 --- Comment #2 from paolo at gcc dot gnu.org 2011-11-08 01:39:48 UTC --- Author: paolo Date: Tue Nov 8 01:39:44 2011 New Revision: 181147 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181147 Log: 2011-11-07 Paolo Carlini PR libs

[Bug web/51019] New: unclear documentation on -fomit-frame-pointer default for -Os and different platforms

2011-11-07 Thread solar-gcc at openwall dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51019 Bug #: 51019 Summary: unclear documentation on -fomit-frame-pointer default for -Os and different platforms Classification: Unclassified Product: gcc Version: 4.6.2 S

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50848] [4.7 Regression] ICE in derived template class missing using for member of template base class

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50848 Jason Merrill changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code Status|NE

[Bug c++/50848] [4.7 Regression] ICE in derived template class missing using for member of template base class

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50848 --- Comment #4 from Jason Merrill 2011-11-08 01:10:48 UTC --- Author: jason Date: Tue Nov 8 01:10:43 2011 New Revision: 181143 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181143 Log: PR c++/50848 * pt.c (tsubst_copy_and_build)

[Bug libstdc++/51013] complex::{imag,real}() should maintain lvalue-returning extension in C++11

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51013 --- Comment #5 from Jason Merrill 2011-11-08 01:08:16 UTC --- Hmm, I think adding the overloads would interfere with usage of complex temporaries in a constant expression.

[Bug libstdc++/51018] Test failures on NetBSD

2011-11-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51018 Jonathan Wakely changed: What|Removed |Added CC||rus at gcc dot gnu.org --- Comment #1 f

[Bug middle-end/51017] GCC 4.6 performance regression (vs. 4.4/4.5)

2011-11-07 Thread solar-gcc at openwall dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51017 --- Comment #2 from Alexander Peslyak 2011-11-08 00:56:47 UTC --- The affected code is in DES_bs_b.c: DES_bs_crypt_25(). (Sorry, I should have mentioned that right away.)

[Bug middle-end/51017] GCC 4.6 performance regression (vs. 4.4/4.5)

2011-11-07 Thread solar-gcc at openwall dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51017 --- Comment #1 from Alexander Peslyak 2011-11-08 00:47:49 UTC --- (In reply to comment #0) > [...] Similar behavior > is seen with current CVS version of John the Ripper, even though it has OpenMP > support for DES heavily revised and integrated

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 --- Comment #10 from Jason Merrill 2011-11-08 00:46:10 UTC --- Author: jason Date: Tue Nov 8 00:46:06 2011 New Revision: 181140 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181140 Log: PR c++/50870 * pt.c (tsubst_copy): Handle

[Bug c++/50852] [4.6/4.7 Regression] ICE: internal compiler error: in tsubst, at cp/pt.c:11030

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50852 Jason Merrill changed: What|Removed |Added CC||dodji at gcc dot gnu.org,

[Bug libstdc++/51018] New: Test failures on NetBSD

2011-11-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51018 Bug #: 51018 Summary: Test failures on NetBSD Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug middle-end/51017] New: GCC 4.6 performance regression (vs. 4.4/4.5)

2011-11-07 Thread solar-gcc at openwall dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51017 Bug #: 51017 Summary: GCC 4.6 performance regression (vs. 4.4/4.5) Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Prior

[Bug rtl-optimization/50904] [4.7 regression] pessimization when -fno-protect-parens is enabled by -Ofast

2011-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50904 Eric Botcazou changed: What|Removed |Added Attachment #25731|0 |1 is obsolete|

[Bug middle-end/40154] [4.4/4.5/4.6/4.7 Regression] internal compiler error: in do_SUBST, at combine.c:681

2011-11-07 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40154 --- Comment #4 from Jorn Wolfgang Rennecke 2011-11-08 00:29:17 UTC --- Patch is here: http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01106.html

[Bug libstdc++/51013] complex::{imag,real}() should maintain lvalue-returning extension in C++11

2011-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51013 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #4 f

[Bug other/51011] FAIL: gcc.dg/atomic-generic.c (test for excess errors)

2011-11-07 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51011 --- Comment #3 from dave.anglin at bell dot net 2011-11-08 00:10:53 UTC --- On 7-Nov-11, at 3:03 PM, dave.anglin at bell dot net wrote: > The problem is the atomic functions are not being typed correctly: > > /usr/ccs/bin/ld: Unsatisfied symbols:

[Bug libstdc++/51013] complex::{imag,real}() should maintain lvalue-returning extension in C++11

2011-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51013 --- Comment #3 from Paolo Carlini 2011-11-08 00:05:20 UTC --- (In reply to comment #2) > Isn't the const redundant here? Maybe, the code predates constexpr. > Actually, I only see constexpr for the specializations in the standard, not > for >t

[Bug c/51015] [4.7 Regression] ice in vect_determine_vectorization_factor with -O3

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

[Bug c++/51016] "asm goto" crashes if used in static class method

2011-11-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51016 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/50943] asm goto in templated code causes internal compiler segfaults

2011-11-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50943 Andrew Pinski changed: What|Removed |Added CC||orestis at cs dot |

[Bug libstdc++/51013] complex::{imag,real}() should maintain lvalue-returning extension in C++11

2011-11-07 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51013 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug c++/51016] New: "asm goto" crashes if used in static class method

2011-11-07 Thread orestis at cs dot columbia.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51016 Bug #: 51016 Summary: "asm goto" crashes if used in static class method Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal

[Bug libfortran/26252] FAIL: gfortran.fortran-torture/execute/nan_inf_fmt.f90 execution

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26252 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/50960] [OOP] vtables not marked as constant

2011-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50960 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 --- Comment #9 from Jason Merrill 2011-11-07 22:52:27 UTC --- Author: jason Date: Mon Nov 7 22:52:23 2011 New Revision: 181131 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181131 Log: PR c++/50870 * pt.c (tsubst_copy): Handle N

[Bug libfortran/47972] error.c:158:7: warning: return makes pointer from integer without a cast

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47972 Francois-Xavier Coudert changed: What|Removed |Added Keywords||patch Status|WAITIN

[Bug c++/50863] [4.7 Regression] [C++0x] list-initialization with lambda fails to deduce constructor argument

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50863 --- Comment #1 from Jason Merrill 2011-11-07 22:52:34 UTC --- Author: jason Date: Mon Nov 7 22:52:32 2011 New Revision: 181132 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181132 Log: PR c++/50863 * parser.c (cp_parser_initiali

[Bug c++/50863] [4.7 Regression] [C++0x] list-initialization with lambda fails to deduce constructor argument

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50863 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libfortran/46611] call to abstract class procedure segmentation fault

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46611 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug fortran/50046] Hexadecimal Constants

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50046 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/49438] error during make

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug fortran/49149] Dependency autogeneration with `-M` rendered useless by requiring .mod files

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49149 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug fortran/49438] error during make

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot

[Bug c++/45114] implement C++0x alias-declaration

2011-11-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45114 --- Comment #16 from Jonathan Wakely 2011-11-07 22:46:13 UTC --- Created attachment 25746 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25746 make use of alias-declarations in libstdc++ here's the library patch to enable all the alias-decl

[Bug fortran/49738] Compile errors on OSX darwin 11 (Lion)

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49738 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/49943] libgfortran fails to build

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49943 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/47394] Internal compiler error when error count limit is reached

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47394 Francois-Xavier Coudert changed: What|Removed |Added CC||pavel.belomestnov at

[Bug fortran/50231] Fatal Error: Wrong module version '5' (expected '4') for file 'sizes.mod'

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50231 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug middle-end/40154] [4.4/4.5/4.6/4.7 Regression] internal compiler error: in do_SUBST, at combine.c:681

2011-11-07 Thread amylaar at gcc dot gnu.org
it calls simplify_gen_subreg, which then aborts: Starting program: /home/amylaar/epiphany/bld-epiphany-2007/gcc/cc1plus -fpreprocessed check_nan.ii -quiet -dumpbase check_nan.cc -auxbase check_nan -g -g -g -O2 -O2 -O2 -version -fmessage-length=0 -ffunction-sections -fdata-sections -o

[Bug fortran/49683] The system cannot execute the specified program

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49683 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/48972] OPEN with Unicode file name

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48972 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/48729] internal compiler error: Segmentation fault

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48729 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libfortran/49188] Mismatch between -fsign-zero documentation and formatted output

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49188 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libfortran/49336] ATAN2 values differ from those specified in documentation

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49336 --- Comment #4 from Francois-Xavier Coudert 2011-11-07 22:22:02 UTC --- Author: fxcoudert Date: Mon Nov 7 22:21:54 2011 New Revision: 181127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181127 Log: PR libfortran/49188 PR libfor

[Bug libfortran/49336] ATAN2 values differ from those specified in documentation

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49336 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libfortran/49188] Mismatch between -fsign-zero documentation and formatted output

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49188 --- Comment #3 from Francois-Xavier Coudert 2011-11-07 22:22:02 UTC --- Author: fxcoudert Date: Mon Nov 7 22:21:54 2011 New Revision: 181127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181127 Log: PR libfortran/49188 PR libfor

[Bug c++/50863] [4.7 Regression] [C++0x] list-initialization with lambda fails to deduce constructor argument

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50863 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 Jason Merrill changed: What|Removed |Added Status|REOPENED|ASSIGNED CC|

[Bug target/51007] [4.7 Regression] Quadmath I/O doesn't work on MinGW

2011-11-07 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51007 Kai Tietz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/51007] [4.7 Regression] Quadmath I/O doesn't work on MinGW

2011-11-07 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51007 --- Comment #8 from Kai Tietz 2011-11-07 22:04:00 UTC --- Author: ktietz Date: Mon Nov 7 22:03:51 2011 New Revision: 181125 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181125 Log: PR target/51007 * quadmath-imp.h (ieee

[Bug c++/45114] implement C++0x alias-declaration

2011-11-07 Thread jacob.benoit.1 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45114 --- Comment #14 from Benoit Jacob 2011-11-07 21:57:18 UTC --- \o/ You rock!

[Bug c++/45114] implement C++0x alias-declaration

2011-11-07 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45114 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/2972] -Wuninitialized could warn about uninitialized member variable usage in constructors

2011-11-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2972 --- Comment #16 from Jonathan Wakely 2011-11-07 21:45:44 UTC --- new patch http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01068.html

[Bug c++/45114] implement C++0x alias-declaration

2011-11-07 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45114 --- Comment #13 from Dodji Seketeli 2011-11-07 21:28:55 UTC --- Author: dodji Date: Mon Nov 7 21:28:50 2011 New Revision: 181118 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181118 Log: PR c++/45114 - Support C++11 alias-declaration g

[Bug c/51015] New: ice in vect_determine_vectorization_factor with -O3

2011-11-07 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51015 Bug #: 51015 Summary: ice in vect_determine_vectorization_factor with -O3 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug regression/50999] [4.7 Regression]: g++.dg/lto/20081109 execute -O2 -flto -flto-partition=1to1 -fno-use-linker-plugin

2011-11-07 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50999 --- Comment #3 from Hans-Peter Nilsson 2011-11-07 21:24:59 UTC --- (In reply to comment #2) > Created attachment 25734 [details] > proposed patch > > Hm, on x86_64 the EH table is not empty (look at g++.dg/lto/20081109_1.C, > the usual symtom is

[Bug c++/35688] template visibility not overridden by template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/35688] template visibility not overridden by template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688 --- Comment #10 from Jason Merrill 2011-11-07 21:17:28 UTC --- Created attachment 25744 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25744 patch for 4.6 I think I'm not going to apply this to release branches, as it's a pretty significant

[Bug tree-optimization/51014] New: [4.7 Regression] ICE: in apply_opt_in_copies, at loop-unroll.c:2283 with -O2 -g -funroll-loops

2011-11-07 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51014 Bug #: 51014 Summary: [4.7 Regression] ICE: in apply_opt_in_copies, at loop-unroll.c:2283 with -O2 -g -funroll-loops Classification: Unclassified Product: gcc Version: 4.7.0

[Bug c/50997] ARM: No warnings for unreachable code for ARM cross compiler

2011-11-07 Thread fredrik.hederstie...@securitas-direct.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50997 --- Comment #3 from Fredrik Hederstierna 2011-11-07 21:11:13 UTC --- Ok, answer to myself. I found the patch: http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00169.html I think the patch is very unfortunate, if I knew I should have objected. It's

[Bug libstdc++/51013] complex::{imag,real}() should maintain lvalue-returning extension in C++11

2011-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51013 Paolo Carlini changed: What|Removed |Added CC|paolo at gcc dot gnu.org|gdr at gcc dot gnu.org --- Comment #1 fro

[Bug libstdc++/51013] New: complex::{imag,real}() should maintain lvalue-returning extension in C++11

2011-11-07 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51013 Bug #: 51013 Summary: complex::{imag,real}() should maintain lvalue-returning extension in C++11 Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCO

[Bug other/51011] FAIL: gcc.dg/atomic-generic.c (test for excess errors)

2011-11-07 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51011 --- Comment #2 from dave.anglin at bell dot net 2011-11-07 20:03:43 UTC --- On 11/7/2011 2:27 PM, amacleod at redhat dot com wrote: > Is dejagnu on hpux limited somehow That's not the problem. The problem is the atomic functions are not being type

[Bug fortran/48426] [patch] Quad precision promotion

2011-11-07 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48426 --- Comment #16 from Steve Kargl 2011-11-07 19:49:39 UTC --- On Mon, Nov 07, 2011 at 07:25:32PM +, inform at tiker dot net wrote: > --- Comment #15 from Andreas Kloeckner 2011-11-07 > 19:25:32 UTC --- > Zydrunas and I have successfully comp

[Bug tree-optimization/51012] New: [4.7 Regression] ICE: in fold_convert_loc, at fold-const.c:1897 with -fno-early-inlining and passing incompatible function ptr

2011-11-07 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51012 Bug #: 51012 Summary: [4.7 Regression] ICE: in fold_convert_loc, at fold-const.c:1897 with -fno-early-inlining and passing incompatible function ptr Classification: Unclassified

[Bug c/22065] -fdump-tree-original causes static function to emitted with the same name

2011-11-07 Thread belyshev at depni dot sinp.msu.ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22065 Serge Belyshev changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/51007] [4.7 Regression] Quadmath I/O doesn't work on MinGW

2011-11-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51007 Tobias Burnus changed: What|Removed |Added Target Milestone|--- |4.7.0 Summary|Quadmath I/O doe

[Bug other/51011] FAIL: gcc.dg/atomic-generic.c (test for excess errors)

2011-11-07 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51011 Andrew Macleod changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment #

[Bug fortran/48426] [patch] Quad precision promotion

2011-11-07 Thread inform at tiker dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48426 --- Comment #15 from Andreas Kloeckner 2011-11-07 19:25:32 UTC --- Zydrunas and I have successfully completed the copyright assignment process, and we're ready to move forward with this patch.

[Bug other/51011] New: FAIL: gcc.dg/atomic-generic.c (test for excess errors)

2011-11-07 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51011 Bug #: 51011 Summary: FAIL: gcc.dg/atomic-generic.c (test for excess errors) Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug target/20634] code fails to compile/code generation issue with -funit-at-a-time

2011-11-07 Thread belyshev at depni dot sinp.msu.ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20634 Serge Belyshev changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/50919] [OOP] Don't use vtable for NON_OVERRIDABLE TBP

2011-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50919 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/50919] [OOP] Don't use vtable for NON_OVERRIDABLE TBP

2011-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50919 --- Comment #5 from janus at gcc dot gnu.org 2011-11-07 18:41:16 UTC --- Author: janus Date: Mon Nov 7 18:41:12 2011 New Revision: 181107 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181107 Log: 2011-11-07 Janus Weil PR fortran/5

[Bug target/49313] Inefficient libgcc implementations for avr

2011-11-07 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49313 --- Comment #12 from Georg-Johann Lay 2011-11-07 18:08:40 UTC --- Author: gjl Date: Mon Nov 7 18:08:35 2011 New Revision: 181104 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181104 Log: PR target/49313 * config/avr/lib1funcs.S

[Bug bootstrap/50822] [4.7 regression] Solaris/SPARC bootstrap failure with Sun as: invalid assembler for ios_init.cc

2011-11-07 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50822 --- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-07 17:54:00 UTC --- > I am testing the attached patch that ought to solve the issue. A sparc-sun-solaris2.11 bootstrap with Sun as is now into stage3, so this looks quite good so far.

[Bug c++/35688] template visibility not overridden by template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688 --- Comment #9 from Jason Merrill 2011-11-07 17:51:43 UTC --- Author: jason Date: Mon Nov 7 17:51:40 2011 New Revision: 181102 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181102 Log: PR c++/35688 * decl2.c (constrain_visibilit

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

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255 --- Comment #28 from Jason Merrill 2011-11-07 17:51:28 UTC --- Author: jason Date: Mon Nov 7 17:51:24 2011 New Revision: 181100 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181100 Log: PR c++/33255 * decl.c (save_function_data)

[Bug c++/51004] ICE in lower_stmt at gimple-low.c:428

2011-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51004 Paolo Carlini changed: What|Removed |Added Status|WAITING |RESOLVED Known to work|

[Bug libstdc++/50982] AIX libstdc++ GTHREADS incompatibility

2011-11-07 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #47 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-07 16:45:36 UTC --- > --- Comment #44 from Jonathan Wakely 2011-11-07 > 15:12:26 UTC --- > Great, thanks - we can leave it open for now until it's fully resolved. > > As I said in c

[Bug libstdc++/50982] AIX libstdc++ GTHREADS incompatibility

2011-11-07 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #46 from Rainer Orth 2011-11-07 16:43:35 UTC --- David, I had been waiting to see if the remaining AIX gthread issues were releated to my patch. Since that's not the case and my own testing had completed successfully, I've now check

  1   2   >