[Bug c++/35317] [4.1/4.2/4.3/4.4 regression] ICE with operator delete[] and ellipsis

2008-06-13 Thread simartin at gcc dot gnu dot org
--- Comment #2 from simartin at gcc dot gnu dot org 2008-06-14 00:20 --- Subject: Bug 35317 Author: simartin Date: Sat Jun 14 00:19:25 2008 New Revision: 136774 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136774 Log: gcc/cp/ 2008-06-14 Simon Martin <[EMAIL PROTECTED]>

[Bug bootstrap/36536] New: make broken if path to build directory has spaces

2008-06-13 Thread andry at inbox dot ru
-- Summary: make broken if path to build directory has spaces Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org

[Bug bootstrap/36537] New: make broken if path to build directory has spaces

2008-06-13 Thread andry at inbox dot ru
-- Summary: make broken if path to build directory has spaces Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org

[Bug libfortran/36538] New: namelist failure with tabs preceding object name

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
The following testcase illustrates the issue. Reported here: http://gcc.gnu.org/ml/fortran/2008-06/msg00149.html program check1 real x namelist/casein/x read(1,casein) print*,x end fort.1 contains: &CASEIN x=1. / Two tabs precede x. --

[Bug libfortran/36538] namelist failure with tabs preceding object name

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-06-14 03:28 --- I will work this. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Assi

[Bug libfortran/36538] namelist failure with tabs preceding object name

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-06-14 03:53 --- The following patch fixes this: Index: list_read.c === --- list_read.c (revision 136763) +++ list_read.c (working copy) @@ -2922,6 +2922,8 @@ find_n

[Bug libfortran/36538] namelist failure with tabs preceding object name

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-06-14 04:31 --- Subject: Bug 36538 Author: jvdelisle Date: Sat Jun 14 04:30:48 2008 New Revision: 136776 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136776 Log: 2008-06-13 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/36538] namelist failure with tabs preceding object name

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-06-14 04:39 --- Subject: Bug 36538 Author: jvdelisle Date: Sat Jun 14 04:39:11 2008 New Revision: 136777 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136777 Log: 2008-06-14 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/36538] namelist failure with tabs preceding object name

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-06-14 04:40 --- That was quick. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added St

[Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-06-14 05:14 --- *** Bug 36535 has been marked as a duplicate of this bug. *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/36535] gfortran.dg/parameter_array_init_4.f90 doesn't work

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-06-14 05:14 --- *** This bug has been marked as a duplicate of 36534 *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/35320] [4.1/4.2/4.3/4.4 regression] ICE with invalid friend declaration

2008-06-13 Thread simartin at gcc dot gnu dot org
--- Comment #2 from simartin at gcc dot gnu dot org 2008-06-14 05:22 --- Subject: Bug 35320 Author: simartin Date: Sat Jun 14 05:21:30 2008 New Revision: 136778 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136778 Log: gcc/cp/ 2008-06-14 Simon Martin <[EMAIL PROTECTED]>

[Bug tree-optimization/36218] [4.2/4.3/4.4 regression] VRP causes stack overflow while building libgcj

2008-06-13 Thread ian at airs dot com
--- Comment #9 from ian at airs dot com 2008-06-14 05:59 --- There aren't any obvious instructions on how to reproduce this bug. Andrew, which file(s) in libgcj do you see problems with? Adding Diego to CC since VRP is his baby. -- ian at airs dot com changed: What|

[Bug tree-optimization/36218] [4.2/4.3/4.4 regression] VRP causes stack overflow while building libgcj

2008-06-13 Thread aph at gcc dot gnu dot org
--- Comment #10 from aph at gcc dot gnu dot org 2008-06-14 06:27 --- The only way I can find out which file in libgcj causes the stack overflow is to try to build it again with an unoptimized gcc. I can do so next week. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36218

[Bug target/36539] New: [4.4 regression] IRA doesn't allocate asm output being returned to eax

2008-06-13 Thread astrange at ithinksw dot com
Using today's IRA branch (r136683), on the attached file. > gcc -O3 -fno-pic -fomit-frame-pointer -m64 -S cabac-ret.i -fira _get_cabac: LFB2: pushq %rbx LCFI0: movl(%rdi), %eax movl4(%rdi), %r8d # 16 "cabac-ret.i" 1 #%ebx %r8d %ax 24(%rdi) %rsi # 0 "" 2

[Bug target/36539] [4.4 regression] IRA doesn't allocate asm output being returned to eax

2008-06-13 Thread astrange at ithinksw dot com
--- Comment #1 from astrange at ithinksw dot com 2008-06-14 06:48 --- Created an attachment (id=15771) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15771&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36539

[Bug target/36539] IRA doesn't allocate asm output being returned to eax

2008-06-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-06-14 06:52 --- IRA has not been committed to the trunk yet so it is not a regression (yet). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

<    1   2