[Bug tree-optimization/21048] [4.1 Regression] use of poisoned ggc memory causes cpu2000 build failures

2005-04-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-15 21:11 --- I am testing the following patch: Index: tree-ssa-loop-im.c === RCS file: /cvs/gcc/gcc/gcc/tree-ssa-loop-im.c,v retrieving revision 2.36 diff

[Bug other/21052] New: Example does not compile in user docs, type attributes, packed

2005-04-15 Thread ericw at evcohs dot com
In the GCC 3.4.3 user manual, in the section on type attributes: The example under the "packed" attribute does not compile. See: -- Summary: Example does not compile in

[Bug ada/21053] New: Warnings from init.c

2005-04-15 Thread danglin at gcc dot gnu dot org
stage1/xgcc -Bstage1/ -B/opt/gnu/gcc/gcc-4.1.0/hppa2.0w-hp-hpux11.11/bin/ -c - g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp es -mdisable-indexing -Werror -fno-common -DHAVE_CONFIG_H -mdisable-indexing \ -I. -Iada -I../../gcc/gcc -I../../gcc/

[Bug middle-end/20301] Assembler labels have a leading "-"

2005-04-15 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-04-15 22:07 --- Confirmed, there is indeed a suspicious cast in the way. -- What|Removed |Added

[Bug target/20301] Assembler labels have a leading "-"

2005-04-15 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-04-15 22:09 --- Recategorizing for now. -- What|Removed |Added Component|middle-end

[Bug middle-end/21014] read-rtl.c:670: warning: missing sentinel in function call

2005-04-15 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-04-15 22:10 --- Subject: Re: read-rtl.c:670: warning: missing sentinel in function call > result = concat ("(", cond1, ") && (", cond2, ")", NULL); > > > Looks like someone forgot the cast. (well in most of t

[Bug bootstrap/20633] sparc64-portbld-freebsd5.3: libgcc2.c:1623: error: size of array 'compile_type_assert' is negative

2005-04-15 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-04-15 22:20 --- Sorry, I missed this one. Do not hesitate to CC me for SPARC-related problems. Could you attach the preprocessed file? -- What|Removed |Added ---

[Bug bootstrap/20633] libgcc2.c:1623: error: size of array 'compile_type_assert' is negative

2005-04-15 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal GCC build triplet||sparc64-portbld-freebsd5.3 GCC target triplet|

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-15 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-15 22:21 --- Created an attachment (id=8651) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8651&action=view) I'm currently testing this patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20371

[Bug libgcj/10353] [3.3/3.4/4.0/4.1 regression] Java testsuite failures

2005-04-15 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-04-15 22:25 --- PR libgcj/6461 was opened for the FAIL: FileHandleGcTest execution - source compiled test FAIL: FileHandleGcTest execution - gij test FAIL: FileHandleGcTest execution - bytecode->native test FAIL: FileHan

[Bug java/21042] Error when compiling jdk14

2005-04-15 Thread samedii at gmail dot com
-- What|Removed |Added Component|target |java Summary|Error while compiling jdk14 |Error when compiling jdk14 http://gcc.gnu.org/bugzilla/s

[Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl

2005-04-15 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|nathan at gcc dot gnu dot |rth at gcc dot gnu dot org |org | Status|REOPENED

[Bug tree-optimization/21054] New: ICE in ssa check for -ftree-vectorize -fprofile-generate

2005-04-15 Thread janis at gcc dot gnu dot org
Current mainline GCC gets an ICE in check_loop_closed_ssa_use building any of ten benchmark programs from SPEC CPU2000 on powerpc-linux using the options "-O2 -ftree-vectorize -maltivec -fprofile-generate". This minimized test case demonstrates the problem:

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-04-15 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-04-15 23:04 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED

[Bug tree-optimization/21048] [4.1 Regression] use of poisoned ggc memory causes cpu2000 build failures

2005-04-15 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-04-15 23:54 --- debug_immediate_uses() does not seem right after the reciprocal transformation: BEFORE D.478_11 : --> single use. x_14 = D.478_11 / pretmp.3_54; pretmp.3_54 : -->2 uses. x_14 = D.478_11 / pretmp.3_54; D.479_1

[Bug middle-end/21049] [4.1 Regression] ICE with -fdump-tree-all and fortran

2005-04-15 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-04-16 00:55 --- Confirmed on i686. Was not there on 4/12/2005 build. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21049

[Bug middle-end/14311] builtins for atomic operations needed

2005-04-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-16 02:07 --- Subject: Bug 14311 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-16 02:07:33 Modified files: gcc/cp : ChangeLog semantics.c Added files:

[Bug middle-end/14311] builtins for atomic operations needed

2005-04-15 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-04-16 02:08 --- Middle-end bits are done. Target maintainers need to update md files for new patterns, but i686 and ia64 are done. -- What|Removed |Added ---

[Bug target/21042] Error when compiling jdk14

2005-04-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-16 02:47 --- This is not a java front-end problem, you are compiling C++ code. -- What|Removed |Added

[Bug tree-optimization/21054] [4.1 Regression] ICE in ssa check for -ftree-vectorize -fprofile-generate

2005-04-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-16 02:52 --- Very related to PR 20947. -- What|Removed |Added BugsThisDependsOn|

<    1   2