[Bug tree-optimization/15524] [4.0 Regression] jump threading on trees is slow with switch statements with large # of cases

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 05:16 --- We are still way behind 3.3, it takes 15 seconds on my 1.5GHz PPC 7400 with 3.3 but with 4.0, well for 4.0 time just look at Jeff's data and see that we are way behind still. -- http://gcc.gnu.org/bugz

[Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 04:49 --- Dave, do you have time to work out what patch is causing the problem? If not, please let me know, and I'll try to do it. Thanks, -- Mark -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18262

[Bug tree-optimization/15524] [4.0 Regression] jump threading on trees is slow with switch statements with large # of cases

2004-10-31 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-01 03:52 --- Jeff, what is the compile-time situation in mainline now, compared to 3.4 or even older versions (2.95)? -- What|Removed |Added --

[Bug tree-optimization/15524] [4.0 Regression] jump threading on trees is slow with switch statements with large # of cases

2004-10-31 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at dberlin dot org 2004-11-01 03:51 --- Subject: Re: [4.0 Regression] jump threading on trees is slow with switch statements with large # of cases On Sun, 31 Oct 2004, Jeffrey A Law wrote: > > More work to speed up 15524. I was rather puzzled th

[Bug tree-optimization/18241] [4.0 Regression] linux kernel loop gets miscompiled

2004-10-31 Thread ak at muc dot de
--- Additional Comments From ak at muc dot de 2004-11-01 03:08 --- To clarify the previous comment means that the problem is likely in the first loop in the function, not in the second -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18241

[Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails

2004-10-31 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-11-01 03:08 --- Subject: Re: [3.4 Regression] New libstdc++ testsuite fa >What|Removed |Added > >

[Bug tree-optimization/18241] [4.0 Regression] linux kernel loop gets miscompiled

2004-10-31 Thread ak at muc dot de
--- Additional Comments From ak at muc dot de 2004-11-01 03:07 --- I must correct myself slightly - the kernel oops I see is not the second loop, but in the check before: ret = *pathp[0].slot; <--- references either NULL or a bogus pointer if (ret == NULL)

[Bug middle-end/17961] ICE for operation on small vector with altivec enabled

2004-10-31 Thread belyshev at lubercy dot com
--- Additional Comments From belyshev at lubercy dot com 2004-11-01 03:03 --- 3.4.3 rejects -DVECSIZE=2 code with "error: no vector mode with the size and type specified could be found" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17961

[Bug middle-end/17961] ICE for operation on small vector with altivec enabled

2004-10-31 Thread belyshev at lubercy dot com
--- Additional Comments From belyshev at lubercy dot com 2004-11-01 02:48 --- Confirmed with -DVECSIZE=2, here the backtrace: Program received signal SIGSEGV, Segmentation fault. 0x08164577 in extract

[Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails

2004-10-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail|3.4.3 4.0.0 |3.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18262

[Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails

2004-10-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||3.4.3 4.0.0 Known to work||3.4.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id

RFC822/M400 Mail Network -- Delivery Report

2004-10-31 Thread Mail Delivery Subsystem
Not delivered to: [EMAIL PROTECTED] user agent unavailable Original-Envelope-Id: in*vsnl*rfc987;41859fb972e5000mimey2k X400-Content-Identifier: 041101080017+053 Reporting-MTA: x400; /ADMD=VSNL/C=IN DSN-Gateway: smtp; terminator1.vsnl.net.in Final-Recipient: rfc822; [EMAIL PROTECTED] Actio

[Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 02:46 --- The only locale change for the gnu one was: 2004-10-10 Paolo Carlini <[EMAIL PROTECTED]> * config/locale/gnu/monetary_members.cc (_S_construct_pattern): Give __ret a default value, thus av

[Bug tree-optimization/18241] [4.0 Regression] linux kernel loop gets miscompiled

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 02:36 --- The corresponding asm for the loop: with -fno-ivopts: L11: ld r11,8(r10) srd r2,r4,r7 addi r0,r7,-6 rldicl r2,r2,0,58 rldicl r7,r0,0,32 ld r9,0(r11) sl

[Bug tree-optimization/18241] [4.0 Regression] linux kernel loop gets miscompiled

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 02:34 --- Also for the first loop, we look we do much worse code with -fivopts at least on powerpc64: With -fno-ivopts: offset = (int) (unsigned int) (index >> (int) shift) & 63; pathp = pathp.109 + 24B; pathp-

[Bug tree-optimization/18241] [4.0 Regression] linux kernel loop gets miscompiled

2004-10-31 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-01 02:29 --- (In reply to comment #3) > Zdenek, two questions: > - Aren't ivtmp.128 and ivtmp.124 duplicates? Uhm, forget about this :) > - Since ivtmp.128 behaves exactly like pathp, there is a way to at least preser

[Bug tree-optimization/18241] [4.0 Regression] linux kernel loop gets miscompiled

2004-10-31 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-01 02:26 --- The final tree dump of the loop with -O1 -fno-ivopts looks like this: :; nr = pathp->offset; node = pathp->node; D.7834 = &node->tags; addr.9 = (volatile long int *) ((long unsigned int *) D.7834 + D

[Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails

2004-10-31 Thread danglin at gcc dot gnu dot org
successes 2 # of expected failures 5 Compiler version: 3.4.3 20041031 (prerelease) The new fails appear to be locale related. -- Summary: [3.4.3 Regression] New libstdc++ testsuite fails Product: gcc Version: 3.4.3 Status: UNCONFIRMED

[Bug target/18230] SPARC VIS instructions are not generated by GCC

2004-10-31 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-11-01 01:52 --- The full patch with tests is at: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02740.html -- What|Removed |Added --

[Bug ada/16086] Legal program rejected, procedure of protected object should be visible

2004-10-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16086

[Bug ada/17954] Legal program rejected, packed array of booleans

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:40 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/17953] Illegal program not detected, RM 3.9.2(9)

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:38 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/15851] pragma Volatile not respected for variables with default value

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:37 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/15844] Illegal program not detected, RM 8.3(8)

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:36 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/17732] Legal program rejected, RM 4.1.3(7)

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:31 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug rtl-optimization/17933] [4.0 Regression] ICE: in schedule_insns, at /sched-rgn.c:2555

2004-10-31 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-11-01 01:29 --- Subject: Re: [4.0 Regression] ICE: in schedule_in > Call for testing, > http://gcc.gnu.org/ml/gcc-patches/2004-11/msg2.html>. I have a test going now on hppa-unknown-linux-gnu. I will start a

[Bug ada/16100] Compiler ignores legal override of abstract subprogram

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:14 --- Fixed on the mainline. -- What|Removed |Added Status|UNCONFIRMED

[Bug ada/16078] Legal program rejected, visible declaration not seen

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/16077] Wrong output from legal program, pragma Import (Ada)

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:58 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug rtl-optimization/17933] [4.0 Regression] ICE: in schedule_insns, at /sched-rgn.c:2555

2004-10-31 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-01 00:57 --- Call for testing, http://gcc.gnu.org/ml/gcc-patches/2004-11/msg2.html>. -- What|Removed |Added

[Bug ada/15615] Legal program rejected, derived tagged type in child package doesn't see parent's element

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:54 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/15614] Illegal program not detected, RM 12.1(11)

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:52 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/15606] Legal program rejected, RM 8.2(22)

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:48 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug target/15340] [3.3/3.4 Regression] GCC internal error in preprocessed C code

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug other/15378] [3.3/3.4 regression] -Werror should provide notification of why gcc is exiting

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug pch/14400] [pch] Cannot compile qt-x11-free-3.3.0

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/18081] [3.4 only] Infinite memory allocation on -O3

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug preprocessor/17110] [3.4/4.0 Regression] #include_next fails following #include that specifies an absolute path

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug preprocessor/17610] [3.4/4.0 Regression] Empty #include statement halts gcc

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/14944] [3.4 only] ICE when gcc reads *.gcda file of different version

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/16819] [3.4/4.0 regression] ICE with empty struct as arg

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/15535] [3.3/3.4 regression][sh-linux] ICE with -m4 -O2

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug other/15082] [3.4/4.0 regression] Minor compilation problem for cross to Solaris 8

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/17655] [3.3/3.4 regression] ICE with using a C99 initializer in an if-condition

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug debug/17076] [3.4 regression] ICE on variable size array initialization in debug mode in C++

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/16480] using -msdata causes internal compiler error

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/17825] [3.4/4.0 Regression] ICE in reg_bitfield_target_p

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/17455] [3.4 only] syscall_linkage attribute problem with sibling call optimization

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/17827] [3.4 Regression] ICE: in make_decl_rtl, at varasm.c:752

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug bootstrap/15212] [3.4/4.0 Regression] bootstrap fails on interix3

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/18123] [3.4/4.0 regression] ICE on templated enum

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug libf2c/17725] [3.4 only] g77 libs installed in wrong directory

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/17025] [3.3/3.4/4.0 Regression] attribute regparm code-generation bug

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug bootstrap/13993] [3.4 Regression] Relative path as srcdir causes problem

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/16968] [3.4 Regression] loop optimizer miscompilation

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/15139] [3.4 Regression] cc1 uses excessive amounts of memory compiling small routine

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug libf2c/17636] [g77 only] "truncation failed in endfile" error when closing a file appended to

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/17186] [3.4 regression] ICE in move_for_stack_reg, at reg-stack.c:1065

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug preprocessor/15167] [3.4/4.0 Regression] Internal compiler error with "#pragma once"

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/12027] [3.3/3.4/4.0 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug java/17255] [meta-bug] Fixes should be back-ported to 3.4 branch

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/18100] [3.4/4.0 regression] template member with same name as class not rejected

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/17331] [3.4 Regression] "Illegal instruction" error in FTensor when compiled with G++ 3.4.2 prerelease 2 (20040902)

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug libstdc++/15046] Math functions misdetected by cross configuration

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug libstdc++/16371] [3.4/4.0 Regression] libstdc++ fails for crosses

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/16613] [3.4/4.0? Regression] compile time regression, when adding cerr usage

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug fortran/17590] Standard conformance should take intrinsics into account.

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:46 --- *** Bug 18261 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/15184] [3.4/4.0 Regression] Direct access to byte inside word not working with -march=pentiumpro

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug libfortran/18261] Build of current CVS fails in libgfortran

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:46 --- This is caused by the patch for PR 17590 which was reopened. *** This bug has been marked as a duplicate of 17590 *** -- What|Removed |Added

[Bug target/13754] [3.4/4.0 regression] ip2k-elf ICE on multiple gotos

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug libstdc++/17789] [3.4/4.0 Regression] Cannot 'make check' inside libstdc++-v3

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/14436] [3.3/3.4/4.0? regression] ICE building libgcc.a

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/17519] [3.4/4.0 Regression] Warning for array of packed non-POD in packed struct

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/17609] [3.4 Regression] spurious error message after using keyword

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug middle-end/18071] [3.4/4.0 Regression] -Winline does not respect -fno-default-inline

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/16586] [3.3/3.4 Regression] -O3 -fno-gcse ICE verify_local_live_at_start flow.c:575

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/14500] most specialized function template vs. non-template function

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/16021] Tests for container swap specialisations FAIL in debug mode

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/14532] [3.4/4.0 Regression] s390x internal compiler error: output_operand: Cannot decompose address.

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/16572] [3.4 regression] Wrong filename/line number were reported by g++ in inlining's warning messages

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/15871] [3.4 Regression] g++ does not honour -fkeep-inline-functions

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/17971] [3.4/4.0 regression] Invalid default parameter not diagnosed.

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/17011] [3.4/4.0 regression] invalid default parameter diagnosed too late

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/15366] [unit-at-a-time] -fno-inline-functions is ignored for static functions

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug preprocessor/17798] [3.4/4.0 Regression] cpp memory leak with undefined symbols

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug other/17594] [3.4/4.0 Regression] GCC does not error about unknown options which starts with a valid option

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/17796] [3.4/4.0 Regression] Too many unused parameter warnings emitted.

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/12845] [3.4/4.0 Regression] missed jump optimization

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/17972] [3.4 Regression] const/pure functions result in bad asm

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/18153] [3.4/4.0 Regression] -static-libgcc links in libunwind.so.7

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug rtl-optimization/11707] [3.4 Regression] [new unroller] constants not propagated in unrolled loop iterations with a conditional

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug debug/16676] [3.4 Regression] ICE in gen_subprogram_die with nested functions

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/18155] [3.4/4.0 regression] typedef in template declaration not rejected

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/15065] [3.4/4.0 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug c++/15036] [3.4 regression] Performance and code size regression compared to 3.3

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug middle-end/15855] [3.4/4.0 Regression] g++ crash with -O2 and -O3 on input file

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug middle-end/15426] [3.4/4.0 Regression] large line numbers cause crash

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug middle-end/14711] [3.3/3.4/4.0 regression] ICE in final.c:2117 when compiling a huge source file

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

  1   2   3   >