--
nathan at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|nathan at gcc dot gnu dot |unassigned at gcc dot gnu
|org
--- Comment #17 from nathan at gcc dot gnu dot org 2005-10-19 12:50 ---
fix for 4.0 2005-10-19 Nathan Sidwell <[EMAIL PROTECTED]>
PR c++/22551
* typeck2.c (digest_init): Clear overflow flags on the folded
initializer.
--
http://gcc.gnu.org/bu
--- Comment #14 from nathan at gcc dot gnu dot org 2005-10-17 13:57 ---
refixed
2005-10-17 Nathan Sidwell <[EMAIL PROTECTED]>
PR c++/22551
* c-common.c (c_add_case_label): Revert my 2005-10-14 clearing of
overflow flags.
2005-10-17 Nathan Sidwell &
--- Comment #12 from nathan at gcc dot gnu dot org 2005-10-17 08:36 ---
the overflow happens in the static constant assignment 'int b = 0x8000'
assigns an unsigned long to an int, and overflows. The int_cst as b's
DCL_INITIAL has the overflow flag set. I reject
--- Comment #10 from nathan at gcc dot gnu dot org 2005-10-16 09:02 ---
something is not quite right ...
--
nathan at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from nathan at gcc dot gnu dot org 2005-10-14 13:00 ---
fixed mainline and 4.0
2005-10-14 Nathan Sidwell <[EMAIL PROTECTED]>
PR c++/22551
* c-common.c (c_add_case_label): Clear LOW_VALUE and HIGH_VALUE's
overflow flags. Re
--
nathan at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|3.4.6 |4.0.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23797
--- You
--- Comment #12 from nathan at gcc dot gnu dot org 2005-10-13 13:14 ---
probably should be backported to 3.4
--
nathan at gcc dot gnu dot org changed:
What|Removed |Added
--
nathan at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot
|dot org
--- Comment #10 from nathan at gcc dot gnu dot org 2005-10-12 18:23 ---
Fixed mainline and 4.0
2005-10-12 Nathan Sidwell <[EMAIL PROTECTED]>
PR c++/23797
* parser.c (cp_parser_functional_cast): Cope when TYPE is not a
TYPE_DECL. Use dependent_type_p to
--
nathan at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot
|dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-12-01
12:58 ---
fixed on 3.4 branch too
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From nathan at gcc dot gnu dot org 2004-12-01
10:22 ---
2004-12-01 Nathan Sidwell <[EMAIL PROTECTED]>
PR c++/17431
* call.c (standard_conversion): Add FLAGS parameter. Do not allow
derived to base conversion when checking const
--- Additional Comments From nathan at gcc dot gnu dot org 2004-11-29
11:48 ---
(In reply to comment #12)
> Nathan, even if there is not an official committee position on the correct
> semantic of this program, is there way to get a patch in to stop cc1plus from
> segfault
14 matches
Mail list logo