[Bug middle-end/34197] array overflow warning without line number

2007-11-23 Thread mueller at gcc dot gnu dot org
--- Comment #6 from mueller at gcc dot gnu dot org 2007-11-23 23:02 --- Subject: Bug 34197 Author: mueller Date: Fri Nov 23 23:02:21 2007 New Revision: 130385 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130385 Log: 2007-11-23 Dirk Mueller <[EMAIL PROTECTED]>

[Bug middle-end/34197] array overflow warning without line number

2007-11-23 Thread mueller at gcc dot gnu dot org
--- Comment #7 from mueller at gcc dot gnu dot org 2007-11-23 23:11 --- Fixed for 4.3 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug middle-end/34241] New: ICE in forward_propagate_into_cond

2007-11-26 Thread mueller at gcc dot gnu dot org
RMED Keywords: rejects-valid Severity: critical Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mueller at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34241

[Bug middle-end/34285] [4.3 Regression] buffer overflow incorrectly detected

2007-11-29 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2007-11-29 10:47 --- fortify_source=2 is supposed to reject it (only sizeof the struct member, not the whole struct is allowed). use fortify_source=1 or fix your broken code. -- mueller at gcc dot gnu dot org changed

[Bug middle-end/34285] [4.3 Regression] buffer overflow incorrectly detected

2007-11-29 Thread mueller at gcc dot gnu dot org
--- Comment #7 from mueller at gcc dot gnu dot org 2007-11-29 11:47 --- Andrew, read the comments or stop reopening. the behaviour is documented that way even. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/34386] -Wstrict-aliasing=3 ineffective (tree-ssa-alias-warnings.c)

2007-12-08 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2007-12-08 12:55 --- this seems to be readding the warning with relatively low false positive rate (e.g. didn't find a false one yet). --- cp/typeck.c (revision 130658) +++ cp/typeck.c (working copy) @@ -5269,11 +52

[Bug middle-end/34386] -Wstrict-aliasing=3 ineffective (tree-ssa-alias-warnings.c)

2007-12-07 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2007-12-08 02:23 --- testing patch for pointer_set conversion -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/34386] -Wstrict-aliasing=3 ineffective (tree-ssa-alias-warnings.c)

2007-12-07 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2007-12-08 02:07 --- this patch seems to be an alternative way of making -Wstrict-aliasing=3 work again for the testcase: --- c-common.c (revision 130658) +++ c-common.c (working copy) @@ -1035,7 +1035,8 @@ strict_aliasing_warning

[Bug tree-optimization/34385] new miscompilation after PR34148 fix

2007-12-07 Thread mueller at gcc dot gnu dot org
--- Comment #1 from mueller at gcc dot gnu dot org 2007-12-07 22:46 --- Created an attachment (id=14710) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14710&action=view) testcase compile with g++ -ansi -O2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34385

[Bug middle-end/34386] -Wstrict-aliasing=3 ineffective (tree-ssa-alias-warnings.c)

2007-12-07 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2007-12-08 02:23:39 |2007-12-08

[Bug tree-optimization/34385] New: new miscompilation after PR34148 fix

2007-12-07 Thread mueller at gcc dot gnu dot org
Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mueller at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34385

[Bug middle-end/34386] -Wstrict-aliasing=3 ineffective (tree-ssa-alias-warnings.c)

2007-12-07 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug tree-optimization/34385] new miscompilation after PR34148 fix

2007-12-07 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2007-12-07 22:47 --- diff between broken -fdump-tree-optimized and working one is really small: --- out.cc.optimized.broken 2007-12-07 23:35:37.460943000 +0100 +++ out.cc.optimized.works 2007-12-07 23:35:53.641747000 +0100

[Bug preprocessor/36453] New: PR36320 breaks boost

2008-06-06 Thread mueller at gcc dot gnu dot org
n-null argument. -- Summary: PR36320 breaks boost Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy:

[Bug preprocessor/36453] PR36320 breaks boost

2008-06-10 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2008-06-10 22:14 --- so the code should be changed to #elif defined(BOOST_PP_ITERATION_DEPTH) && BOOST_PP_ITERATION_DEPTH() == 1 ? it is confusing that #elif behaves more like "#if" and not like "#

[Bug target/36745] [4.4 Regression] ICE in gen_reg_rtx, at emit-rtl.c:868

2008-07-07 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2008-07-07 09:00 --- Created an attachment (id=15868) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15868&action=view) slightly shorter (different testcase, same bug) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36745

[Bug preprocessor/36453] PR36320 breaks boost

2008-07-07 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2008-07-07 09:25 --- well, lets keep it at that for now -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/25977] New: miscompile with classes without copy constructor

2006-01-26 Thread mueller at gcc dot gnu dot org
erity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mueller at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25977

[Bug middle-end/25977] miscompile with classes without copy constructor

2006-01-26 Thread mueller at gcc dot gnu dot org
--- Comment #1 from mueller at gcc dot gnu dot org 2006-01-26 15:40 --- Created an attachment (id=10734) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10734&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25977

[Bug libstdc++/26142] New: global debug namespace clashes everywhere

2006-02-06 Thread mueller at gcc dot gnu dot org
4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mueller at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26142

[Bug c++/18150] Should enable -Wsequence-point for C++

2006-02-07 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-02-07 21:47 --- Subject: Bug 18150 Author: mueller Date: Tue Feb 7 21:47:55 2006 New Revision: 110719 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110719 Log: 2006-02-07 Dirk Mueller <[EMAIL PROTECTED]>

[Bug c++/26167] -Wconversion fails to detect signedness conversion from int to unsigned int in fuction call

2006-02-08 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-02-08 14:46 --- ugh, that warning isn't even in -Wextra. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26167

[Bug middle-end/26212] New: ICE in create_component_ref_by_pieces

2006-02-10 Thread mueller at gcc dot gnu dot org
t gnu dot org ReportedBy: mueller at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26212

[Bug c++/26311] New: [4.1/4.2 Regression] ambiguous overload errors

2006-02-15 Thread mueller at gcc dot gnu dot org
ambiguous overload errors Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mueller at gcc dot gnu dot org http://g

[Bug c++/26311] [4.1/4.2 Regression] ambiguous overload errors

2006-02-15 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |critical Keywords||rejects

[Bug c++/26311] [4.1/4.2 Regression] ambiguous overload errors

2006-02-15 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-02-16 00:45 --- how do you explain that the testcase compiles just fine if you remove the namespace? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26311

[Bug c/8268] no compile time array index checking

2006-02-17 Thread mueller at gcc dot gnu dot org
--- Comment #17 from mueller at gcc dot gnu dot org 2006-02-18 02:51 --- Created an attachment (id=10869) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10869&action=view) patch I'm currently testing this patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8268

[Bug c/8268] no compile time array index checking

2006-02-18 Thread mueller at gcc dot gnu dot org
--- Comment #21 from mueller at gcc dot gnu dot org 2006-02-18 12:39 --- hmm, thanks. it should have looked like this: + case TRY_FINALLY_EXPR: + case TRY_CATCH_EXPR: +array_offset_warning (&TREE_OPERAND (t, 0)); +array_offset_warning (&TREE_OPERA

[Bug c/8268] no compile time array index checking

2006-02-18 Thread mueller at gcc dot gnu dot org
--- Comment #22 from mueller at gcc dot gnu dot org 2006-02-18 12:42 --- Richard: Under which assumption? because the array size is <= sizeof(int) ? Why not suppressing the warning by changing the code to: typedef struct { int len; char str[0]; } String; ? -- h

[Bug c/8268] no compile time array index checking

2006-02-19 Thread mueller at gcc dot gnu dot org
--- Comment #31 from mueller at gcc dot gnu dot org 2006-02-19 21:42 --- I see many false positives and negatives with the -Warray-bounds patch. I haven't closely investigated the false positives yet, but one of the false negatives is this: === Cut === struct bla { bla();

[Bug target/26374] New: Compile failure on long double

2006-02-19 Thread mueller at gcc dot gnu dot org
: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mueller at gcc dot gnu dot org GCC host triplet: powerpc-unknown-linux http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug target/26374] Compile failure on long double

2006-02-19 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-02-19 22:04 --- yes, full configure line: Target: powerpc64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir

[Bug target/26374] Compile failure on long double

2006-02-19 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2006-02-19 22:20 --- hmm, I guess I'm find with resolving this as duplicate to 19779, even though I don't understand why this is only an issue on PPC for me.. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-22 Thread mueller at gcc dot gnu dot org
--- Comment #9 from mueller at gcc dot gnu dot org 2006-02-22 18:53 --- Yes, thanks. -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/8268] no compile time array index checking

2006-02-23 Thread mueller at gcc dot gnu dot org
--- Comment #32 from mueller at gcc dot gnu dot org 2006-02-23 09:59 --- Created an attachment (id=10899) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10899&action=view) reworked patch Ok, based on Falk's patch, I've hammered on it long enough until there w

[Bug c/8268] no compile time array index checking

2006-02-23 Thread mueller at gcc dot gnu dot org
--- Comment #33 from mueller at gcc dot gnu dot org 2006-02-23 15:47 --- Created an attachment (id=10902) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10902&action=view) updated patch. better patch. I'm going to post that one when regtesting completes. -- mu

[Bug c/8268] no compile time array index checking

2006-02-25 Thread mueller at gcc dot gnu dot org
--- Comment #38 from mueller at gcc dot gnu dot org 2006-02-25 18:37 --- I think the anaylize_array_indexes has the problem of the "taking address of array sentinel" as well. I'll look into moving it to VRP pass. re segfault: I got the same, will fix. -- htt

[Bug tree-optimization/26626] New: ICE in in add_virtual_operand

2006-03-09 Thread mueller at gcc dot gnu dot org
Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mueller at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26626

[Bug tree-optimization/26626] ICE in in add_virtual_operand

2006-03-09 Thread mueller at gcc dot gnu dot org
--- Comment #1 from mueller at gcc dot gnu dot org 2006-03-09 22:40 --- reduce-min5.ii: In function ‘void kjs_strtod()’: reduce-min5.ii:12: warning: ‘e1’ is used uninitialized in this function reduce-min5.ii:8: internal compiler error: in add_virtual_operand, at tree-ssa-operands.c:979

[Bug tree-optimization/26626] [4.2 Regression] ICE in in add_virtual_operand

2006-03-10 Thread mueller at gcc dot gnu dot org
--- Comment #8 from mueller at gcc dot gnu dot org 2006-03-10 10:51 --- shorter testcase: === Cut === typedef union { int d; int L; } U; void breakme() { int rv; ovfl: ((U*)&rv)->d = 42; if (((U*)&rv)->L) goto ovfl; } === Cut === -- http

[Bug tree-optimization/26626] [4.2 Regression] ICE in in add_virtual_operand

2006-03-13 Thread mueller at gcc dot gnu dot org
--- Comment #10 from mueller at gcc dot gnu dot org 2006-03-13 16:17 --- it looks to me that this commit exposed/introduced the ICE: r111300 | dberlin | 2006-02-20 14:38:01 +0100 (Mon, 20 Feb 2006) | 22 lines Changed paths: M /trunk/gcc/ChangeLog M /trunk/gcc/passes.c M

[Bug tree-optimization/26626] [4.2 Regression] ICE in in add_virtual_operand

2006-03-13 Thread mueller at gcc dot gnu dot org
--- Comment #12 from mueller at gcc dot gnu dot org 2006-03-13 16:56 --- ah, I see. I'm fine with working around the ICE locally and let you guys figure out how to fix the actual cause :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26626

[Bug libstdc++/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2006-03-14 Thread mueller at gcc dot gnu dot org
--- Comment #91 from mueller at gcc dot gnu dot org 2006-03-14 09:24 --- well, of course, because your libstdc++ is compiled with the wrong (LSB incompliant btw) stdc++ allocator. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664

[Bug tree-optimization/26726] New: -fivopts producing out of bounds array refs

2006-03-17 Thread mueller at gcc dot gnu dot org
of bounds array refs Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mueller at gcc dot gnu dot org htt

[Bug tree-optimization/26726] -fivopts producing out of bounds array refs

2006-03-17 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-03-17 12:40 --- one possible workaround would be to lower the ARRAY_REF's to indirect mem refs, which I don't track -- mueller at gcc dot gnu dot org changed: What|Removed

[Bug c++/18313] Missing warning for superfluous const's in return types

2006-10-25 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mueller at gcc dot gnu dot |dot org

[Bug c++/29033] %s substituted with "left"/"right" can't be properly translated

2006-10-25 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mueller at gcc dot gnu dot |dot org

[Bug c++/29033] %s substituted with "left"/"right" can't be properly translated

2006-10-28 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-10-28 22:34 --- Subject: Bug 29033 Author: mueller Date: Sat Oct 28 22:34:06 2006 New Revision: 118117 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118117 Log: 2006-10-29 Dirk Mueller <[EMAIL PROTECTED]>

[Bug c++/29033] %s substituted with "left"/"right" can't be properly translated

2006-10-28 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2006-10-28 22:41 --- Fixed for 4.3. -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2006-10-28 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-10-28 23:22 --- Testing patch. -- mueller at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug c++/6321] no warning for bad main function declaration

2006-10-28 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-10-28 23:45 --- testing patch -- mueller at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2006-10-29 18:38 --- Subject: Bug 16307 Author: mueller Date: Sun Oct 29 18:38:26 2006 New Revision: 118154 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118154 Log: 2006-10-29 Dirk Mueller <[EMAIL PROTECTED]>

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #6 from mueller at gcc dot gnu dot org 2006-10-29 19:13 --- Fixed in 4.3 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/29089] Words substituted for %s in a sentence can not be translated

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-10-29 19:53 --- Subject: Bug 29089 Author: mueller Date: Sun Oct 29 19:52:52 2006 New Revision: 118156 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118156 Log: PR c++/29089 * typeck.c (build_

[Bug c++/29089] Words substituted for %s in a sentence can not be translated

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2006-10-29 19:58 --- Fixed for 4.3 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/28669] %s substituted with static/non- can't be properly translated

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-10-30 23:09 --- Subject: Bug 28669 Author: mueller Date: Mon Oct 30 23:08:59 2006 New Revision: 118205 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118205 Log: 2006-10-30 Dirk Mueller <[EMAIL PROTECTED]>

[Bug c++/6321] no warning for bad main function declaration

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2006-10-30 23:15 --- Subject: Bug 6321 Author: mueller Date: Mon Oct 30 23:15:42 2006 New Revision: 118206 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118206 Log: 2006-10-30 Dirk Mueller <[EMAIL PROTECTED]>

[Bug c++/28669] %s substituted with static/non- can't be properly translated

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2006-10-30 23:16 --- Fixed for 4.3 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/6321] no warning for bad main function declaration

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #6 from mueller at gcc dot gnu dot org 2006-10-30 23:22 --- Fixed for 4.3.0 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/28704] %s substituted with "static member"/"free" can't be properly translated

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-10-30 23:32 --- Subject: Bug 28704 Author: mueller Date: Mon Oct 30 23:32:29 2006 New Revision: 118208 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118208 Log: 2006-10-30 Dirk Mueller <[EMAIL PROTECTED]>

[Bug c++/28704] %s substituted with "static member"/"free" can't be properly translated

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2006-10-30 23:33 --- Fixed for 4.3 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/24273] g++ misses a warning that gcc, instead, gives

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-10-30 23:34 --- *** This bug has been marked as a duplicate of 18313 *** -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/18313] Missing warning for superfluous const's in return types

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-10-30 23:34 --- *** Bug 24273 has been marked as a duplicate of this bug. *** -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/18313] Missing warning for superfluous const's in return types

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2006-11-30 23:08 --- Subject: Bug 18313 Author: mueller Date: Thu Nov 30 23:08:27 2006 New Revision: 119382 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119382 Log: 2006-12-01 Dirk Mueller <[EMAIL PROTECTED]>

[Bug c++/18313] Missing warning for superfluous const's in return types

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-11-30 23:11 --- Implemented for 4.3. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/19564] -Wparentheses does not work with the C++ front-end

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-11-30 23:15 --- what is the status of these patches? I just started to look into this.. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #7 from mueller at gcc dot gnu dot org 2006-11-30 23:16 --- not entirely related. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/8268] no compile time array index checking

2007-01-17 Thread mueller at gcc dot gnu dot org
--- Comment #42 from mueller at gcc dot gnu dot org 2007-01-17 10:51 --- no, its going in real soon now (finally) :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8268

[Bug c/8268] no compile time array index checking

2007-01-18 Thread mueller at gcc dot gnu dot org
--- Comment #43 from mueller at gcc dot gnu dot org 2007-01-18 13:00 --- Subject: Bug 8268 Author: mueller Date: Thu Jan 18 13:00:33 2007 New Revision: 120898 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120898 Log: 2007-01-18 Dirk Mueller <[EMAIL PR

[Bug c/8268] no compile time array index checking

2007-01-18 Thread mueller at gcc dot gnu dot org
--- Comment #44 from mueller at gcc dot gnu dot org 2007-01-18 13:12 --- Fixed for 4.3. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/30511] False array bound check causes gcc failed to boostrap

2007-01-19 Thread mueller at gcc dot gnu dot org
--- Comment #1 from mueller at gcc dot gnu dot org 2007-01-19 20:04 --- this patch fixes / works around it. I don't like it yet, I'm trying to find a better solution. --- tree-vrp.c (revision 120953) +++ tree-vrp.c (working copy) @@ -3583,6 +3583,25 @@ check_array_bounds

[Bug bootstrap/30511] False array bound check causes gcc failed to boostrap

2007-01-19 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2007-01-19 22:15 --- the ivopts problem is a duplicate of bug 26726. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30511

[Bug bootstrap/30511] False array bound check causes gcc failed to boostrap

2007-01-21 Thread mueller at gcc dot gnu dot org
--- Comment #7 from mueller at gcc dot gnu dot org 2007-01-21 16:12 --- Subject: Bug 30511 Author: mueller Date: Sun Jan 21 16:12:10 2007 New Revision: 121032 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121032 Log: 2007-01-21 Dirk Mueller <[EMAIL PROTECTED]&g

[Bug bootstrap/30511] False array bound check causes gcc failed to boostrap

2007-01-21 Thread mueller at gcc dot gnu dot org
--- Comment #8 from mueller at gcc dot gnu dot org 2007-01-21 16:52 --- Fixed for 4.3. -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/19618] Does warn if bit-fields exceed the size of bool types

2007-01-21 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mueller at gcc dot gnu dot |dot org

[Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap

2007-01-23 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap

2007-01-23 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2007-01-23 13:33 --- ah, no, this doesn't seem to be the same thing. -- mueller at gcc dot gnu dot org changed: What|Removed |

[Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap

2007-01-23 Thread mueller at gcc dot gnu dot org
--- Comment #7 from mueller at gcc dot gnu dot org 2007-01-23 15:47 --- which revision is that? -r121081 fails here -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30510

[Bug fortran/30549] compiler warning in resolve.c: possibly uninitialized use of name

2007-01-23 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2007-01-23 16:26 --- fortran seems to bootstrap now. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

<    1   2