atic build of xfree86_4.3.0-2 on rameau by sbuild/arm 1.170.4
| Build started at 20040218-1909
| **
[...]
| ** Using build dependencies supplied by package:
| Build-Depends: dpkg (>= 1.7.0), flex, bison, bsdmainutils,
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-02-19
02:32 ---
An even shorter version:
=
void foo()
{
if (false)
if (int i=0)
int j=0;
}
=
--
What|Re
Accepted:
chill_2.95.4-27_i386.deb
to pool/main/g/gcc-defaults/chill_2.95.4-27_i386.deb
cpp-doc_3.3.2-3_i386.deb
to pool/main/g/gcc-defaults/cpp-doc_3.3.2-3_i386.deb
cpp_3.3.2-3_i386.deb
to pool/main/g/gcc-defaults/cpp_3.3.2-3_i386.deb
g++_3.3.2-3_i386.deb
to pool/main/g/gcc-defaults/g++_3
gcc-defaults_1.12_i386.changes uploaded successfully to localhost
along with the files:
gcc-defaults_1.12.dsc
gcc-defaults_1.12.tar.gz
cpp_3.3.2-3_i386.deb
cpp-doc_3.3.2-3_i386.deb
gcc_3.3.2-3_i386.deb
gcc-doc_3.3.2-3_i386.deb
g++_3.3.2-3_i386.deb
gobjc_3.3.2-3_i386.deb
g77_3.3.2-
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-19
00:55 ---
The problem is that the variable was not emitted into RTL so the variable does
have not a DECL_RTL and
calling make_decl_rtl on the decl will cause an ICE as the variable is an
automatic variable. Note t
LAST_UPDATED:
Native configuration is hppa-unknown-linux-gnu
=== g++ tests ===
Running target unix
FAIL: g++.dg/compat/break/bitfield7 x_tst.o compile
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o execut
LAST_UPDATED:
Native configuration is arm-unknown-linux-gnu
=== libjava tests ===
Running target unix
FAIL: calls run
FAIL: cxxtest run
FAIL: field run
FAIL: final_method run
FAIL: findclass run
FAIL: invoke run
FAIL: martin run
FAIL: noclass run
FAIL: overload run
FAIL: registe
LAST_UPDATED:
Native configuration is mipsel-unknown-linux-gnu
=== g++ tests ===
Running target unix
XPASS: g++.law/profile1.C (test for excess errors)
XPASS: g++.law/profile1.C Execution test
XPASS: g++.other/init5.C Execution test
=== g++ Summary ===
# of e
LAST_UPDATED:
Native configuration is alpha-unknown-linux-gnu
=== libjava tests ===
Running target unix
WARNING: program timed out.
FAIL: SyncTest execution - bytecode->native test
WARNING: program timed out.
FAIL: SyncTest execution - gij test
FAIL: Thread_Join execution - gij
LAST_UPDATED:
Native configuration is sparc-unknown-linux-gnu
=== g++ tests ===
Running target unix
XPASS: g++.other/init5.C Execution test
=== g++ Summary ===
# of expected passes8148
# of unexpected successes 1
# of expected failures
--- Additional Comments From bangerth at dealii dot org 2004-02-19 00:26
---
Confirmed. Here's something a little smaller:
---
int* foo();
const bool b = false;
int main() {
int i;
if (b)
if (int* p = foo())
{
int bla;
Processing commands for [EMAIL PROTECTED]:
> # submitted Debian report #233548 to gcc-gnats as PR 14203
> # http://gcc.gnu.org/PR14203
> forwarded 233548 http://gcc.gnu.org/PR14203
Bug#233548: ICE: in make_decl_rtl, at varasm.c:752
Noted your statement that Bug has been forwarded to http://gcc.gnu
Package: gcc-snapshot
Version: 20040215-1
Severity: important
Tags: sid
Hi,
I get ICE when I compile with g++ -Wall ice.cp
ice.ii from g++ -save-temps:
1 "ice.cpp"
# 1 ""
# 1 ""
# 1 "ice.cpp"
# 11 "ice.cpp"
namespace Data
{
class Dummy;
}
namespace
{
const bool g_bAlways = false;
Da
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-02-18
08:46 ---
The bootstrap error in PR 14180 got fixed.
Since this might also fix your problem, could you please
retest with a current version?
--
What|Removed |Added
--
14 matches
Mail list logo