query: -fshort-enums is default on which targets ?

2005-09-27 Thread Gaurav Gautam, Noida
Hi, The description about the option -fshort-enums on gcc.gnu.org says, that -fshort-enums is the default on some targets, as required by the platform ABI. 1) Can anyone tell me, on which all targets, this is default? 2) Or if anyone can tell me any document through which I can find the list

GCC 4.0.2 Status

2005-09-27 Thread Mark Mitchell
Now that Benjamin and Eric have fixed the Solaris issues in libstdc++ (yay!), I know of no reason not to spin a release. I'm going to take a final pass through the open PRs and look for show-stoppers. Is anyone aware of regressions from previous 4.0.x releases that are wrong-code, ice-on-valid,

Re: query: -fshort-enums is default on which targets ?

2005-09-27 Thread Andreas Schwab
Gaurav Gautam, Noida [EMAIL PROTECTED] writes: 1) Can anyone tell me, on which all targets, this is default? $ grep -r TARGET_DEFAULT_SHORT_ENUMS gcc gcc/config/arm/arm.c:#undef TARGET_DEFAULT_SHORT_ENUMS gcc/config/arm/arm.c:#define TARGET_DEFAULT_SHORT_ENUMS arm_default_short_enums

reload_inmode conflicts (Was: Re: [patch RFC] SH: PR target/21623)

2005-09-27 Thread Joern RENNECKE
Kaz Kojima wrote: Joern RENNECKE [EMAIL PROTECTED] wrote: Sorry, I forgot that this is specified to depend on fpscr, and that we are running optimize_mode_switching before reload now. This makes this solution unusable for TARGET_FMOVD. This means we need to go the secondary / tertiary

Re: GCC 4.0.2 Status

2005-09-27 Thread H. J. Lu
On Tue, Sep 27, 2005 at 07:58:46AM -0700, Mark Mitchell wrote: Now that Benjamin and Eric have fixed the Solaris issues in libstdc++ (yay!), I know of no reason not to spin a release. I'm going to take a final pass through the open PRs and look for show-stoppers. Is anyone aware of

Re: GCC 4.0.2 Status

2005-09-27 Thread Mark Mitchell
H. J. Lu wrote: On Tue, Sep 27, 2005 at 07:58:46AM -0700, Mark Mitchell wrote: Now that Benjamin and Eric have fixed the Solaris issues in libstdc++ (yay!), I know of no reason not to spin a release. I'm going to take a final pass through the open PRs and look for show-stoppers. Is anyone

Re: reload-branch created

2005-09-27 Thread Bernd Schmidt
Daniel Jacobowitz wrote: Hey Bernd, Has there been any news or progress on reload-branch lately? It removes a lot of code that I'd dearly love to see gone... Unfortunately not. I just don't have the time to work on too many extra projects at the moment :-( Of course, others could always

gcc-3.4-20050927 is now available

2005-09-27 Thread gccadmin
Snapshot gcc-3.4-20050927 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/3.4-20050927/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 3.4 CVS branch with the following options: -rgcc-ss-3_4-20050927 You'll find

Re: Some Question abou libstdc++

2005-09-27 Thread Ian Lance Taylor
Zhan Zhaohua [EMAIL PROTECTED] writes: Many of your questions are answered here: http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html and here: http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/license.html 1. We would like to know wether we have to obtain some special license or

[Bug libstdc++/24071] solaris vs. __gthread_active_p

2005-09-27 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-27 07:14 --- Possible solutions: 1) force double initialization again. 2) add dg-options -pthread for solaris on the given testsuite files 3) link libstdc++ builds on solaris with -pthread. Libjava already does

[Bug libstdc++/24061] Documentation in /tr1/hashtable proposes possibly misleading change

2005-09-27 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-09-27 07:20 --- (In reply to comment #4) So, IMHO, this isn't giving up consistency; it's just reflecting inherent inconsistency through an inconsistent interface. I see your point. I don't know. This is really matter for

[Bug c++/19317] [4.1 Regression] removing a temporary return value when we cannot

2005-09-27 Thread kev dot gilbert at cdu dot edu dot au
--- Additional Comments From kev dot gilbert at cdu dot edu dot au 2005-09-27 07:28 --- All three testcases compile run ok. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19317

[Bug ada/24079] New: Bug box: Assert_Failure atree.adb:812

2005-09-27 Thread kat-zygfryd at o2 dot pl
This bug is triggered by assigning a private variable of a protected object as the default expression of its private protected procedure's parameter. - $ gnatgcc -v Using built-in specs. Target: i686-pc-linux-gnu

[Bug middle-end/24053] [4.1 Regression] Ada bootstrap ICE in build_int_cst_wide, at tree.c:795

2005-09-27 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-27 09:55 --- This looks like a latent bug in the Ada front-end as the only change to the middle-end would be the change to use TYPE_MAIN_VARIANT. No, it isn't, please investigate a minimum before writing such a

[Bug middle-end/24053] [4.1 Regression] Ada bootstrap ICE in build_int_cst_wide, at tree.c:795

2005-09-27 Thread nathan at codesourcery dot com
--- Additional Comments From nathan at codesourcery dot com 2005-09-27 10:51 --- Subject: Re: [4.1 Regression] Ada bootstrap ICE in build_int_cst_wide, at tree.c:795 ebotcazou at gcc dot gnu dot org wrote: In build_int_cst_wide, we're asserting that the type of shared constants

[Bug target/24073] (vector float){a, b, 0, 0} code gen is not good

2005-09-27 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-09-27 11:19 --- With a couple of months old mainline gcc (20050716), following asm is produced: (-O2 -msse2 -fomit-frame-pointer): subl$12, %esp movss b, %xmm0 movss a, %xmm1 unpcklps

[Bug target/24027] A gcc primitive, under special circumstances, can crash the AVR

2005-09-27 Thread zoltan at bendor dot com dot au
--- Additional Comments From zoltan at bendor dot com dot au 2005-09-27 11:30 --- Subject: A gcc primitive, under special circumstances, can crash the AVR Additional comment: The bug can be retired. Atmel confirmed (and the latest AT90CAN128 manual lists it in the errata) that the

[Bug target/24073] (vector float){a, b, 0, 0} code gen is not good

2005-09-27 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-09-27 11:41 --- I think that following example wins the contest: vector float f(void) { return (vector float){ a, a, b, b}; } gcc -O2 -msse -fomit-frame-pointer subl$28, %esp movss a, %xmm0 movss

[Bug tree-optimization/23079] [4.1 Regression] ICE in tree_low_cst, at tree.c:4268 with -ftree-vectorize

2005-09-27 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2005-09-27 13:07 --- Now it ICEs again (snapshot gcc-4.1-20050917 + gcc-4.1-20050924) -- What|Removed |Added

[Bug tree-optimization/23079] [4.1 Regression] ICE in tree_low_cst, at tree.c:4268 with -ftree-vectorize

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 13:15 --- *** This bug has been marked as a duplicate of 23853 *** -- What|Removed |Added

[Bug tree-optimization/23853] [4.1 regression] ICE: in tree_low_cst, at tree.c:4270

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 13:15 --- *** Bug 23079 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23853

[Bug target/11831] [ARM] Logical expression evaluation with condition fields

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 13:43 --- It looks worse on the mainline: stmfd sp!, {r4, lr} mov r4, r0 bl func add r4, r4, r0 ldrbr3, [r4, #-4] @ zero_extendqisi2 cmp r3,

[Bug rtl-optimization/11826] [ARM] Minor register allocation problem before function return

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 13:45 --- Still happens on the mainline: cmn r0, r1 rsb r3, r1, r0 rsbne r3, r0, r1 mov r0, r3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11826

[Bug rtl-optimization/11825] Redundant move in some cases (dead code before return) for long long on 32bit targets

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 13:46 --- Fixed on the mainline: stmfd sp!, {r4, lr} mov r1, r1, asl #8 mov r0, r0, asl #16 mov r2, r1, asr #31 addsr3, r1, r0 adc r4, r2, r0, asr

[Bug target/11831] [ARM] Logical expression evaluation with condition fields

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11831

[Bug c++/19317] [4.1 Regression] removing a temporary return value when we cannot

2005-09-27 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-09-27 14:01 --- Then the issue you are seeing is a separate one, and we would need to have a smaller testcase to figure out what is going on. Please try to work on finding one so that we can look at it. Thanks Wolfgang

[Bug target/24073] (vector float){a, b, 0, 0} code gen is not good

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 14:33 --- (In reply to comment #4) I think that following example wins the contest: vector float f(void) { return (vector float){ a, a, b, b}; } For this, it is a different bug. The issue with the above is that

[Bug libstdc++/22309] mt allocator doesn't pthread_key_delete its keys

2005-09-27 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-27 14:38 --- Subject: Re: mt allocator doesn't pthread_key_delete its keys On Tuesday 27 September 2005 01:03, bkoz at gcc dot gnu dot org wrote: --- Additional Comments From bkoz at gcc dot gnu dot org 2005-09-26

[Bug libstdc++/22309] mt allocator doesn't pthread_key_delete its keys

2005-09-27 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-27 14:43 --- If you are compiling with -fvisibility*, then the problem is PR libstdc++/22482, not this one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22309

[Bug rtl-optimization/24082] New: Not that good register allocating on powerpc for vectors

2005-09-27 Thread pinskia at gcc dot gnu dot org
Take the following code: vector int bar3(long long x) { return (vector int)(vector long long){x,x}; } --- Currently we get: _bar3: mfspr r0,256 stw r0,-8(r1) oris r0,r0,0x8000 mtspr 256,r0 addi r2,r1,-32 stw r3,0(r2) stw r4,4(r2)

[Bug rtl-optimization/24082] Not that good register allocating on powerpc for vectors

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 14:56 --- This is with -maltivec -O2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24082

[Bug rtl-optimization/24069] ice during feedback stage of profiledbootstrap on powerpc

2005-09-27 Thread steinmtz at us dot ibm dot com
--- Additional Comments From steinmtz at us dot ibm dot com 2005-09-27 15:06 --- Problem goes away if the -freorder-blocks-and-partition option is removed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24069

[Bug swing/17362] Scrollbars in JScrollPane appear only if the Container containing JScrollPane is revalidated

2005-09-27 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-27 15:15 --- This has been fixed. -- What|Removed |Added Status|ASSIGNED

[Bug fortran/20541] TR 15581: ALLOCATABLE components

2005-09-27 Thread erik dot edelmann at iki dot fi
--- Additional Comments From erik dot edelmann at iki dot fi 2005-09-27 15:21 --- Working on a patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20541

[Bug tree-optimization/20773] [4.0 Regression] ICE: SEGV building jar file

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-27 15:33 --- Java bugs are not release critical; removing target milestone. -- What|Removed |Added

[Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21312

[Bug tree-optimization/18048] [4.0/4.1 Regression] mgrid loop performance regression with ivopts (register pressure)

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18048

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434

[Bug target/23301] [4.0/4.1 Regression] sys/ucontext.h missing on powerpc-*-darwin5.*

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23301

[Bug middle-end/24020] [4.0 regression] Excessive (x20) recusive inlining for 4.0 with -O3 and poor stack usage even without inlining

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24020

[Bug tree-optimization/21550] [4.0/4.1 Regression] i686 floating point performance 33% slower than gcc 3.4.3

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21550

[Bug rtl-optimization/23837] [4.0/4.1 regression] Wrong code with -fschedule-insns

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23837

[Bug rtl-optimization/20972] [4.0/4.1 Regression] Can't describe an early-clobber by an auto-inc

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20972

[Bug inline-asm/16194] [3.4/4.0/4.1 Regression] global register with inline-asm and clobered

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16194

[Bug target/18631] [4.0/4.1 Regression] missing error messages passing vectors with -mno-altivec -mabi=altivec

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18631

[Bug c++/23694] [3.4/4.0/4.1 Regression] ICE after error about extern C.

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23694

[Bug debug/23336] [3.4/4.0/4.1 Regression] enum constants not visible to gdb

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23336

[Bug middle-end/23522] [3.4/4.0/4.1 Regression] fold_widened_comparison bug

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23522

[Bug c++/23426] [4.0/4.1 Regression] Too large array problem gives two error message

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23426

[Bug c++/23205] [4.0/4.1 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23205

[Bug c/21419] [4.0/4.1 Regression] Accepts writting to const via asm

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21419

[Bug target/23570] [4.0 Regression] internal compiler error: in merge_assigned_reloads, at reload1.c:6091

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23570

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19923

[Bug c++/14777] [3.4/4.0/4.1 Regression] typedef doesn't fully expose base class type

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14777

[Bug c++/21383] [3.4/4.0/4.1 Regression] Crash when finding a_templated_func

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21383

[Bug c++/17577] [4.0/4.1 Regression] #pragma implementation no longer diagnoses use after file to which it applies

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17577

[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23229

[Bug c++/22352] [3.4/4.0/4.1 Regression] ICE in lookup_member

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22352

[Bug c++/21228] [4.0/4.1 Regression] -Wunreachable-code produces spurious warnings for constructor

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21228

[Bug libmudflap/23170] [4.0 only] libmudflap should not use functions marked obsolescent by POSIX/SUS

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23170

[Bug c++/23440] [4.0/4.1 regression] void f(){for crashes the C++ frontend

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23440

[Bug c++/22405] [4.0.1/4.1 Regression] ICE in when instantiating a template function, for illegal code

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22405

[Bug rtl-optimization/22563] [3.4/4.0/4.1 Regression] performance regression for gcc newer than 2.95

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22563

[Bug java/21036] [4.0 only] gcj ICE compiling Azureus 2.2.0.2 to native code

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21036

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

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15855

[Bug tree-optimization/21304] [4.0/4.1 regression] very long compile times with large cpp file from kdebindings

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21304

[Bug tree-optimization/23821] [4.0/4.1 Regression] DOM and VRP creating harder to optimize code

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23821

[Bug c/23155] [4.0/4.1 Regression] Gimplification failed for union cast

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23155

[Bug tree-optimization/18219] [4.0/4.1 Regression] gcc-4.0/4.1.0 bloats code by 31%

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18219

[Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21724

[Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16876

[Bug c++/23965] [4.0 regression] Bogus error message: no matching function for call to 'foo(type error)'

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23965

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

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17796

[Bug c/21659] [3.4/4.0/4.1 Regression] [unit-at-a-time] weak declaration must precede definition error missing at = O1

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21659

[Bug c++/21627] [3.4/4.0/4.1 Regression] invalid inline warning with ctor and dtor

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21627

[Bug target/22017] [3.4/4.0/4.1 Regression] Error to pass struct parameter when compile with mingw's gcc.exe using -march=i386 -mrtd flags

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22017

[Bug c++/24037] [3.4/4.0/4.1 regression] C++ front-end does not print #include stack for parsering errors

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24037

[Bug libstdc++/23871] [4.0 Regression] iostream operator(int) uses || on integral operands

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23871

[Bug middle-end/23090] [4.0/4.1 Regression] gcc.c-torture/execute/20050713-1.c -Os fails

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23090

[Bug c++/21008] [3.4/4.0/4.1 Regression] [DR515] Access failure in accessing data member of base class from derived template class

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21008

[Bug c++/20173] [3.4/4.0/4.1 regression] gcc accepts invalid partial specialization attempt of member function

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20173

[Bug c/23576] [4.0/4.1 regression] tree check: expected class �type�, have exceptional� (error_mark) in grokdeclarator, at c-decl.c:4252

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23576

[Bug inline-asm/23200] [4.0/4.1 regression] rejects i(var + 1)

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23200

[Bug target/19672] [3.4/4.0/4.1 Regression] Performance regression in simple loop code

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19672

[Bug middle-end/23290] [4.0 Regression] Layout changed for structure with single complex field

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23290

[Bug target/21715] [4.0/4.1 regression] code-generation performance regression

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21715

[Bug c++/22293] [4.0/4.1 regression] ICE declaring destructor as friend

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22293

[Bug rtl-optimization/13931] [3.4/4.0/4.1 Regression] combiner much slower on big basic blocks

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13931

[Bug rtl-optimization/22002] [4.0 Regression] internal consistency failure with -funroll-loops

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22002

[Bug tree-optimization/17506] [4.0/4.1 regression] warning about uninitialized variable points to wrong location

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17506

[Bug bootstrap/17383] [4.0 Regression] Building in src dir fails

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383

[Bug c++/21592] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification/arg_assoc

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21592

[Bug middle-end/20983] [4.0/4.1regression] varargs functions force va_list variable to stack unnecessarily

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20983

[Bug c++/23797] [3.4/4.0/4.1 Regression] ICE on typename outside template

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23797

[Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23324

[Bug c++/22603] [4.0 Regression] ICE in pop_binding, at cp/name-lookup.c:380

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22603

[Bug tree-optimization/16913] [4.0/4.1 Regression] restrict does not make a difference

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16913

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

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18071

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

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17789

[Bug c++/20681] [4.0/4.1 Regression] wrong control reaches end of non-void function warning

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20681

  1   2   3   4   >