[Bug c++/34691] [4.3/4.4/4.5 Regression] Default argument checking not performed after overload resolution with C linkage

2009-03-31 Thread jason at gcc dot gnu dot org
--- Comment #11 from jason at gcc dot gnu dot org 2009-04-01 03:34 --- Subject: Bug 34691 Author: jason Date: Wed Apr 1 03:34:30 2009 New Revision: 145386 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145386 Log: PR c++/34691 * name-lookup.c (pushdecl_maybe_fri

[Bug inline-asm/39590] inline asm %z on amd64 says "ll" instead of "q"

2009-03-31 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2009-04-01 01:08 --- I don't think it will hurt to generate fildq in 64bit if assembler supports it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39590

[Bug middle-end/26933] Volatile member in struct member accessed/written implicitly

2009-03-31 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug c/39606] New: expression statements lose excess precision

2009-03-31 Thread jsm28 at gcc dot gnu dot org
As I noted in : excess precision is removed as part of evaluating an expression statement. There are two minor problems associated with this: * If in future GCC preserves such conversions when needed for floating-point exceptions, the conver

[Bug c/39605] "error: variable-size type declared outside of any function" is issued twice

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-04-01 00:05 --- I am testing a patch that will change the diagnostics to warning: variably modified 'b' at file scope appearing exactly once (this is a pedwarn, so an error with -pedantic-errors). -- jsm28 at gcc dot gnu dot org

[Bug bootstrap/34818] --with-gmp overrides --with-mpfr

2009-03-31 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|bje at gcc dot gnu dot org |unassigned at gcc dot gnu |

[Bug tree-optimization/39604] [4.3/4.4/4.5 Regression] tree-ssa-sink breaks stack layout

2009-03-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|middle-end |tree-optimization GCC build triplet|i686-pc-linux-gnu |

[Bug c/39605] New: "error: variable-size type declared outside of any function" is issued twice

2009-03-31 Thread gerald at pfeifer dot com
The following snippet #define FIRST ((void*)0x80) #define LAST ((void*)0x86) static int b[LAST-FIRST]; now (2009-03-31) generates the following compiler errors which did not appear two(?) days ago. error: variable-size type declared outside of any function error: variable-size type d

[Bug objc/28050] [4.3/4.4/4.5 regression] ICE on invalid initializer

2009-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-03-31 22:43 --- (In reply to comment #5) > Technically this doesn't ICE anymore, yet I've been told that an "confused by > earlier errors, bailing out" is equivalent... so I'll reconfirm this. That is an ICE if you have checking en

[Bug inline-asm/39590] inline asm %z on amd64 says "ll" instead of "q"

2009-03-31 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-03-31 22:42 --- Darwin assembler and GNU assembler support fildq (%rax). But Solaris assembler doesn't. Only fildll works with all assemblers. We can't generate the 'q' suffix for "%z". -- hjl dot tools at gmail dot com changed:

[Bug middle-end/39604] tree-ssa-sink breaks stack layout

2009-03-31 Thread sandra at codesourcery dot com
--- Comment #1 from sandra at codesourcery dot com 2009-03-31 22:37 --- Created an attachment (id=17573) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17573&action=view) C++ test case sink-1.C -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39604

[Bug middle-end/39604] New: tree-ssa-sink breaks stack layout

2009-03-31 Thread sandra at codesourcery dot com
As reported in this thread: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01798.html This problem was reported by an ARM user and reproduced on arm-none-eabi, but is not target-specific. If the attached test program is compiled with -O1, it fails by incorrectly calling a pure virtual method. Wha

[Bug objc/28050] [4.3/4.4/4.5 regression] ICE on invalid initializer

2009-03-31 Thread ayers at gcc dot gnu dot org
--- Comment #5 from ayers at gcc dot gnu dot org 2009-03-31 22:22 --- Technically this doesn't ICE anymore, yet I've been told that an "confused by earlier errors, bailing out" is equivalent... so I'll reconfirm this. The patch from looks sane to me. Has there been an official RFA for

[Bug rtl-optimization/30121] ICE on frtl-abstract-sequences

2009-03-31 Thread ramana at gcc dot gnu dot org
--- Comment #5 from ramana at gcc dot gnu dot org 2009-03-31 21:51 --- -frtl-abstract-sequences has been removed with revision id 145374. Hence marking this as WONTFIX. -- ramana at gcc dot gnu dot org changed: What|Removed |Added -

[Bug objc/25965] [4.3/4.4/4.5 Regression] Allows duplicate member names in objc subclasses

2009-03-31 Thread ayers at gcc dot gnu dot org
--- Comment #6 from ayers at gcc dot gnu dot org 2009-03-31 21:46 --- Hi Andrew, are you still interested in the patch that caused this or is it fine if we simply try to fix this? -- ayers at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug objc/23709] [4.3/4.4/4.5 Regression] error recovery is not smart enough

2009-03-31 Thread ayers at gcc dot gnu dot org
--- Comment #8 from ayers at gcc dot gnu dot org 2009-03-31 21:29 --- Hi Andrew, will you have time to look at this? -- ayers at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/39528] [4.3 Regression] repeated entries are not read when using list-directed input

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-31 21:12 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug ada/39515] [4.3/4.4/4.5 Regression] Malformed parent spec causes bomb in child compilation

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-31 21:12 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug target/39496] [4.3 Regression] GCC uses non-standard calling conventions for static functions with -O0.

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-31 21:11 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c/39464] [4.3/4.4/4.5 Regression] Attribute may_alias causes invalid warning

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 21:11 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/39371] [4.3 Regression] Incorrectly rejects switch((unsigned int)boolvar)

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 21:10 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug target/39240] [4.3 Regression] Invalid sibcall optimization with promoted return types and differing signedness

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 21:10 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug tree-optimization/39120] [4.3/4.4 Regression] Missed escape constraints for call results

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 21:09 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug tree-optimization/39074] [4.3 Regression] PTA constraint processing for *x = y is wrong

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2009-03-31 21:09 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/39055] [4.3/4.4/4.5 regression] ICE with questionable default parameter of a member function

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 21:08 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug objc/18456] [4.3/4.4/4.5 Regression] ICE compiling Objective C code with protocol-qualified objects

2009-03-31 Thread ayers at gcc dot gnu dot org
--- Comment #9 from ayers at gcc dot gnu dot org 2009-03-31 21:08 --- The ICE is fixed in trunk (4.5), 4.4 and 4.3.3 The original test case still produces a bogus warning. Posted an RFA for the second test case here: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01826.html I'll close th

[Bug middle-end/38999] [4.3/4.4/4.5 Regression] Extra overflow warning in 32-bit HWI compiler

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-31 21:08 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c/36470] sizeof UTF-32 is 2 on AVR

2009-03-31 Thread eric dot weddington at atmel dot com
-- eric dot weddington at atmel dot com changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36470

[Bug tree-optimization/38985] [4.3/4.4/4.5 Regression] missing VOPs for pointers accessed directly via their address

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-31 21:07 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug tree-optimization/38819] [4.3 Regression] trapping expression wrongly hoisted out of loop

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #17 from jsm28 at gcc dot gnu dot org 2009-03-31 21:07 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug middle-end/38751] [4.3 regression] odd performance regression with -Os

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 21:06 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 21:06 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/38638] [4.3 regression] ICE superfluous 'typename'

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 21:05 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug middle-end/38533] [4.3 regression] tree-ssa-reassoc.c increases register pressure several times

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-31 21:05 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug driver/38381] [4.3 Regression] -b option seems to be broken

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 21:04 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/38228] [4.3/4.4/4.5 regression] ICE with invalid use of bound member function

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 21:03 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug libstdc++/38092] [4.3 Regression] libstdc++ doesn't build with GNU ld 2.19 and Sun as: no .symver support

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-31 21:03 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/38089] [4.3/4.4/4.5 Regression] g++ crash on invalid code

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-31 21:02 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug libgomp/38086] [4.3 Regression] libgomp fails to build if assembler doesn't support .symver

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-31 21:01 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/37971] [4.3 Regression] Rejects default argument that is a template via access failure

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 21:01 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug tree-optimization/37916] [4.3/4.4/4.5 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #16 from jsm28 at gcc dot gnu dot org 2009-03-31 21:00 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c/37772] [4.3/4.4/4.5 Regression] ICE with empty asm statement

2009-03-31 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|ICE with empty asm statement|[4.3/4.4/4.5 Regression] ICE |

[Bug c++/37650] [4.3 regression] ICE with broken default template parameter

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 20:58 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/37260] [4.3 Regression] infinite loop in init

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 20:58 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/37037] [4.3/4.4/4.5 Regression] ICE on template class member function definition after explicit template class instantation

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 20:57 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/36959] [4.3/4.4/4.5 Regression] C++ front-end causing a static inline function to be emitted

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:57 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/36912] [4.3/4.4/4.5 regression] ICE with "-frounding-math -g"

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-31 20:56 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug tree-optimization/36905] [4.3/4.4/4.5 Regression] IV-opts needs a little help with a[i+1]

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 20:55 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug tree-optimization/36891] [4.3 Regression] ICE with vector division and -ffast-math and LIM

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 20:54 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/36406] [4.3/4.4/4.5 regression] ICE with template delete operator

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 20:53 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/36404] [4.3 regression] ICE with invalid enum

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:53 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug tree-optimization/36400] [4.3 Regression] points-to results wrong

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 20:52 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug tree-optimization/36387] [4.3 Regression] points-to variables not transitively clobbered

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-31 20:52 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug tree-optimization/36373] [4.3 Regression] Wrong code with struct return

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-31 20:51 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/36254] [4.3 Regression] wrong "control reaches end of non-void function" warning with IF_STMT

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #17 from jsm28 at gcc dot gnu dot org 2009-03-31 20:51 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug tree-optimization/36218] [4.3 Regression] VRP causes stack overflow while building libgcj

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #21 from jsm28 at gcc dot gnu dot org 2009-03-31 20:50 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/36089] [4.3 Regression] Funny rejects valid with constant integral expression

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 20:50 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c/35742] [4.3 regression] Broken diagnostic: 'goto_expr' not supported by pp_c_expression

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 20:49 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/35652] [4.3 Regression] offset warning should be given in the front-end

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #26 from jsm28 at gcc dot gnu dot org 2009-03-31 20:49 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c/35634] [4.3/4.4/4.5 Regression] operand of pre-/postin-/decrement not promoted

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #21 from jsm28 at gcc dot gnu dot org 2009-03-31 20:48 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug tree-optimization/35468] [4.3 Regression] LHS of assignment can be folded to a constant causing ICE

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-31 20:48 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug target/35455] [4.3/4.4/4.5 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:47 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c/35445] [4.3/4.4/4.5 regression] ICE with conflicting declarations

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2009-03-31 20:46 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c/35441] [4.3/4.4/4.5 regression] Completely broken diagnostics

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-31 20:46 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c/35430] [4.3 regression] ICE with complex arithmetic

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 20:45 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/35335] [4.3 regression] Broken diagnostic: 'expr_stmt' not supported by dump_expr

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 20:45 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c/35330] [4.3/4.4/4.5 regression] ICE with invalid pragma weak

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-31 20:44 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/35329] [4.3 regression] ICE with invalid template class after #pragma interface

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-31 20:44 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c/37743] Bogus printf format warning with __builtin_bswap32.

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:40 --- Because my bug 448 patch isn't complete (doesn't give knowledge of the stdint.h types for all targets), it doesn't yet fix this issue; it defines c_uint32_type_node and c_uint64_type_node to be the normal C types used

[Bug c/36470] sizeof UTF-32 is 2 on AVR

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-31 20:36 --- I believe my patch for bug 448 should fix this, by using appropriate defaults (taken from newlib) on all bare-metal targets. It's possible the newlib type settings aren't the same as those used on AVR, but that's anot

[Bug c/448] -related issues (C99 issues)

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-31 20:33 --- Note that the patch committed does not completely fix the issue; work is needed for each target to tell GCC about the types on that target, and the patch only does that for glibc/uClibc, newlib and Solaris. -- ht

[Bug c/448] -related issues (C99 issues)

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2009-03-31 20:31 --- Subject: Bug 448 Author: jsm28 Date: Tue Mar 31 20:30:31 2009 New Revision: 145372 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145372 Log: PR c/448 fixincludes: * inclhack.def (newlib_stdin

[Bug libobjc/36610] objc_msg_sendv is broken for targets which pass argument via registers

2009-03-31 Thread janis at gcc dot gnu dot org
--- Comment #12 from janis at gcc dot gnu dot org 2009-03-31 20:28 --- The objc/execute directory can process .x files like the one added here, which I've tested on powerpc64-linux with -m32/-m64: Index: gcc/testsuite/objc/execute/forward-1.x

[Bug preprocessor/35326] [4.3 regression] ICE with stray digraph token

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-31 20:21 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/35321] [4.3 regression] ICE with invalid use of __builtin_offsetof

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-31 20:21 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug middle-end/35314] [4.3 regression] ICE with __builtin_setjmp and -fmudflap

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:20 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug target/35311] [4.2 only] ICE at postreload.c:392 while building webkit on s390

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 20:20 --- Closing 4.2 branch, fixed for 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35112] [4.3/4.4/4.5 regression] ICE and broken diagnostic with ambiguous class name

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:19 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/35075] [4.3/4.4/4.5 regression] ICE with references in templates

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:18 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/35067] [4.3/4.4/4.5 Regression] multiple definition of virtual thunk

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-31 20:18 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c/34911] [4.3 regression] ICE with vectors of bool

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-31 20:18 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug target/34856] [4.3 Regression] ICE with some constant vectors

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #32 from jsm28 at gcc dot gnu dot org 2009-03-31 20:17 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/34772] [4.3/4.4/4.5 Regression] self-initialisation does not silence uninitialised warnings (-Winit-self ignored)

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-31 20:17 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/34758] [4.3/4.4/4.5 regression] Bad diagnostic for circular dependency in constructor default argument

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 20:16 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/34691] [4.3/4.4/4.5 Regression] Default argument checking not performed after overload resolution with C linkage

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-31 20:16 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/34600] [4.3 regression] ICE with invalid use of extern

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 20:15 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/34491] [4.3/4.4/4.5 regression] ICE invalid template specialization

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:15 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/34485] [4.3 regression] ICE with undefined type in template parameter

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 20:15 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #28 from jsm28 at gcc dot gnu dot org 2009-03-31 20:14 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/34269] [4.3 regression] Incomplete __decltype/__typeof expressions accepted

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-31 20:14 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug libgcj/33764] [4.3 regression] gij is built as 32-bit binary when building multilib gcc

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-31 20:13 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug tree-optimization/33763] [4.3/4.4/4.5 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-31 20:12 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug middle-end/33699] [4.3/4.4/4.5 regression], missing optimization on const addr area store

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 20:12 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug target/33637] [4.3/4.4/4.5 Regression] "checking for nm: test: too many arguments" causes "Undefined symbol: __gxx_personality_v0"

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 20:12 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug c++/32385] [4.3/4.4/4.5 regression] ICE with struct in default argument of template function

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 20:11 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug tree-optimization/32306] [4.3/4.4/4.5 Regression] redundant && || not eliminated

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-31 20:10 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug ada/32164] [4.3/4.4/4.5 Regression] Ada ICE when renaming predefined "=" and "/="

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 20:09 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug target/31786] [4.3/4.4/4.5 Regression][avr] error: unable to find a register to spill in class 'BASE_POINTER_REGS'

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #18 from jsm28 at gcc dot gnu dot org 2009-03-31 20:09 --- Closing 4.2 branch. Is the patch committed on 14 September 2008 a complete fix? If so, the 4.4 and 4.5 regression markers should be removed from the summary. -- jsm28 at gcc dot gnu dot org changed:

[Bug tree-optimization/31130] [4.3/4.4/4.5 Regression] VRP no longer derives range for division after negation

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #17 from jsm28 at gcc dot gnu dot org 2009-03-31 20:07 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug middle-end/30774] [4.3/4.4/4.5 regression] ld: fatal: too many symbols require `small' PIC references

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 20:07 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|

  1   2   3   4   >