[Bug driver/26274] New: gcc --target-help segfaults

2006-02-13 Thread uros at kss-loka dot si
gcc segfaults in print_filtered_help when invoked with --target-help option: Starting program: /export/home/uros/gcc-build/gcc/cc1 --target-help Target specific options: Program received signal SIGSEGV, Segmentation fault. 0x0838547b in print_filtered_help (flag=4194304) at ../../gcc-svn/tru

[Bug fortran/26074] Module array cannot be automatic or assumed shape

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-02-14 07:18 --- Subject: Bug 26074 Author: pault Date: Tue Feb 14 07:18:44 2006 New Revision: 110960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110960 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25088] Subroutine call to typed object allowed

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-02-14 07:18 --- Subject: Bug 25088 Author: pault Date: Tue Feb 14 07:18:44 2006 New Revision: 110960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110960 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25083] non-common variable in block data

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-02-14 07:18 --- Subject: Bug 25083 Author: pault Date: Tue Feb 14 07:18:44 2006 New Revision: 110960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110960 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20871] Non-intrinsic elemental procedure cannot be actual argument

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-02-14 07:18 --- Subject: Bug 20871 Author: pault Date: Tue Feb 14 07:18:44 2006 New Revision: 110960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110960 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25103] Automatic object allowed in main program

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-02-14 07:18 --- Subject: Bug 25103 Author: pault Date: Tue Feb 14 07:18:44 2006 New Revision: 110960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110960 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20861] Internal procedure cannot be actual argument

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-02-14 07:18 --- Subject: Bug 20861 Author: pault Date: Tue Feb 14 07:18:44 2006 New Revision: 110960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110960 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug middle-end/26049] [3.4 only] ICE compiling glibc part using -O1 -m64 -mlong-double-128

2006-02-13 Thread amodra at bigpond dot net dot au
--- Comment #8 from amodra at bigpond dot net dot au 2006-02-14 06:11 --- I think David indentified the wrong patch in comment #4. My guess is that rev 83504, rs6000_eliminate_indexed_memrefs, (and followup rev 92567) is the real fix for this problem. -- amodra at bigpond dot net d

[Bug other/25698] installation fails

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-14 04:39 --- Why are you doing "--prefix=/usr"? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25698

[Bug c++/25647] Large automaticallty generated code (unrolled loop) crashes the compiler

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-14 04:10 --- What do you think it will do to 1000^2 expressions? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25647

[Bug target/26219] longjmp dosn't work

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-14 03:51 --- Can you try: #include jmp_buf jb_error; void jump(void){ longjmp(jb_error,1); } void func1(void){ return; } int main(void){ if(setjmp(jb_error)) return 0; func1(); jump(); } I am wo

[Bug target/26219] longjmp dosn't work

2006-02-13 Thread mugita at jsdkk dot com
--- Comment #2 from mugita at jsdkk dot com 2006-02-14 03:37 --- h8300-elf-gcc(3.4.3) makes this object. 0x1a0 : 6d f6 mov.w r6,@-e7 - 0x1a2 : 0d 76 mov.w r7,r6 0x1a4 : 79 00 1d 4a mov.w #0x1d4a

[Bug rtl-optimization/26272] [4.2 Regression] gcc.c-torture/execute/built-in-setjmp.c fails at -O2 and above on powerpc-darwin

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-14 03:31 --- Confirmed based on: http://gcc.gnu.org/ml/gcc-testresults/2006-02/msg00688.html Plus I think I have a fix so mine. -- pinskia at gcc dot gnu dot org changed: What|Removed |Add

[Bug middle-end/24427] missing optimization opportunity with binary operators

2006-02-13 Thread roger at eyesopen dot com
--- Comment #4 from roger at eyesopen dot com 2006-02-14 03:07 --- This has now been fixed on mainline. -- roger at eyesopen dot com changed: What|Removed |Added

[Bug middle-end/24901] Misaligned data in fold_checksum_tree (--enable-checking=all)

2006-02-13 Thread ghazi at gcc dot gnu dot org
--- Comment #7 from ghazi at gcc dot gnu dot org 2006-02-14 02:04 --- Also affects sparc64-sun-solaris2.10, backported to 4.0 and 3.4. -- ghazi at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24901] Misaligned data in fold_checksum_tree (--enable-checking=all)

2006-02-13 Thread ghazi at gcc dot gnu dot org
--- Comment #6 from ghazi at gcc dot gnu dot org 2006-02-14 01:59 --- Subject: Bug 24901 Author: ghazi Date: Tue Feb 14 01:59:16 2006 New Revision: 110953 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110953 Log: Backport: 2006-02-01 Steve Ellcey <[EMAIL PROTE

[Bug middle-end/24901] Misaligned data in fold_checksum_tree (--enable-checking=all)

2006-02-13 Thread ghazi at gcc dot gnu dot org
--- Comment #5 from ghazi at gcc dot gnu dot org 2006-02-14 01:51 --- Subject: Bug 24901 Author: ghazi Date: Tue Feb 14 01:51:28 2006 New Revision: 110952 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110952 Log: Backport: 2006-02-01 Steve Ellcey <[EMAIL PROTE

[Bug target/21623] [4.0/4.1 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2006-02-13 Thread mark at codesourcery dot com
--- Comment #8 from mark at codesourcery dot com 2006-02-14 01:21 --- Subject: Re: [4.0/4.1 regression] ICE in reload_cse_simplify_operands, at postreload.c:391 Joern RENNECKE wrote: > No, it is just a matter of what is desired for the branch. Mark, would > you like > me to backport

[Bug rtl-optimization/26222] [4.2 Regression] build failuring in libjava

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-02-14 01:08 --- *** Bug 26273 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/26273] ICE: in get_attr_type, at config/rs6000/rs6000.md:12269

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-14 01:08 --- This was just fixed today. This is a dup of bug 26222. *** This bug has been marked as a duplicate of 26222 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/26273] New: ICE: in get_attr_type, at config/rs6000/rs6000.md:12269

2006-02-13 Thread lucier at math dot purdue dot edu
Bootstrap fails with configure and build: ../configure --prefix=/pkgs/gcc-mainline --with-gmp=/sw/ --with-mpfr=/sw/ --with-as=/usr/local/odcctools-20060123/bin/as --with-ld=/usr/local/odcctools-20060123/bin/ld; make -j 8 bootstrap STAGE1_CFLAGS='-O2 -g' >& build.log /Users/lucier/programs/gcc/m

[Bug rtl-optimization/26272] [4.2 Regression] gcc.c-torture/execute/built-in-setjmp.c fails at -O2 and above on powerpc-darwin

2006-02-13 Thread rakdver at gcc dot gnu dot org
--- Comment #2 from rakdver at gcc dot gnu dot org 2006-02-14 00:51 --- Without further information (use of pc) loop-invariant has no way how to know that this insn cannot be moved; so I think your patch should be correct. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26272

[Bug rtl-optimization/26272] [4.2 Regression] gcc.c-torture/execute/built-in-setjmp.c fails at -O2 and above on powerpc-darwin

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-14 00:37 --- I am going to test the following patch (but I would like to know if this is the correct approach): Index: config/rs6000/darwin.md === --- config/rs6000/

[Bug rtl-optimization/26254] [4.2 Regression] FAIL: gcc.c-torture/compile/20011109-1.c,-O1

2006-02-13 Thread kkojima at gcc dot gnu dot org
--- Comment #6 from kkojima at gcc dot gnu dot org 2006-02-14 00:34 --- I think your patch is the Right Thing. It fixes all regressions I've seen with -fmove-loop-invariants on trunk for x86 cross sh4-*-linux-gnu. Thanks for looking into this issue! -- http://gcc.gnu.org/bugzilla/

[Bug c/24097] [3.4 Regression] x86_64 -fPIC code gen bug (extern/static linkage confusion)

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-14 00:19 --- IIRC this was fixed by a latter rewrite of c-decl.c and most likely not going to be fixed for 3.4.x. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24097

[Bug c/26271] strange behavior with no warning at -Wall when redeclaring static function extern

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-14 00:17 --- This is valid code besides the extra semicolon and converting between between function pointer types and void*. This is a dup of bug 24097. *** This bug has been marked as a duplicate of 24097 *** -- pinskia at

[Bug c/24097] [3.4 Regression] x86_64 -fPIC code gen bug (extern/static linkage confusion)

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-14 00:17 --- *** Bug 26271 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/26272] [4.2 Regresssion] gcc.c-torture/execute/built-in-setjmp.c fails at -O2 and above on powerpc-darwin

2006-02-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.2 Regresssion] gcc.c-|[4.2 Regresssion] gcc.c- |torture/execute/built-in-

[Bug rtl-optimization/26272] New: [4.2 Regresssion] gcc.c-torture/execute/built-in-setjmp.c fails at -O2 and above

2006-02-13 Thread pinskia at gcc dot gnu dot org
[dandelion:~/src/gcc/local] pinskia% /Volumes/temp/gcc/local/bin/gcc -O2 gcc/gcc/testsuite/gcc.c-torture/execute/built-in-setjmp.c [dandelion:~/src/gcc/local] pinskia% !./ ./a.out Bus error [dandelion:~/src/gcc/local] pinskia% /Volumes/temp/gcc/local/bin/gcc -O2 gcc/gcc/testsuite/gcc.c-torture/exec

[Bug c/26271] New: strange behavior with no warning at -Wall when redeclaring static function extern

2006-02-13 Thread josh dot parsons at stonebow dot otago dot ac dot nz
Because of a mistaken preprocessor macro I ended up compiling a program like this: static void foo() {}; void *bar() { extern void foo(); return foo; } int main() { return bar()==foo; } Of course this was not what I intended to do (I don't even know whether it's legal C) but gcc 3.4.4 com

[Bug c++/26269] [3.4/4.0/4.1/4.2 regression] Declaring a variable too late yields bogus error message

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-14 00:00 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|norma

[Bug tree-optimization/26270] missed vrp optimization with unsigned comparison

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-13 23:59 --- (In reply to comment #1) > f1 in the following is optimized to f2 > but f3 isn't seen as equivalent to f4 These are because fold is not recalled on the full expression a < CST0 && a + CST1 < CST0. Confirmed. --

[Bug tree-optimization/26270] missed vrp optimization with unsigned comparison

2006-02-13 Thread amodra at bigpond dot net dot au
--- Comment #1 from amodra at bigpond dot net dot au 2006-02-13 23:53 --- f1 in the following is optimized to f2 int f1 (unsigned long offset) { return offset < 0x100 && offset + 4 < 0x100; } int f2 (unsigned long offset) { return offset < 0xfc; } but f3 isn't seen as equivalent

[Bug tree-optimization/26270] New: missed vrp optimization with unsigned comparison

2006-02-13 Thread amodra at bigpond dot net dot au
f1 in the following could be optimized to generate the same code as f2. (Taken from rs6000.c:rs6000_legitimate_offset_address_p.) int f1 (unsigned long offset, int x) { unsigned long extra = 0; if (x) extra = 4; return offset < 0x100 && offset + extra < 0x100; } int f2 (unsigned long

[Bug target/26255] [4.0 regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:391

2006-02-13 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2006-02-13 23:36 --- Here's what 3.4 does for the testcase: (insn 38 204 205 0 (set (reg:HI 19 %r19) (mem:HI (plus:SI (reg/v/f:SI 3 %r3 [orig:97 w ] [97]) (const_int 256 [0x100])) [4 S2 A16])) 52 {*pa.md:2878} (n

[Bug rtl-optimization/26235] [4.2 Regression] FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c execution at -O1, -O2 and -Os

2006-02-13 Thread rakdver at gcc dot gnu dot org
--- Comment #10 from rakdver at gcc dot gnu dot org 2006-02-13 23:19 --- Subject: Bug 26235 Author: rakdver Date: Mon Feb 13 23:19:49 2006 New Revision: 110939 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110939 Log: PR rtl-optimization/26235 * loop-invariant.

[Bug middle-end/22275] [3.4/4.0/4.1/4.2 Regression] bitfield layout change

2006-02-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #49 from mmitchel at gcc dot gnu dot org 2006-02-13 22:59 --- I've approved this for 4.1 and mainline. http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01031.html Please do not apply to 4.0 or 3.4, as an ABI change along a release branch is even worse than an ordinary ABI chan

[Bug c++/26269] New: [3.4/4.0/4.1/4.2 regression] Declaring a variable too late yields bogus error message

2006-02-13 Thread reichelt at gcc dot gnu dot org
Compiling the invalid code snippet == void foo() { i; int i; } == yields the following error message (since GCC 3.4.5): bug.cc: In function 'void foo()': bug.cc:3: error: 'i' was not declared in this scope bug.cc:4: error: redeclaration of 'int i' bug.cc:3

[Bug middle-end/22275] [3.4/4.0/4.1/4.2 Regression] bitfield layout change

2006-02-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #48 from mmitchel at gcc dot gnu dot org 2006-02-13 22:42 --- I'm going to comment on the behavior issue raised in the comments from David Moore, and then review the patch itself. First, the C standard has nothing to say about this issue; even were it not for the fact that

[Bug java/26192] ICE while compiling jar or class file (azureus)

2006-02-13 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2006-02-13 22:25 --- Marking as fixed. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug c++/26195] [4.0/4.1/4.2 regression] pragma interface no longer handles explicit names

2006-02-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-13 22:18 --- (I'd love to see these #pragmas go away; as indicated in the manual, they have very little utility. But, that's another conversation for another day.) If you remove the lbasename calls, won't you see other proble

[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-02-13 22:17 --- This is a module related problem; the same function works fine when internal. program TestStringTools character(len=50) :: txt character(len=1), dimension(50) :: chararr txt = chararray2string(char

[Bug libgcj/24860] java.util.Calendar needs updating

2006-02-13 Thread mckinlay at redhat dot com
--- Comment #2 from mckinlay at redhat dot com 2006-02-13 22:02 --- libgcj is not yet using Classpath's locale database, so classes (including Calendar) that rely on the old locale information are yet to be merged. I'm working on a patch for the trunk that will switch libgcj to use Class

[Bug target/21623] [4.0/4.1 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2006-02-13 Thread joern dot rennecke at st dot com
--- Comment #7 from joern dot rennecke at st dot com 2006-02-13 22:02 --- Subject: Re: [4.0/4.1 regression] ICE in reload_cse_simplify_operands, at postreload.c:391 Andrew Pinski wrote: > Confirmed, fixed at least on the mainline, this might be too hard to fix on > the > 4.1 branch.

[Bug fortran/26246] [4.2 Regression] return string length is being marked as TREE_STATIC and TREE_PUBLIC

2006-02-13 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2006-02-13 21:48 --- Subject: Bug 26246 Author: jakub Date: Mon Feb 13 21:48:22 2006 New Revision: 110931 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110931 Log: 2006-02-13 Andrew Pinski <[EMAIL PROTECTED]> Jakub

[Bug middle-end/26092] [4.0 Regression] ICE on const function pointer assigned to a builtin function

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-02-13 21:42 --- Fixed for 4.2.0 and 4.1.0 at least. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26246] [4.2 Regression] return string length is being marked as TREE_STATIC and TREE_PUBLIC

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-02-13 21:41 --- Fixed. Thanks Jabuk for taking care of my patch. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/25088] Subroutine call to typed object allowed

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-02-13 21:40 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25083] non-common variable in block data

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-02-13 21:39 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20871] Non-intrinsic elemental procedure cannot be actual argument

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-02-13 21:39 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20861] Internal procedure cannot be actual argument

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-02-13 21:38 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25103] Automatic object allowed in main program

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-02-13 21:38 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26074] Module array cannot be automatic or assumed shape

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-02-13 21:37 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25088] Subroutine call to typed object allowed

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-02-13 21:35 --- Subject: Bug 25088 Author: pault Date: Mon Feb 13 21:35:09 2006 New Revision: 110930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110930 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25103] Automatic object allowed in main program

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-02-13 21:35 --- Subject: Bug 25103 Author: pault Date: Mon Feb 13 21:35:09 2006 New Revision: 110930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110930 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25083] non-common variable in block data

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-02-13 21:35 --- Subject: Bug 25083 Author: pault Date: Mon Feb 13 21:35:09 2006 New Revision: 110930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110930 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/26074] Module array cannot be automatic or assumed shape

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-02-13 21:35 --- Subject: Bug 26074 Author: pault Date: Mon Feb 13 21:35:09 2006 New Revision: 110930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110930 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20861] Internal procedure cannot be actual argument

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-02-13 21:35 --- Subject: Bug 20861 Author: pault Date: Mon Feb 13 21:35:09 2006 New Revision: 110930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110930 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20871] Non-intrinsic elemental procedure cannot be actual argument

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-02-13 21:35 --- Subject: Bug 20871 Author: pault Date: Mon Feb 13 21:35:09 2006 New Revision: 110930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110930 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug middle-end/23785] [4.1/4.2 Regression] 197.parser performance drop

2006-02-13 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2006-02-13 21:32 --- Reporter says this is fixed, and nobody seems to disagree. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26246] [4.2 Regression] return string length is being marked as TREE_STATIC and TREE_PUBLIC

2006-02-13 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2006-02-13 21:31 --- Subject: Bug 26246 Author: jakub Date: Mon Feb 13 21:31:18 2006 New Revision: 110929 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110929 Log: 2006-02-13 Andrew Pinski <[EMAIL PROTECTED]> Jakub

[Bug middle-end/26092] [4.0/4.1/4.2 Regression] ICE on const function pointer assigned to a builtin function

2006-02-13 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2006-02-13 21:29 --- Subject: Bug 26092 Author: jakub Date: Mon Feb 13 21:29:13 2006 New Revision: 110928 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110928 Log: PR middle-end/26092 * gimplify.c (gimplify_call_e

[Bug middle-end/26092] [4.0/4.1/4.2 Regression] ICE on const function pointer assigned to a builtin function

2006-02-13 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-02-13 21:28 --- Subject: Bug 26092 Author: jakub Date: Mon Feb 13 21:28:03 2006 New Revision: 110927 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110927 Log: PR middle-end/26092 * gimplify.c (gimplify_call_e

[Bug fortran/25103] Automatic object allowed in main program

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-02-13 21:23 --- Subject: Bug 25103 Author: pault Date: Mon Feb 13 21:22:55 2006 New Revision: 110926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110926 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25088] Subroutine call to typed object allowed

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-02-13 21:23 --- Subject: Bug 25088 Author: pault Date: Mon Feb 13 21:22:55 2006 New Revision: 110926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110926 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20871] Non-intrinsic elemental procedure cannot be actual argument

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-02-13 21:23 --- Subject: Bug 20871 Author: pault Date: Mon Feb 13 21:22:55 2006 New Revision: 110926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110926 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25083] non-common variable in block data

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-02-13 21:23 --- Subject: Bug 25083 Author: pault Date: Mon Feb 13 21:22:55 2006 New Revision: 110926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110926 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/26074] Module array cannot be automatic or assumed shape

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-02-13 21:23 --- Subject: Bug 26074 Author: pault Date: Mon Feb 13 21:22:55 2006 New Revision: 110926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110926 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20861] Internal procedure cannot be actual argument

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-02-13 21:23 --- Subject: Bug 20861 Author: pault Date: Mon Feb 13 21:22:55 2006 New Revision: 110926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110926 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug rtl-optimization/26247] [4.2 regression] gcc.dg/tree-ssa/gen-vect-26.c, 28 and 32. int_mode_for_mode ICE strict_low_part loop-invariant

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-13 20:58 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug rtl-optimization/26248] [4.2 regression] sh-elf broken: newlib/libc/misc/dprintf.c int_mode_for_mode ICE loop-invariant

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-13 20:58 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug c++/26266] ICE

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-13 20:29 --- And I should say 4.1.0 is correct to reject this code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26266

[Bug rtl-optimization/26247] [4.2 regression] gcc.dg/tree-ssa/gen-vect-26.c, 28 and 32. int_mode_for_mode ICE strict_low_part loop-invariant

2006-02-13 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2006-02-13 20:27 --- Subject: Bug 26247 Author: rakdver Date: Mon Feb 13 20:27:44 2006 New Revision: 110924 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110924 Log: PR rtl-optimization/26247 PR rtl-optimization

[Bug rtl-optimization/26248] [4.2 regression] sh-elf broken: newlib/libc/misc/dprintf.c int_mode_for_mode ICE loop-invariant

2006-02-13 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2006-02-13 20:27 --- Subject: Bug 26248 Author: rakdver Date: Mon Feb 13 20:27:44 2006 New Revision: 110924 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110924 Log: PR rtl-optimization/26247 PR rtl-optimization

[Bug c++/26267] template function implicity instatiated

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-13 20:27 --- *** Bug 26268 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26267

[Bug c++/26268] template function implicity instatiated

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-13 20:27 --- *** This bug has been marked as a duplicate of 26267 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/26268] New: template function implicity instatiated

2006-02-13 Thread eduffy at gmail dot com
While compiling: template struct Type2Type { typedef T Type; }; template inline void foo(Type2Type const&) { int x = NOT_HERE; } int main(int, char *) { // std::cout << "Hello world!" << std::endl; } g++ gives an error about NOT_HERE being declared. Rightly so, but the function `foo' i

[Bug c++/26266] ICE

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-13 20:25 --- I should say this is rejected in 4.1.0: ../include/row.hh: In member function ‘row::operator const row() const [with T = unsigned int]’: ../include/powerset.hh:1027: instantiated from ‘row > powerset::ranges(row) [

[Bug c++/26267] template function implicity instatiated

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-13 20:24 --- This has nothing to do with implicity instatiating the template function. NOT_HERE is not dependent so it is looked up as the template function is parsed and not at instatiation time. This is not a bug and this beha

[Bug c++/26267] New: template function implicity instatiated

2006-02-13 Thread eduffy at gmail dot com
While compiling: template struct Type2Type { typedef T Type; }; template inline void foo(Type2Type const&) { int x = NOT_HERE; } int main(int, char *) { // std::cout << "Hello world!" << std::endl; } g++ gives an error about NOT_HERE being declared. Rightly so, but the function `foo' i

[Bug rtl-optimization/26254] [4.2 Regression] FAIL: gcc.c-torture/compile/20011109-1.c,-O1

2006-02-13 Thread rakdver at gcc dot gnu dot org
--- Comment #5 from rakdver at gcc dot gnu dot org 2006-02-13 19:53 --- I have submited my patch, as it is useful regardless of whether the new hook will be added or not. I am not sure whether it is reasonable to introduce a new target hook just to handle this special case; if you think

[Bug c++/26266] ICE

2006-02-13 Thread igodard at pacbell dot net
--- Comment #2 from igodard at pacbell dot net 2006-02-13 19:44 --- Created an attachment (id=10841) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10841&action=view) source code (compressed) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26266

[Bug c++/26266] ICE

2006-02-13 Thread igodard at pacbell dot net
--- Comment #1 from igodard at pacbell dot net 2006-02-13 19:44 --- Created an attachment (id=10840) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10840&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26266

[Bug c++/26266] New: ICE

2006-02-13 Thread igodard at pacbell dot net
-- Summary: ICE Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: igodard at pacbell dot net http://gc

[Bug fortran/25070] rank mismatch in subroutine call

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-02-13 19:37 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25059] ICE after error message

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-02-13 19:36 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26038] ICE on allocation of assumed length CHARACTER dummy.

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2006-02-13 19:35 --- fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26038] ICE on allocation of assumed length CHARACTER dummy.

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2006-02-13 19:32 --- Subject: Bug 26038 Author: pault Date: Mon Feb 13 19:32:02 2006 New Revision: 110921 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110921 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/25070] rank mismatch in subroutine call

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-02-13 19:32 --- Subject: Bug 25070 Author: pault Date: Mon Feb 13 19:32:02 2006 New Revision: 110921 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110921 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25059] ICE after error message

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-02-13 19:32 --- Subject: Bug 25059 Author: pault Date: Mon Feb 13 19:32:02 2006 New Revision: 110921 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110921 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug c++/19185] [3.4/4.0/4.1/4.2 Regression] ICE: cp_expr_size, at cp/cp-lang.c:308

2006-02-13 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2006-02-13 19:23 --- Subject: Re: [3.4/4.0/4.1/4.2 Regression] ICE: cp_expr_size, at cp/cp-lang.c:308 > (In reply to comment #2) > > I believe that this error occurs because vax.h defines > > PCC_STATIC_STRUCT_RETURN. > > Remo

[Bug fortran/26265] gfortran produces illegal assembler code

2006-02-13 Thread bo dot berggren at glocalnet dot net
--- Comment #3 from bo dot berggren at glocalnet dot net 2006-02-13 19:22 --- Created an attachment (id=10839) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10839&action=view) Adding the result keyword to the functions makes them compile cleanly. -- http://gcc.gnu.org/bugzill

[Bug fortran/26265] gfortran produces illegal assembler code

2006-02-13 Thread bo dot berggren at glocalnet dot net
--- Comment #2 from bo dot berggren at glocalnet dot net 2006-02-13 19:21 --- Created an attachment (id=10838) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10838&action=view) This is the source file that fails to compile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26265

[Bug fortran/26246] [4.2 Regression] return string length is being marked as TREE_STATIC and TREE_PUBLIC

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-02-13 19:20 --- *** Bug 26265 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/26265] gfortran produces illegal assembler code

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-13 19:20 --- This is a dup of bug 26246. *** This bug has been marked as a duplicate of 26246 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/26265] New: gfortran produces illegal assembler code

2006-02-13 Thread bo dot berggren at glocalnet dot net
ffortran build 2006-02-12, Compiling a small module containing two simple functions gives the following result: bobo> gfortran -Wall -c basic.F90 /tmp/ccOmbUEh.s: Assembler messages: /tmp/ccOmbUEh.s:36: Error: symbol `..__result' is already defined -- Summary: gfortran produces ille

[Bug tree-optimization/26264] Extraneous warning with __builtin_stdarg_start and optimization

2006-02-13 Thread James dot Juran at baesystems dot com
--- Comment #7 from James dot Juran at baesystems dot com 2006-02-13 19:15 --- Point granted; I guess __builtin_stdarg_start could just be removed without warning or notice. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26264

[Bug target/26255] [4.0 regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:391

2006-02-13 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2006-02-13 19:08 --- Regarding comment #2, while it's possible that removing the SECONDARY_MEMORY_NEEDED_RTX define has had an effect, we have never had support in pa.md to load an HImode value into a floating-point register. The other

[Bug tree-optimization/26264] Extraneous warning with __builtin_stdarg_start and optimization

2006-02-13 Thread pinskia at physics dot uc dot edu
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-02-13 19:08 --- Subject: Re: Extraneous warning with __builtin_stdarg_start and optimization > --- Comment #5 from James dot Juran at baesystems dot com 2006-02-13 > 19:06 --- > Yes, that does seem to be the case based o

Re: [Bug tree-optimization/26264] Extraneous warning with __builtin_stdarg_start and optimization

2006-02-13 Thread Andrew Pinski
> --- Comment #5 from James dot Juran at baesystems dot com 2006-02-13 > 19:06 --- > Yes, that does seem to be the case based on the ChangeLog I quoted. And of > course the easy workaround for a developer is just to use __builtin_va_start > instead. But is the deprecation of __builtin_s

  1   2   >