[Bug target/25603] [4.1/4.2 Regression]: Miscompiled FORTRAN program

2006-02-09 Thread wilson at gcc dot gnu dot org
--- Comment #9 from wilson at gcc dot gnu dot org 2006-02-10 02:03 --- I've looked at the reload-branch also. I need two patches in order to bootstrap it. One trivial obvious patch, and one hacked not technically correct patch. It then bootstrapped and compiled this testcase correctly

[Bug c++/26206] New: g++ allows params with default arguments to the left of those without

2006-02-09 Thread jjamison at cs dot berkeley dot edu
Compiling the following one line: void f(int i = 0, int j) {} produces the following error, as appropriate: [EMAIL PROTECTED] /usr/misc/pkg/gcc-4.0.2/bin/g++ -c default.cc default.cc: In function `void f(int, int)': default.cc:1: error: default argument missing for parameter 2 of `void f(int,

[Bug c++/26206] g++ allows params with default arguments to the left of those without

2006-02-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-10 02:24 --- This is a dup of bug 16829 which was fixed in 4.0.3. *** This bug has been marked as a duplicate of 16829 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/16829] [3.4 regression] default parameter can be not one of the last in function

2006-02-09 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-02-10 02:24 --- *** Bug 26206 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug rtl-optimization/26207] New: [4.2 Regression] file names in rtl dumps don't match reality

2006-02-09 Thread pinskia at gcc dot gnu dot org
I noticed today that the file names in the documention don't match what the names are in reality. For an example: t.c.102r.expand >From the doc's: -dr -fdump-rtl-expand Dump after RTL generation, to file.00.expand. -- Summary: [4.2 Regression] file names in rtl dumps don't match

[Bug rtl-optimization/26207] [4.2 Regression] file names in rtl dumps don't match reality

2006-02-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26207

[Bug target/25603] [4.1/4.2 Regression]: Miscompiled FORTRAN program

2006-02-09 Thread hjl at lucon dot org
--- Comment #10 from hjl at lucon dot org 2006-02-10 03:37 --- Thanks, Jim. Denis and I are working on a patch based on your suggestion to modify regno_clobbered_p to handle REG_INC. We will submit it next week. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25603

[Bug libgomp/26175] [4.2 Regression] In gcc-4.2.0 libgomp/.../powerpc/futex.h SYS_futex undefined

2006-02-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug rtl-optimization/26207] [4.2 Regression] file names in rtl dumps don't match reality

2006-02-09 Thread bonzini at gnu dot org
--- Comment #1 from bonzini at gnu dot org 2006-02-10 07:10 --- I would like to change .00. to .*. (it becomes unmaintainable, otherwise). I doubt any GCC release (except maybe 4.1) has the correct names for every single dump. Paolo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2

<    1   2