[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/bugzilla/show_bug.cgi?id=15524


[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

 CC||giovannibajo at libero dot
   ||it


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15524


[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 that "expand" was
> being charged with 30% of the compilation time.  I originally thought
> there was some lameness in the switch statement expanders.  However,
> it turned out I was totally wrong.
>
> The culprit is actually the code to record the number of iterations
> of each loop.  We never pushed a timevar for that pass and thus the
> time was charged to whatever was on the top of the timevar stack
> (which happens to be TV_EXPAND).
>
> The code to record the number of loop iterations was being rather
> dumb.  It basically did something like:
>
> foreach loop
>  foreach block
> if block is in loop
>code
>
>
> Clearly the problem is second loop -- it's walking *all* the blocks
> and testing for loop membership.  Ouch.

I actually had fixed this as part of my last patch, but was waiting till 
monday to commit it.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15524


[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
> 
>   Known to fail|3.4.3 4.0.0 |3.4.3

Yes, this is in some way specific to 3.4.3.  The test results on
4.0.0 on this system are:

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
FAIL: ext/concept_checks.cc (test for excess errors)
WARNING: ext/concept_checks.cc compilation failed to produce executable

=== libstdc++ Summary ===

# of expected passes3053
# of unexpected failures1
# of unexpected successes   2
# of expected failures  5

Compiler version: 4.0.0 20041028 (experimental) 
Platform: hppa-unknown-linux-gnu

These results are with a LD_LIBRARY_PATH patch that I have been testing.
It's possible that the fails are a configuration issue.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18262


[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) 
goto out;


I tried various options, but only -O0 resolves it. -O1, -O2 -fno-ivopts or -O1
-fno-tree-loop-ivcanon doesn't (depending on the options the crash
is a NULL pointer or a bogus non NULL pointer)  


It's hard unfortunately to construct a run time test because it would
need to create a simulated radixtree.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18241


[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_fixed_bit_field (tmode=SImode, op0=0x0, offset=0,
bitsize=16, bitpos=16, 
target=0x0, unsignedp=1) at ../../gcc/gcc/expmed.c:1674
1674  if (GET_CODE (op0) == SUBREG || REG_P (op0))

#0  0x08164577 in extract_fixed_bit_field (tmode=SImode, op0=0x0, offset=0,
bitsize=16, bitpos=16, target=0x0, unsignedp=1) at ../../gcc/gcc/expmed.c:1674
#1  0x08165021 in extract_split_bit_field (op0=0xb7b3c360, bitsize=32,
bitpos=16, unsignedp=0) at ../../gcc/gcc/expmed.c:1920
#2  0x081645f4 in extract_fixed_bit_field (tmode=SImode, op0=0xb7b3c360,
offset=0, bitsize=32, bitpos=16, target=0xb7b3c330, unsignedp=0) at
../../gcc/gcc/expmed.c:1678
#3  0x0816449d in extract_bit_field (str_rtx=0x9, bitsize=32, bitnum=0,
unsignedp=0, target=0xb7b3c330, mode=SImode, tmode=SImode) at
../../gcc/gcc/expmed.c:1622
#4  0x081795ba in expand_expr_real_1 (exp=0xb7b3b050, target=0xb7b3c330,
tmode=SImode, modifier=EXPAND_NORMAL, alt_rtl=0xbfffe808) at
../../gcc/gcc/expr.c:7038
#5  0x08177a24 in expand_expr_real (exp=0xb7b3b050, target=0xb7b3c330,
tmode=SImode, modifier=EXPAND_NORMAL, alt_rtl=0xbfffe808) at
../../gcc/gcc/expr.c:6205
#6  0x08173269 in store_expr (exp=0xb7b3b050, target=0xb7b3c330, call_param_p=0)
at ../../gcc/gcc/expr.c:3887
#7  0x08172ed3 in expand_assignment (to=0xb7b42f80, from=0xb7b3b050) at
../../gcc/gcc/expr.c:3766
#8  0x0817bbed in expand_expr_real_1 (exp=0xb7abd4ec, target=0x0,
tmode=VOIDmode, modifier=EXPAND_NORMAL, alt_rtl=0x0) at ../../gcc/gcc/expr.c:7987
#9  0x081779ee in expand_expr_real (exp=0xb7abd4ec, target=0xb7abc300,
tmode=VOIDmode, modifier=EXPAND_NORMAL, alt_rtl=0x0) at ../../gcc/gcc/expr.c:6199
#10 0x08298263 in expand_expr_stmt (exp=0xb7abd4ec) at expr.h:493
#11 0x082bda71 in expand_gimple_basic_block (bb=0xb7b42c98,
dump_file=0xb7b3b208) at ../../gcc/gcc/cfgexpand.c:1133
#12 0x082bdebb in tree_expand_cfg () at ../../gcc/gcc/cfgexpand.c:1306
#13 0x0809d4f4 in execute_one_pass (pass=0x84d4de0) at
../../gcc/gcc/tree-optimize.c:508
#14 0x0809d5bb in execute_pass_list (pass=0x84d4de0) at
../../gcc/gcc/tree-optimize.c:545
#15 0x0809d797 in tree_rest_of_compilation (fndecl=0xb7b425d0) at
../../gcc/gcc/tree-optimize.c:640
#16 0x08059682 in c_expand_body (fndecl=0xb7b425d0) at ../../gcc/gcc/c-decl.c:6363
#17 0x082e004c in cgraph_expand_function (node=0xb7b42744) at
../../gcc/gcc/cgraphunit.c:822
#18 0x082df625 in cgraph_assemble_pending_functions () at
../../gcc/gcc/cgraphunit.c:305
#19 0x082df727 in cgraph_finalize_function (decl=0xb7b425d0, nested=0 '\0') at
../../gcc/gcc/cgraphunit.c:388
#20 0x0805963a in finish_function () at ../../gcc/gcc/c-decl.c:6335
#21 0x0804a412 in yyparse () at c-parse.y:401
#22 0x0804f80e in c_parse_file () at c-parse.y:2908
#23 0x0807eebe in c_common_parse_file (set_yydebug=32) at
../../gcc/gcc/c-opts.c:1095
#24 0x082a0485 in compile_file () at ../../gcc/gcc/toplev.c:986
#25 0x082a1cde in do_compile () at ../../gcc/gcc/toplev.c:2074
#26 0x082a1d3c in toplev_main (argc=32, argv=0xb564) at
../../gcc/gcc/toplev.c:2106
#27 0x0808c1f8 in main (argc=32, argv=0x20) at ../../gcc/gcc/main.c:35



-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
  Known to fail||4.0.0
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 02:48:55
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17961


[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=18262


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]
Action: failed
Diagnostic-Code: x400; 1 4
Status: 5.1.1
Last-Attempted-Date: 1  Nov 2004 07:57 +0530
X-Supplementary: Hello World

[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 avoiding spurious warnings.


-- 
   What|Removed |Added

Summary|[3.4.3 Regression] New  |[3.4 Regression] New
   |libstdc++ testsuite fails   |libstdc++ testsuite fails
   Target Milestone|--- |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18262


[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)
sldi r6,r2,3
addi r11,r10,24
stw r2,16(r11)
addi r8,r9,8
std r9,24(r10)
mr r10,r11
add r0,r8,r6
std r0,8(r11)
bdnz L8

without:
L11:
add r11,r8,r30
mulli r0,r3,-6  <--- this is really not a good idea inside the loop
add r10,r5,r8
addi r3,r3,1
ld r2,8(r11)
addi r7,r11,24
add r0,r0,r12
ld r9,0(r2)
srd r0,r4,r0
rldicl r0,r0,0,58
addi r6,r9,8
sldi r11,r0,3
stdx r9,r8,r5
stw r0,16(r10)
addi r8,r8,24
add r2,r6,r11
std r2,8(r10

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18241


[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->offset = offset;
  temp.107 = *pathp.109->slot;
  pathp->node = temp.107;
  D.7848 = (struct radix_tree_node * *) &temp.107->slots + (void * *) ((long unsigned 
int) offset * 8);
  pathp->slot = D.7848;
  shift = shift - 6;
  height = height - 1;

without:
  offset = (int) (unsigned int) (index >> (int) (shift + (unsigned int) ivtmp.126 * 
4294967290)) & 63;
 <--- here why not keep the shift decrementing
  pathp.155 = ivtmp.137 + &path + 24B;
  D.8017 = &path + 24B;
  *((int *) ivtmp.137 + &D.8017->offset) = offset;
  D.8020 = (struct radix_tree_node * * *) ivtmp.137;
  temp.162 = **(D.8020 + &path[0].slot);
  *((struct radix_tree_node * *) ivtmp.137 + &D.8017->node) = temp.162;
  D.7848 = (struct radix_tree_node * *) &temp.162->slots + (void * *) ((long unsigned 
int) offset * 8);
  *(D.8020 + &D.8017->slot) = D.7848;
  height = height + 4294967295;

-- 
   What|Removed |Added

 CC||pinskia at gcc dot gnu dot
   ||org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18241


[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 
preserve the 
> variable name so that the code is easier to read?

This would be still cool


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18241


[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.7838);
  __asm__ __volatile__("btrl %1,%0":"=m" *addr.9:"dIr" nr);
  D.7823 = node->tags[tag][0];
  if (D.7823 != 0) goto out; else goto ;

:;
  pathp = pathp - 12B;
  if (pathp->node != 0B) goto ; else goto out;




With IV-OPTS, it is like this:

:;
  nr = *ivtmp.124;
  node = *((struct radix_tree_node * *) ivtmp.124 + -8B);
  D.7834 = &node->tags;
  addr.9 = (volatile long int *) ((long unsigned int *) D.7834 + D.7838);
  __asm__ __volatile__("btrl %1,%0":"=m" *addr.9:"dIr" nr);
  D.7823 = node->tags[tag][0];
  if (D.7823 != 0) goto out; else goto ;

Invalid sum of incoming frequencies 9667, should be 9550
:;
  D.7820 = *ivtmp.128;
  ivtmp.124 = ivtmp.124 - 12B;
  ivtmp.128 = ivtmp.128 - 12B;
  if (D.7820 != 0B) goto ; else goto out;


It looks like the end condition is now checked on the pointer BEFORE 
decrementing it, unless I am mistaken.

Zdenek, two questions:

- Aren't ivtmp.128 and ivtmp.124 duplicates?
- Since they behave exactly like pathp, there is a way to at least preserve the 
variable name so that the code is easier to read?


-- 
   What|Removed |Added

 CC||rakdver at gcc dot gnu dot
   ||org, giovannibajo at libero
   ||dot it


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18241


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

2004-10-31 Thread danglin at gcc dot gnu dot org
On 20040926, we had the following fails:

Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
FAIL: 22_locale/messages/members/char/1.cc execution test
FAIL: 22_locale/messages/members/char/2.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_env.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/messages_byname/named_equivalence.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
WARNING: program timed out.
FAIL: thread/pthread7-rope.cc execution test

=== libstdc++ Summary ===

# of expected passes2707
# of unexpected failures6
# of unexpected successes   2
# of expected failures  5


Today, we have the following fails:

Running target unix
FAIL: 22_locale/ctype/is/wchar_t/2.cc execution test
FAIL: 22_locale/ctype/is/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/ctype/is/wchar_t/wrapped_locale.cc execution test
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
FAIL: 22_locale/messages/members/char/1.cc execution test
FAIL: 22_locale/messages/members/char/2.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_env.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/messages_byname/named_equivalence.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/1.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/11.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/12.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/13.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/17.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/3.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/wrapped_locale.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes2706
# of unexpected failures16
# of unexpected 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
  Severity: critical
  Priority: P2
 Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot
com
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18262


[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

   Keywords||patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18230


[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
 Ever Confirmed||1
   Keywords||rejects-valid
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 01:40:31
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17954


[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
 Ever Confirmed||1
   Keywords||accepts-invalid
  Known to fail||4.0.0
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 01:38:56
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17953


[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
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 01:37:55
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15851


[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
 Ever Confirmed||1
  Known to fail||4.0.0
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 01:36:06
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15844


[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
 Ever Confirmed||1
   Keywords||rejects-valid
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 01:31:34
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17732


[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
test on hppa64-hp-hpux11.11 when the test that I have running now
completes.

Any PA 2.0 machine running HP-UX 11.11 supports the 64-bit compiler
but it is something of a trick to do the initial bootstrap, particularly
if the machine only has the bundled HP compiler.  If the machine has
HP's ANSI compiler, it can be used for the initial bootstrap.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17933


[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 |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16100


[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
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 01:12:30
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16078


[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
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 00:58:31
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16077


[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

   Keywords||patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17933


[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
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 00:54:14
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15615


[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
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 00:52:37
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15614


[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
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-11-01 00:48:04
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15606


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15340


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15378


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14400


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18081


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17110


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17610


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14944


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16819


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15535


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15082


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17655


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17076


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16480


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17825


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17455


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17827


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18123


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17725


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17025


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13993


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16968


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15139


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17636


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17186


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15167


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17255


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18100


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17331


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15046


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16371


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16613


[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

 CC||jim at dishaw dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17590


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15184


[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

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18261


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13754


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17789


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14436


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17519


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17609


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18071


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16586


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14500


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16021


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14532


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16572


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15871


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17971


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17011


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15366


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17798


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17594


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17796


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12845


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17972


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18153


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11707


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16676


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18155


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15065


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15036


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15855


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14981


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15426


[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   |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711


  1   2   3   >