[Bug libfortran/29649] Force core dump on runtime library errors

2007-01-11 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |burnus at gcc dot gnu dot |dot org

[Bug libfortran/27107] Make dependency on io/io.h broken

2007-01-11 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org

[Bug fortran/30446] -J option doesn't add patch to search list

2007-01-11 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org

[Bug fortran/30446] New: -J option doesn't add patch to search list

2007-01-11 Thread fxcoudert at gcc dot gnu dot org
pito /tmp $ mkdir mod pito /tmp $ cat > a.f90 module foo end module foo use foo end pito /tmp $ ~/gfortran/devel/irun/bin/gfortran -v Using built-in specs. Target: powerpc-apple-darwin8.8.0 Configured with: ../trunk/configure --prefix=/Users/fx/gfortran/devel/irun --enable-languages=c,fortran --wi

[Bug fortran/30438] Unused variable should raise warning with -Wunused

2007-01-11 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-01-12 06:35 --- Simpler example: real :: t, dist t = 12 dist = 5 if (dist < 0) then print *, dist end if end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30438

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-11 Thread pault at gcc dot gnu dot org
--- Comment #24 from pault at gcc dot gnu dot org 2007-01-12 06:09 --- Kaveh, > I must have misread the svn archive, looks like you're right. I've ping'ed > Alexandre and if he cops to the error then I'll take care of removing the > testcases. And as I flasely blamed you for the probl

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-01-11 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-01-12 06:00 --- The attached bootstraps and regtests on IA64/FC5 - it even fixes the bug, as the testcase shows. (I will have to do the attaching a bit later - whatever I try with cookies does not seem to work right now.) The patch w

[Bug libobjc/30445] Fix for FIXME in gcc-4_2-branch/libobjc/Makefile.in

2007-01-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-12 05:34 --- The hash* functions were renamed because they conflict with some functions in some other library. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30445

[Bug bootstrap/30342] Tough time building 4.2.0 (CVS) on WinXP with Cygwin

2007-01-11 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-12 05:31 --- > Please note (with the CVS from a few days ago) that "make check" misses > some things. To get all the logs you need to type: No you just do "make -k check". I mentioned this before. -- http://gcc.gnu.org/bug

[Bug libobjc/30445] New: Fix for FIXME in gcc-4_2-branch/libobjc/Makefile.in

2007-01-11 Thread rob1weld at aol dot com
This info is a fix for a "FIXME" in gcc-4_2-branch/libobjc/Makefile.in To create libobjc.dll a fix to /cygdrive/C/makecygwin/gcc-4_2-branch/libobjc/Makefile, is needed. This makefile is created from gcc-4_2-branch/libobjc/Makefile.in There is no author name or e-mail given but these words are en

[Bug bootstrap/30342] Tough time building 4.2.0 (CVS) on WinXP with Cygwin

2007-01-11 Thread rob1weld at aol dot com
--- Comment #2 from rob1weld at aol dot com 2007-01-12 05:12 --- Thank you kindly for your comments and e-mails everyone. Firstly, I am NOT building in the source directory. My result (as of a while ago) for libmudflap are: === libmudflap Summary === # of expected passes 1194 # of u

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-11 Thread aoliva at gcc dot gnu dot org
--- Comment #23 from aoliva at gcc dot gnu dot org 2007-01-12 04:04 --- I can't imagine why I might have added or merged those files. I'm pretty sure I had no intention of merging them. I may have goofed in the merge command, or I ran into some SVN bug. Whatever it was, I apologize fo

[Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction

2007-01-11 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #5 from sgk at troutmask dot apl dot washington dot edu 2007-01-12 02:20 --- Subject: Re: sfstubs.f90:48: internal compiler error: Illegal instruction On Thu, Jan 11, 2007 at 03:41:38PM -0800, Steve Kargl wrote: > > I forgot to mention that > f95 -fPIC -c sfstubsf95.f90

[Bug middle-end/30443] [4.3 Regression] 4.3 internal compiler error: verify_cgraph_node failed

2007-01-11 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2007-01-12 01:43 --- Patch in testing. It is related to function cloning update needed by Razya's IPCP code. Honza Index: tree-inline.c === *** tree-inline.c (revis

[Bug fortran/30435] Slash at end of input not recognized according to standard

2007-01-11 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-01-12 00:57 --- I think I was the last to touch on this section of code so I will take a look and see if I can fix it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30435

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-11 Thread rakdver at gcc dot gnu dot org
--- Comment #32 from rakdver at gcc dot gnu dot org 2007-01-12 00:18 --- Subject: Bug 29516 Author: rakdver Date: Fri Jan 12 00:17:50 2007 New Revision: 120695 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120695 Log: PR tree-optimization/29516 * tree-ssa-addre

[Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction

2007-01-11 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #4 from sgk at troutmask dot apl dot washington dot edu 2007-01-11 23:45 --- Subject: Re: sfstubs.f90:48: internal compiler error: Illegal instruction On Thu, Jan 11, 2007 at 11:40:07PM -, kargl at gcc dot gnu dot org wrote: > > --- Comment #3 from kargl at gcc do

[Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction

2007-01-11 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-01-11 23:40 --- The code at http://www.cora.nwra.com/~orion/f95bug.tar.gz is broken. laptop:kargl[226] gfc4x -c sfstubs.f90 sfstubs.f90:127.21: real(kind=plflt) x0, y0, xtick, ytick 1 Error: Symbol 'plflt'

[Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction

2007-01-11 Thread orion at cora dot nwra dot com
--- Comment #2 from orion at cora dot nwra dot com 2007-01-11 23:21 --- I'm getting a bugzilla error when I try to make and attachment (reported). Source can be found here: http://www.cora.nwra.com/~orion/f95bug.tar.gz, or in the fedora buzilla: https://bugzilla.redhat.com/bugzilla/show

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-11 Thread ghazi at gcc dot gnu dot org
--- Comment #22 from ghazi at gcc dot gnu dot org 2007-01-11 22:54 --- > However, I note that the commit to which you pointed, was made by me to > trunk: > http://gcc.gnu.org/ml/gcc-cvs/2006-07/msg00074.html > The commit to 4.0 that introduced the testcases was made by aoliva at > gcc

[Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction

2007-01-11 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2007-01-11 22:41 --- Can you try the compiler available from the fortran wiki? Can you attach the fortran code? -- kargl at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/30443] [4.3 Regression] 4.3 internal compiler error: verify_cgraph_node failed

2007-01-11 Thread echristo at apple dot com
--- Comment #2 from echristo at apple dot com 2007-01-11 22:34 --- I can see this on x86-darwin. -- echristo at apple dot com changed: What|Removed |Added Sta

[Bug fortran/30444] New: sfstubs.f90:48: internal compiler error: Illegal instruction

2007-01-11 Thread orion at cora dot nwra dot com
gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-53) from Fedora Development. f95 -fPIC -c sfstubsf95.f90 sfstubs.f90:48: internal compiler error: Illegal instruction -- Summary: sfstubs.f90:48: internal compiler error: Illegal instruction Product: gcc

[Bug middle-end/30443] [4.3 Regression] 4.3 internal compiler error: verify_cgraph_node failed

2007-01-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|libstdc++ |middle-end Keywords||build, ice

[Bug libstdc++/30443] 4.3 internal compiler error: verify_cgraph_node failed

2007-01-11 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-01-11 22:30 --- Created an attachment (id=12893) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12893&action=view) sstream-inst.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30443

[Bug libstdc++/30443] New: 4.3 internal compiler error: verify_cgraph_node failed

2007-01-11 Thread jojelino at gmail dot com
svn 120684 sstream-inst.ii costs 640kb. i cannot attach it to bugzilla $ /tmp/gcc/host-i686-pc-cygwin/gcc/xgcc -shared-libgcc -B/tmp/gcc/host-i686-pc- cygwin/gcc -nostdinc++ -L/tmp/gcc/i686-pc-cygwin/libstdc++-v3/src -L/tmp/gcc/i6 86-pc-cygwin/libstdc++-v3/src/.libs -B/usr/i686-pc-cygwin/bin/ -B/

[Bug tree-optimization/30440] internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472

2007-01-11 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-01-11 22:19 --- Can you try with a newer 4.1.2? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30442] Array initialization can use memset builtin function

2007-01-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-11 22:16 --- > IIRC, this optimization was recently implemented in gfrortran... That is because in Fortran, you have "a = 0" and instead of lowering it into a loop, it lowers it to a memset instead. -- pinskia at gcc dot gnu

[Bug tree-optimization/30440] internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472

2007-01-11 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-01-11 21:47 --- Works for me - I bet this is a dup of PR28545. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30440

[Bug fortran/30389] ACHAR() intrinsic gives erroneous errors in constant-folding.

2007-01-11 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2007-01-11 20:55 --- We should be consistent to program main integer :: i i = 154 print *,achar(i) end program main Confirmed. I'll do this. -- tkoenig at gcc dot gnu dot org changed: What|Removed

[Bug libfortran/30415] MINLOC, MAXLOC missing for integer kinds 1 and 2

2007-01-11 Thread tkoenig at gcc dot gnu dot org
--- Comment #3 from tkoenig at gcc dot gnu dot org 2007-01-11 20:32 --- Subject: Bug 30415 Author: tkoenig Date: Thu Jan 11 20:32:42 2007 New Revision: 120685 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120685 Log: 2007-01-11 Thomas Koenig <[EMAIL PROTECTED]> PR li

[Bug c/30442] New: Array initialization can use memset builtin function

2007-01-11 Thread ubizjak at gmail dot com
Array initialization could use memset builtin function. In following two testcases, array is initialized without use of memset: --cut here-- long long foo(long long *); long long test1(void) { long long a[32]; a[0] = 0; a[1] = 0; a[2] = 0; a[3] = 0; a[4] = 0; a[5] = 0; a[6] = 0;

[Bug c++/29573] [4.0/4.1/4.2/4.3 regression] ICE after parse error in template argument

2007-01-11 Thread simartin at gcc dot gnu dot org
--- Comment #3 from simartin at gcc dot gnu dot org 2007-01-11 19:46 --- Subject: Bug 29573 Author: simartin Date: Thu Jan 11 19:46:03 2007 New Revision: 120683 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120683 Log: 2007-01-11 Simon Martin <[EMAIL PROTECTED]> PR

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-11 Thread paulthomas2 at wanadoo dot fr
--- Comment #21 from paulthomas2 at wanadoo dot fr 2007-01-11 19:28 --- Subject: Re: testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90 Kaveh, > Paul - I understand that you may not have time to actually fix the bug. > However something seems to have

[Bug target/19520] protected function pointer doesn't work right

2007-01-11 Thread thiago at kde dot org
--- Comment #22 from thiago at kde dot org 2007-01-11 18:42 --- Is there any update on this bug? According to http://sourceware.org/ml/binutils/2005-01/msg00401.html, a protected function symbol cannot be used in a R_386_GOTOFF. I don't claim to understand the full implications of the i

[Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block

2007-01-11 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2007-01-11 18:28 --- *** Bug 30441 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/30441] optimisation bug (ICE) on lapack sget33.f and dget33.f

2007-01-11 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-11 18:28 --- *** This bug has been marked as a duplicate of 29922 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libgcj/30419] libjava failed to build

2007-01-11 Thread hjl at lucon dot org
--- Comment #6 from hjl at lucon dot org 2007-01-11 18:12 --- Created an attachment (id=12892) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12892&action=view) An updated patch "cp -L" may not be portable. This updated patch tries "cp -LpR" before "cp -pR". -- hjl at lucon dot

[Bug tree-optimization/30089] Compiling FreeFem3d uses unreasonable amount of time and memory

2007-01-11 Thread rguenth at gcc dot gnu dot org
--- Comment #20 from rguenth at gcc dot gnu dot org 2007-01-11 18:12 --- Again tonight - Mark broke bootstrap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30089

[Bug fortran/30441] optimisation bug (ICE) on lapack sget33.f and dget33.f

2007-01-11 Thread Jean-pierre dot vial at wanadoo dot fr
--- Comment #1 from Jean-pierre dot vial at wanadoo dot fr 2007-01-11 17:45 --- Created an attachment (id=12891) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12891&action=view) the two lapack files that show the bug (from lapack-3.1.0) note that lapack has other similar files sg

[Bug tree-optimization/30440] internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472

2007-01-11 Thread jasonmbechtel at gmail dot com
--- Comment #3 from jasonmbechtel at gmail dot com 2007-01-11 17:42 --- I have since been able to successfully compile this program using the following 'build (platform)'s: gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-52) gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7) -- jaso

[Bug fortran/30441] New: optimisation bug (ICE) on lapack sget33.f and dget33.f

2007-01-11 Thread Jean-pierre dot vial at wanadoo dot fr
compilation of two testing functions of lapack fails (ICE) with the -O2 or -O3 optimisation levels level -O1 works gfortran -funroll-all-loops -O3 -fomit-frame-pointer -c dget33.f dget33.f: In function ‘dget33’: dget33.f:1: erreur interne du compilateur: dans insert_into_preds_of_block, à tree-s

[Bug tree-optimization/30440] internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472

2007-01-11 Thread jasonmbechtel at gmail dot com
--- Comment #2 from jasonmbechtel at gmail dot com 2007-01-11 17:36 --- Created an attachment (id=12890) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12890&action=view) complete package for executing steps to reproduce error It's a GPL-ed program. ;-) -- http://gcc.gnu.org/

[Bug tree-optimization/30440] internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472

2007-01-11 Thread jasonmbechtel at gmail dot com
--- Comment #1 from jasonmbechtel at gmail dot com 2007-01-11 17:33 --- Created an attachment (id=12889) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12889&action=view) Preprocessed source This is the file GCC told me to attach to my bug report. -- http://gcc.gnu.org/bugzill

[Bug c/30439] Intended Behaviour? #include searches for signal.h in local directory

2007-01-11 Thread andersin at freenet dot de
--- Comment #5 from andersin at freenet dot de 2007-01-11 17:33 --- Created an attachment (id=12888) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12888&action=view) preprossesed source on success Preprocessed source when ./source.h is not present -- http://gcc.gnu.org/bugzil

[Bug c/30439] Intended Behaviour? #include searches for signal.h in local directory

2007-01-11 Thread andersin at freenet dot de
--- Comment #4 from andersin at freenet dot de 2007-01-11 17:33 --- Created an attachment (id=12887) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12887&action=view) output on success Output when running gcc -v signal.c when ./signal.h is not present -- http://gcc.gnu.org/bug

[Bug c/30439] Intended Behaviour? #include searches for signal.h in local directory

2007-01-11 Thread andersin at freenet dot de
--- Comment #3 from andersin at freenet dot de 2007-01-11 17:32 --- Created an attachment (id=12886) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12886&action=view) preprossesed source on error Preprocessed source when ./signal.h exists and compiling fails -- http://gcc.gnu.

[Bug tree-optimization/30440] New: internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472

2007-01-11 Thread jasonmbechtel at gmail dot com
Internal compiler error in tree-ssa-pre.c when compiling lib_vwk.c in Situs version 2.2.1. To reproduce: tar xvzf Situs_2.2.1.tar.gz cd Situs_2.2.1 make all The result: gcc -I/usr/local/include -I../fftw -O3 -g -Wall -D_SMP_ -DMAX_NUM_THREADS=16 -c ./lib_vwk.c ./lib_vwk.c: In function 'create_l

[Bug c/30439] Intended Behaviour? #include searches for signal.h in local directory

2007-01-11 Thread andersin at freenet dot de
--- Comment #2 from andersin at freenet dot de 2007-01-11 17:31 --- Created an attachment (id=12885) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12885&action=view) output on failure output of gcc -v source.c if ./signal.h exists -- http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug c/30439] Intended Behaviour? #include searches for signal.h in local directory

2007-01-11 Thread andersin at freenet dot de
--- Comment #1 from andersin at freenet dot de 2007-01-11 17:29 --- Created an attachment (id=12884) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12884&action=view) testcase Testcase: if ./signal.h exists, it fails to compile, since sig_atomic_t is not defined. If ./signal.h does

[Bug c/30439] New: Intended Behaviour? #include searches for signal.h in local directory

2007-01-11 Thread andersin at freenet dot de
Problem: #include does not include /usr/include/signal.h (the library header) if ./signal.h exists. Expected Behavior: If a file ./signal.h exists, #include includes /usr/include/signal.h and #include "signal.h" includes ./signal.h As far as I know, ANSI C states that #include includes only libra

[Bug fortran/30404] Wrong FORALL result

2007-01-11 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2007-01-11 17:25 --- (In reply to comment #3) > Paul, Steve, Please let me know if you see an issue with the above analysis. > Hopefully, the three-loop strategy of (i) determine mask size, (ii) populate > mask and (iii) conditionally exec

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-11 Thread ghazi at gcc dot gnu dot org
--- Comment #20 from ghazi at gcc dot gnu dot org 2007-01-11 17:16 --- (In reply to comment #14) > Subject: Re: testsuite failures in actual_array_constructor_2.f90 > and actual_array_substr_2.f90 > Kaveh > > --- Comment #13 from ghazi at gcc dot gnu dot org 2007-01-10 21:45 > >

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-11 Thread ghazi at gcc dot gnu dot org
--- Comment #19 from ghazi at gcc dot gnu dot org 2007-01-11 17:04 --- (In reply to comment #18) > Well then please accept my humble apology. No intent to disparage. I was > attempting to concur with Kaveh's suggestion in Comment #13 that ""WONTFIX" > may > be a more accurate descripti

[Bug target/30429] internal compiler error: in emit_move_insn, at expr.c:2809

2007-01-11 Thread hald at kc dot rr dot com
--- Comment #2 from hald at kc dot rr dot com 2007-01-11 17:03 --- This is one of the HP Testdrive machines (td176.testdrive.hp.com), so I am unable to modify what version of gcc is installed on it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30429

[Bug fortran/30435] Slash at end of input not recognized according to standard

2007-01-11 Thread kargl at gcc dot gnu dot org
-- kargl at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirm

[Bug fortran/30435] Slash at end of input not recognized according to standard

2007-01-11 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2007-01-11 17:00 --- The relevant section of the F2003 standard is 10.9.1.1. It appears that in list-directed input that if we advance to a newline during the read and the first item hit is a / when get it wrong. Here a test program. pr

[Bug fortran/30404] Wrong FORALL result

2007-01-11 Thread roger at eyesopen dot com
--- Comment #3 from roger at eyesopen dot com 2007-01-11 16:56 --- Ok, I've now spent some time reading the code, I understand what's going wrong and what needs to be done to fix it. The problem resolves around the "nest_flag" argument to gfc_trans_nested_forall_loop. This argument onl

[Bug tree-optimization/1046] gcc less efficient than jdk for recursion with -finline-functions

2007-01-11 Thread hubicka at gcc dot gnu dot org
--- Comment #16 from hubicka at gcc dot gnu dot org 2007-01-11 16:50 --- Subject: Bug 1046 Author: hubicka Date: Thu Jan 11 16:50:32 2007 New Revision: 120681 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120681 Log: PR tree-optimization/1046 * tree-tailcall.c

[Bug tree-optimization/1046] gcc less efficient than jdk for recursion with -finline-functions

2007-01-11 Thread hubicka at gcc dot gnu dot org
--- Comment #15 from hubicka at gcc dot gnu dot org 2007-01-11 16:45 --- Subject: Bug 1046 Author: hubicka Date: Thu Jan 11 16:44:56 2007 New Revision: 120680 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120680 Log: PR tree-optimization/1046 * tree-tailcall.c

[Bug preprocessor/20989] The -M option gives object file names without directory

2007-01-11 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-01-11 16:27 --- Subject: Bug 20989 Author: tromey Date: Thu Jan 11 16:26:55 2007 New Revision: 120679 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120679 Log: PR preprocessor/15185, PR preprocessor/20989: *

[Bug preprocessor/15185] -M default target - -MT documentation

2007-01-11 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-11 16:27 --- Subject: Bug 15185 Author: tromey Date: Thu Jan 11 16:26:55 2007 New Revision: 120679 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120679 Log: PR preprocessor/15185, PR preprocessor/20989: *

[Bug fortran/30438] New: Unused variable should raise warning with -Wunused

2007-01-11 Thread fxcoudert at gcc dot gnu dot org
Just so that I don't forget, in the following code, t is set but never used: integer, parameter :: nconf = 4000, nmol = 300 integer, parameter :: nhist = 200 real, parameter :: delta = 0.05 integer :: conf, i, cote, idO, idH1, idH2 integer(kind=8) :: hist(2,2,nhist) real :: t, dist(2,

[Bug driver/30437] -Wno-all is rejected

2007-01-11 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2007-01-11 16:00 --- This seems like a regression to me. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/30437] New: -Wno-all is rejected

2007-01-11 Thread chris dot pickett at mail dot mcgill dot ca
(Ignore that I have gcc installed in $HOME/powerpc, that's Apple's fault for not setting $HOSTTYPE correctly...) delices ~ $ ./powerpc/bin/gcc -Wno-all foo.c cc1: error: unrecognized command line option "-Wno-all" delices ~ $ ./powerpc/bin/gcc -v Using built-in specs. Target: i386-apple-darwin8.8.

[Bug target/30429] internal compiler error: in emit_move_insn, at expr.c:2809

2007-01-11 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-01-11 15:16 --- The 3.4 branch is no longer maintained, please try the latest release which is 4.1.1. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/30435] New: Slash at end of input not recognized according to standard

2007-01-11 Thread drewmccormack at mac dot com
The Fortran standard states that when you have list directed input, and a forward slash (/) appears at the end of a line of input, that any variables in the read statement that have not been initialized should simply be skipped over (ignored). When gfortran encounters a slash at the beginning of

[Bug c++/30434] New: wrong parse of exception declaration list in virtual functions with multiple inheritence

2007-01-11 Thread florent_teichteil at yahoo dot fr
The C++ standard allows to add exceptions to the list of throwable exceptions in virtual functions. But this does not work with multiple inheritence, as the following example shows: // CODE BEGIN #include #include #include #include class my_exception { protected : std::string error_

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-11 Thread rakdver at gcc dot gnu dot org
--- Comment #31 from rakdver at gcc dot gnu dot org 2007-01-11 09:02 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00970.html -- rakdver at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/30406] ICE in LOGICAL(8) functions

2007-01-11 Thread fxcoudert at gcc dot gnu dot org
--- Comment #23 from fxcoudert at gcc dot gnu dot org 2007-01-11 08:08 --- The same code seems to be present in 4.1 and 4.2 branches. Andrew, would you mind include add a testcase to testsuite/gfortran.dg/ when you commit a patch? (if Andrew doesn't commit the patch, same request for th

[Bug fortran/30430] Memory corruption in the module search path code

2007-01-11 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-01-11 08:01 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI