Hi,
I am trying to compile a large c++ application. Without any optimizations
(debug has been enabled) the code compiles fine. However, when I turn on -O2
optimzations, I get the following:
g++-3.3 -Wl,-rpath
-Wl,/usr/local/Thirdparty/1.24.1/Linux/gcc-3.3.5-32bit///lib
-L/usr/local/Thirdpar
--- Comment #20 from pinskia at gcc dot gnu dot org 2005-10-18 00:56
---
(In reply to comment #19)
> Fixed on mainline, still broken on gcc-4.0.x branch. I've started a builds to
> test it. This will take a while.
Removing the 4.1 regression marker than since it will be a while.
--
--- Comment #19 from wilson at gcc dot gnu dot org 2005-10-18 00:52 ---
Fixed on mainline, still broken on gcc-4.0.x branch. I've started a builds to
test it. This will take a while.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17356
--- You are receiving this mail because:
--- Comment #18 from cvs-commit at gcc dot gnu dot org 2005-10-18 00:23
---
Subject: Bug 17356
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-10-18 00:22:53
Modified files:
gcc: ChangeLog cfgrtl.c
Log message:
Fix
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
OtherBugsDependingO||22533
nThis||
http://gcc.g
--- Comment #15 from cvs-commit at gcc dot gnu dot org 2005-10-17 13:57
---
Subject: Bug 22551
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-10-17 13:57:37
Modified files:
gcc: ChangeLog c-co
--- 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 <[EMAIL PRO
--- Comment #13 from cvs-commit at gcc dot gnu dot org 2005-10-17 13:54
---
Subject: Bug 22551
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-10-17 13:54:34
Modified files:
gcc: ChangeLog c-common.c
gcc/testsuite
--
dir at lanl dot gov changed:
What|Removed |Added
CC|dir at lanl dot gov |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323
--- You are receiving thi
--- Comment #17 from schwab at suse dot de 2005-10-17 12:06 ---
Bootstrap was successful and most Ada tests pass now
(http://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00730.html).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17356
--- You are receiving this mail because:
--- 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 rejected clearing the overf
11 matches
Mail list logo