[Bug fortran/47778] reading two arrays of structures from namelist fails

2011-02-26 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47778 --- Comment #5 from Jerry DeLisle 2011-02-27 07:39:37 UTC --- Probable Patch, Regression testing: Index: list_read.c === --- list_read.c(revision 170492) +++ list_read.c(wor

[Bug boehm-gc/34544] pthread_default_stacksize_np failed.

2011-02-26 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34544 --- Comment #25 from John David Anglin 2011-02-27 00:24:26 UTC --- Author: danglin Date: Sun Feb 27 00:24:18 2011 New Revision: 170527 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170527 Log: Backport from mainline: 2010-08-22

[Bug go/47910] New: typo in __go_map_next_prime

2011-02-26 Thread comexk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47910 Summary: typo in __go_map_next_prime Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: i...@airs.com R

[Bug go/46986] Go is not supported on Darwin

2011-02-26 Thread comexk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #4 from comexk at gmail dot com 2011-02-26 23:28:09 UTC --- Created attachment 23482 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23482 hacky patch that should be split up

[Bug go/46986] Go is not supported on Darwin

2011-02-26 Thread comexk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 comexk at gmail dot com changed: What|Removed |Added CC||comexk at gmail dot com --- Comm

[Bug tree-optimization/47896] wrong code with -O -fno-early-inlining -fipa-pta -fno-tree-dominator-opts -fno-tree-forwprop

2011-02-26 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47896 --- Comment #1 from Zdenek Sojka 2011-02-26 23:16:32 UTC --- Created attachment 23481 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23481 reduced testcase $ g++ -O -fno-early-inlining -fipa-pta -fno-tree-dominator-opts -fno-tree-forwprop p

[Bug fortran/47886] ICE: OpenMP !$omp task if(omp_get_num_threads() > 0)

2011-02-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47886 --- Comment #3 from H.J. Lu 2011-02-26 21:33:09 UTC --- The new testcase failed with spawn -ignore SIGHUP /export/gnu/import/svn/gcc-test-ia32corei7/bld/gcc/testsuite/gfortran/../../gfortran -B/export/gnu/import/svn/gcc-test-ia32corei7/bld/gcc/t

[Bug target/47909] New: referring to __thread var with -fpic -O0 ICEs final_scan_insn on m68k-linux

2011-02-26 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47909 Summary: referring to __thread var with -fpic -O0 ICEs final_scan_insn on m68k-linux Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/47908] attribute((optimize(2))) causes ICE in m68k_sched_issue_rate

2011-02-26 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47908 --- Comment #1 from Mikael Pettersson 2011-02-26 21:04:19 UTC --- Other test cases that fail for the same reason include gcc.dg/pr37106-1.c, gcc.dg/pr43562.c, and gcc.dg/pr43564.c.

[Bug target/47072] exceptions hang in c++ programs compiled by g++-4.5.2 with -O2

2011-02-26 Thread hbjbb131 at yahoo dot co.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47072 --- Comment #3 from Satoshi Adachi 2011-02-26 20:59:18 UTC --- (I am sorry for some delay to reply.) > There are problems with exceptions on Darwin, see PR 42159 Thank you for your information. I read PR 42159. This report mainly concerns with

[Bug target/47072] exceptions hang in c++ programs compiled by g++-4.5.2 with -O2

2011-02-26 Thread hbjbb131 at yahoo dot co.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47072 --- Comment #2 from Satoshi Adachi 2011-02-26 20:56:05 UTC --- Created attachment 23480 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23480 preprocessed file generated by "g++ -O2 -g -Wall -v -save-temps demo.C"

[Bug target/47908] New: attribute((optimize(2))) causes ICE in m68k_sched_issue_rate

2011-02-26 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47908 Summary: attribute((optimize(2))) causes ICE in m68k_sched_issue_rate Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug bootstrap/47907] New: Bootstrap failure: libiberty/hashtab.c: error: conflicting types for 'int_fast16_t'

2011-02-26 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47907 Summary: Bootstrap failure: libiberty/hashtab.c: error: conflicting types for 'int_fast16_t' Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Prior

[Bug c++/47874] Multiple Inheritance - Virtual Function - Segfault

2011-02-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/47873] [4.6 Regression] virtual Inheritance - Covariant Virtual Function - Segfault

2011-02-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #6 from Jonathan Wakely 2011-02-26 19:45:08 UTC --- *** Bug 47874 has been marked as a duplicate of this bug. ***

[Bug fortran/47886] ICE: OpenMP !$omp task if(omp_get_num_threads() > 0)

2011-02-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47886 --- Comment #2 from Tobias Burnus 2011-02-26 19:36:44 UTC --- Author: burnus Date: Sat Feb 26 19:36:41 2011 New Revision: 170521 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170521 Log: 2011-02-26 Tobias Burnus PR fortran/47

[Bug fortran/47722] With -static "__mingw_vsprintf" on MinGW32 is not found

2011-02-26 Thread brad.finney at humboldt dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47722 --- Comment #4 from Brad Finney 2011-02-26 18:36:09 UTC --- I would like to know if this problem remains with the currently available install package. I have updated all of the mingw binaries and header files, so I am hoping that for a fresh ins

[Bug target/45261] Doesn't indicate failure status when it doesn't support (attiny2313A)

2011-02-26 Thread brawrf at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45261 --- Comment #15 from brawrf at gmail dot com 2011-02-26 18:32:29 UTC --- I can confirm the patch for GCC 4.5.2 works as expected and that I have compiled several programs with it. Please merge this into GCC.

[Bug c++/47897] [4.6 Regression][C++0x] static const member variable is not constant expression

2011-02-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47897 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Jason Merril

[Bug libfortran/47894] Documentation text for VERIFY intrinsic function is wrong.

2011-02-26 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47894 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libfortran/47894] Documentation text for VERIFY intrinsic function is wrong.

2011-02-26 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47894 --- Comment #1 from Francois-Xavier Coudert 2011-02-26 16:34:52 UTC --- Author: fxcoudert Date: Sat Feb 26 16:34:47 2011 New Revision: 170519 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170519 Log: PR fortran/47894 * intrinsic.

[Bug c++/47906] New: r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin*

2011-02-26 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47906 Summary: r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin* Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug tree-optimization/47445] Wrong code generated with -O -fno-omit-frame-pointer -fpeel-loops

2011-02-26 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47445 Francois-Xavier Coudert changed: What|Removed |Added Target|x86_64-pc-linux-gnu |x86_64 Status|UNCON

[Bug middle-end/47903] [4.5/4.6 Regression] var-tracking.c: valgrind error

2011-02-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47903 Jakub Jelinek changed: What|Removed |Added Summary|var-tracking.c: valgrind|[4.5/4.6 Regression] |e

[Bug middle-end/47903] var-tracking.c: valgrind error

2011-02-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47903 Jakub Jelinek changed: What|Removed |Added CC|jakub at gcc dot gnu.org| Target Milestone|---

[Bug middle-end/47903] var-tracking.c: valgrind error

2011-02-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47903 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug regression/47836] Some Cross Compiler can't build target-libiberty or target-zlib

2011-02-26 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47836 --- Comment #7 from Ralf Wildenhues 2011-02-26 15:34:12 UTC --- It should generally work to pass --disable-target-zlib, and similar for other target directories, as workarounds. If it doesn't work, that's worth a bug report (please open a separa

[Bug libfortran/45165] unix.c:fallback_access() leaks file descriptors

2011-02-26 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45165 Francois-Xavier Coudert changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libfortran/45165] unix.c:fallback_access() leaks file descriptors

2011-02-26 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45165 --- Comment #2 from Francois-Xavier Coudert 2011-02-26 15:21:51 UTC --- Author: fxcoudert Date: Sat Feb 26 15:21:45 2011 New Revision: 170517 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170517 Log: PR libfortran/45165 * unix.c

[Bug tree-optimization/47890] [4.5/4.6 Regression] internal compiler error: in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1186

2011-02-26 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47890 --- Comment #5 from Ira Rosen 2011-02-26 14:45:30 UTC --- Similar to your patch, Richard, but with different related stmt: @@ -2886,6 +3024,10 @@ get_initial_def_for_induction (gimple iv gimple_assign_set_lhs (new_stmt, induc_def);

[Bug lto/47497] [4.6 Regression] SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole-program

2011-02-26 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47497 --- Comment #14 from Jan Hubicka 2011-02-26 14:32:42 UTC --- The problem is in the alias merging code in lto-symtab. It does: alias->thunk.alias = prevailing_node->decl; that is wrong for thunks, as for thunks pointing to thunk (like this one) th

[Bug spam/45929] insn-attrtab.c is too big, can't compile within a few hundred MB (4.3.5 oops)

2011-02-26 Thread rueger at informatik dot hu-berlin.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45929 Manuel RĂ¼ger changed: What|Removed |Added CC||rueger at informatik dot

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED URL|

[Bug middle-end/46790] [4.6 regression] EH failures in libstdc++ testsuite with --gc-sections and GNU ld 2.18

2011-02-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46790 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug fortran/47722] With -static "__mingw_vsprintf" on MinGW32 is not found

2011-02-26 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47722 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last reconfirmed|

[Bug libfortran/47802] [4.6 Regression] libgfortran/intrinsics/ctime.c:75:3: error: too few arguments to function 'ctime_r'

2011-02-26 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47802 --- Comment #26 from dave at hiauly1 dot hia.nrc.ca 2011-02-26 13:59:50 UTC --- On Fri, 25 Feb 2011, burnus at gcc dot gnu.org wrote: > I think the build bug is now FIXED; thus: > > Please shout loudly if there you still encounter a build failure

[Bug lto/47497] [4.6 Regression] SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole-program

2011-02-26 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47497 --- Comment #13 from Jan Hubicka 2011-02-26 13:52:31 UTC --- The think in question (.LTHUNK0.10948) appears in: __base_dtor /613(-1) @0x7f43c6b49000 (asm: _ZN6soplex6SoPlexD2Ev.local.405) availability:available analyzed 194 time, 22 benefit (419

[Bug tree-optimization/47890] [4.5/4.6 Regression] internal compiler error: in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1186

2011-02-26 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47890 Ira Rosen changed: What|Removed |Added CC||irar at il dot ibm.com --- Comment #4 from Ir

[Bug c/47905] New: [trans-mem] ipa_tm_decrement_clone_counts ICE

2011-02-26 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47905 Summary: [trans-mem] ipa_tm_decrement_clone_counts ICE Product: gcc Version: trans-mem Status: UNCONFIRMED Severity: critical Priority: P3 Component: c AssignedTo: un

[Bug target/38598] MIPS extendsidi2 does not have a LO alternative

2011-02-26 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38598 --- Comment #4 from rsandifo at gcc dot gnu.org 2011-02-26 11:44:14 UTC --- Oops, thanks for the prod. The curse of doing stuff during the wrong development stage. I'll commit it once 4.7 opens.

[Bug target/19201] [m68k] Inefficient code for array accesses (from old PROBLEMS)

2011-02-26 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #14

[Bug c++/47904] [4.5/4.6 Regression] ICE with DECL_PARM_INDEX (this) in cp_tree_equal

2011-02-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47904 Jakub Jelinek changed: What|Removed |Added Known to work||4.4.5 Target Milestone|---

[Bug c++/47904] New: [4.5/4.6 Regression] ICE with DECL_PARM_INDEX (this) in cp_tree_equal

2011-02-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47904 Summary: [4.5/4.6 Regression] ICE with DECL_PARM_INDEX (this) in cp_tree_equal Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity

[Bug fortran/47850] [4.6 Regression] ICE in gfc_conv_array_initializer

2011-02-26 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850 --- Comment #3 from Paul Thomas 2011-02-26 11:09:41 UTC --- (In reply to comment #2) > (In reply to comment #1) It appears to be ANY that is not simplified. program Cindex integer,parameter :: sc(3) = [10,12,17], nc(2) = [10,17] logical,

[Bug lto/47497] [4.6 Regression] SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole-program

2011-02-26 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47497 --- Comment #12 from Jan Hubicka 2011-02-26 10:50:30 UTC --- Hmm, this is actually same body alias internal thunk. Will need to look more.

[Bug middle-end/47895] usage of __attribute__ ((__target__ ("xyz"))) with buitins

2011-02-26 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47895 --- Comment #2 from vincenzo Innocente 2011-02-26 09:55:03 UTC --- I find that the solution with multiple files shifts the problem to the build system, which is not necessarily an easier solution in all projects, and make maintenance more difficu

[Bug target/37003] 4.2.2 -mfpmath=sse causes movapd from non-16-byte aligned address

2011-02-26 Thread vastheman at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37003 --- Comment #7 from Vas Crabb 2011-02-26 09:39:02 UTC --- Created attachment 23477 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23477 assembly output from GCC 4.5.2 Red Hat i686

[Bug c++/47903] New: var-tracking.c: valgrind error

2011-02-26 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47903 Summary: var-tracking.c: valgrind error Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.or

[Bug target/36733] Wery interesting compilation way (if no -Ox option)

2011-02-26 Thread vastheman at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36733 Vas Crabb changed: What|Removed |Added Attachment #23475|0 |1 is obsolete|

[Bug target/36733] Wery interesting compilation way (if no -Ox option)

2011-02-26 Thread vastheman at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36733 --- Comment #4 from Vas Crabb 2011-02-26 09:37:14 UTC --- Created attachment 23475 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23475 assembly output when compiling with GCC 4.5.2 Red Hat i686

[Bug lto/47497] [4.6 Regression] SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole-program

2011-02-26 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47497 --- Comment #11 from Jan Hubicka 2011-02-26 09:36:00 UTC --- testcases for this kind of -fwhole-program issues tends to be tricky. I had quite busy week and now I am travelling till Monday night. So far I only reviewed the visibility code and it

[Bug target/37003] 4.2.2 -mfpmath=sse causes movapd from non-16-byte aligned address

2011-02-26 Thread vastheman at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37003 --- Comment #6 from Vas Crabb 2011-02-26 09:35:50 UTC --- Sorry, I should mention that this happened when targeting 32-bit x86

[Bug target/37003] 4.2.2 -mfpmath=sse causes movapd from non-16-byte aligned address

2011-02-26 Thread vastheman at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37003 --- Comment #5 from Vas Crabb 2011-02-26 09:33:44 UTC --- I can confirm that this still occurs in gcc version 4.3.3 20090124 (Red Hat 4.3.3-13) and in gcc version 4.5.3 (Ubuntu/Linaro 4.5.2-3ubuntu3). Using the same input, with the following opt

[Bug target/37003] 4.2.2 -mfpmath=sse causes movapd from non-16-byte aligned address

2011-02-26 Thread vastheman at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37003 Vas Crabb changed: What|Removed |Added CC||vastheman at users dot |

[Bug bootstrap/47902] Bootstrap failure: libiberty/regex.c: error: two or more data types in declaration specifiers

2011-02-26 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47902 --- Comment #2 from Daniel Richard G. 2011-02-26 09:18:13 UTC --- >From config.log: configure:5203: checking for pid_t configure:5203: gcc -c -g conftest.c >&5 configure:5203: $? = 0 configure:5203: gcc -c -g conftest.c >&5 conftest.c: In func

[Bug bootstrap/47902] Bootstrap failure: libiberty/regex.c: error: two or more data types in declaration specifiers

2011-02-26 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47902 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/47902] New: Bootstrap failure: libiberty/regex.c: error: two or more data types in declaration specifiers

2011-02-26 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47902 Summary: Bootstrap failure: libiberty/regex.c: error: two or more data types in declaration specifiers Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal

[Bug c/47901] New: -Wall should not imply -Wformat-zero-length by default

2011-02-26 Thread anders at kaseorg dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 Summary: -Wall should not imply -Wformat-zero-length by default Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: