[Bug c/33527] GCC doesn't protect %edi when using inline assembly

2007-09-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2007-09-22 07:27 --- > The problem is, movsb changes the value of %esi and %edi, and I told the > compiler about this in the "input" section in the asm directive. No, you didn't, you only told that %esi and %edi should be loaded on e

[Bug bootstrap/33511] make fails with no rule to make target 'all' in directory gcc

2007-09-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2007-09-22 07:33 --- So are the files reported as missing really missing...? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33511

[Bug c++/33516] [4.0/4.1/4.2/4.3 Regression] Rejects typedef qualified name-lookup

2007-09-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-09-22 07:59 --- Yes, this is what debugging cc1plus reveals - the typedef-name type decl is still incomplete. Now, the question is if this is valid C++ or not ;) Using foo_bar instead of bar works as well (though foo_bar also is i

[Bug c++/33516] [4.0/4.1/4.2/4.3 Regression] Rejects typedef qualified name-lookup

2007-09-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-09-22 08:00 --- That is the following: struct foo_bar; typedef foo_bar bar; struct foo_bar { typedef int baz; foo_bar::baz ii; }; is fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33516

[Bug target/32325] [4.3 Regression] cc1plus ICE configuring libstdc++ on Tru64 UNIX V5.1B: SEGV in rtl_verify_flow_info

2007-09-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2007-09-22 08:43 --- Subject: Bug 32325 Author: ebotcazou Date: Sat Sep 22 08:42:57 2007 New Revision: 128665 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128665 Log: PR target/32325 * except.c (finish_eh_ge

[Bug target/32325] [4.3 Regression] cc1plus ICE configuring libstdc++ on Tru64 UNIX V5.1B: SEGV in rtl_verify_flow_info

2007-09-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2007-09-22 08:46 --- Note that libstdc++-v3 didn't build for me without a kludge for EOVERFLOW. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libgcj/10353] [4.0/4.1/4.2/4.3 regression] Java testsuite failures

2007-09-22 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added CC||ebotcazou at gcc dot gnu dot |

[Bug fortran/33354] [4.2 only] MINLOC in combination with SUM gives wrong result

2007-09-22 Thread tkoenig at gcc dot gnu dot org
-- tkoenig at gcc dot gnu dot org changed: What|Removed |Added CC||tkoenig at gcc dot gnu dot |

[Bug fortran/33376] [4.3 regression] USE with renaming, assembler message: symbol already defined

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-09-22 09:32 --- (In reply to comment #4) > It's mine. > > Paul > The patch has been posted on the list. http://gcc.gnu.org/ml/fortran/2007-09/msg00378.html Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33376

[Bug fortran/33337] [4.3 regression] ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-09-22 09:33 --- (In reply to comment #3) > As the guilty party, I had better take this on. > > Paul > The patch has been posted on the list. http://gcc.gnu.org/ml/fortran/2007-09/msg00378.html Paul -- http://gcc.gnu.org/bugzi

[Bug tree-optimization/33146] [4.3 Regression] ICE in build_polynomial_chrec, at tree-chrec.h:136

2007-09-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2007-09-22 09:39 --- Subject: Bug 33146 Author: rguenth Date: Sat Sep 22 09:39:41 2007 New Revision: 128666 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128666 Log: 2007-09-22 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug tree-optimization/33146] [4.3 Regression] ICE in build_polynomial_chrec, at tree-chrec.h:136

2007-09-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2007-09-22 09:43 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/33527] GCC doesn't protect %edi when using inline assembly

2007-09-22 Thread ebotcazou at libertysurf dot fr
--- Comment #2 from ebotcazou at libertysurf dot fr 2007-09-22 10:22 --- Subject: Re: GCC doesn't protect %edi when using inline assembly > I've tried 'volatile', but it doesn't work. #include int main(void) { char input[] = {"GCC Version Number"}; char output[30],*dummy; int leng

[Bug target/32893] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2007-09-22 Thread ubizjak at gmail dot com
--- Comment #12 from ubizjak at gmail dot com 2007-09-22 10:26 --- (In reply to comment #10) > Created an attachment (id=14228) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14228&action=view) [edit] > zlib testcase(zlib's inftrees.c) Sorry, I can't reproduce the segfault with cur

[Bug target/32893] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2007-09-22 Thread jigorou3 at mail dot goo dot ne dot jp
--- Comment #13 from jigorou3 at mail dot goo dot ne dot jp 2007-09-22 11:28 --- (In reply to comment #12) Hmm..., but in my environment, some applications always segfaults at zlib which was built with -O -msse -ftree-vectorize. I'm sorry, but now I recognize that I don't have enough a

[Bug fortran/33528] New: Wrong locations emitted with mapped locations and included files

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
While testing my patch for PR33502, I discovered that the Fortran front-end emits wrong location when configured with --enable-mapped-location: the line numbers are OK, but the file name is wrong for the the outer file locations after the inclusion. The following is the behaviour with an --enable

[Bug fortran/33269] Diagnose missing "(" in "PRINT ('a'),"

2007-09-22 Thread tobi at gcc dot gnu dot org
--- Comment #7 from tobi at gcc dot gnu dot org 2007-09-22 12:53 --- Created an attachment (id=14244) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14244&action=view) Unfinished patch Here's a patch. I won't have time for the final cosmetics for a few days to come, so I'm posting

[Bug fortran/33523] Incorrect warning messages about uninitialized variables

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-09-22 13:57 --- *** This bug has been marked as a duplicate of 33522 *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/33522] Incorrect warning messages about uninitialized variables

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-09-22 13:57 --- *** Bug 33523 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33522

[Bug fortran/33526] FAIL: gfortran.dg/openmp_stack.f90 -O0 (test for excess errors)

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-09-22 14:00 --- Yup, introduced by 2007-08-26 Asher Langton <[EMAIL PROTECTED]> * gfortran.dg/recursive_stack.f90: New. * gfortran.dg/openmp_stack.f90: New. OpenMP testcases should go into libgomp/testsuite/

[Bug fortran/33528] Wrong locations emitted with mapped locations and included files

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/33526] FAIL: gfortran.dg/openmp_stack.f90 -O0 (test for excess errors)

2007-09-22 Thread langton at gcc dot gnu dot org
--- Comment #2 from langton at gcc dot gnu dot org 2007-09-22 14:17 --- Okay, sorry about that! I'll ping Jakub Jelinek for approval to move this into libgomp/testsuite/libgomp.fortran. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33526

[Bug fortran/33445] Diagnose "!$OMP&" as an error in free format unless it is a continuation line

2007-09-22 Thread burnus at gcc dot gnu dot org
--- Comment #11 from burnus at gcc dot gnu dot org 2007-09-22 14:21 --- Subject: Bug 33445 Author: burnus Date: Sat Sep 22 14:20:57 2007 New Revision: 128670 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128670 Log: 2007-09-22 Tobias Burnus <[EMAIL PROTECTED]> PR for

[Bug fortran/33445] Diagnose "!$OMP&" as an error in free format unless it is a continuation line

2007-09-22 Thread burnus at gcc dot gnu dot org
--- Comment #12 from burnus at gcc dot gnu dot org 2007-09-22 14:27 --- FIXED on the trunk (GCC 4.3.0). For the example of the initial bug report, it prints now such messages: !$omp& default(shared) 1 Warning: !$OMP at (1) starts a commented line as it neither is followed by a spa

[Bug c++/19163] __attribute__((aligned)) not working in template

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #14 from jason at gcc dot gnu dot org 2007-09-22 14:28 --- Fixed for 4.3.0. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|AS

[Bug c++/17743] dependent expressions in attributes

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #25 from jason at gcc dot gnu dot org 2007-09-22 14:29 --- Fixed for 4.3.0. -- jason at gcc dot gnu dot org changed: What|Removed |Added Known to work|

[Bug c++/17743] dependent expressions in attributes

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #26 from jason at gcc dot gnu dot org 2007-09-22 14:30 --- Change state. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/7586] Incorrect handling of attributes in template codes

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2007-09-22 14:31 --- Fixed for 4.3.0 -- jason at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug c++/19407] vector keyword in typedef inside template struct ignored

2007-09-22 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug fortran/33522] Incorrect warning messages about uninitialized variables

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-09-22 15:02 --- Patch below fixes it: Index: trans-types.c === --- trans-types.c (revision 128661) +++ trans-types.c (working copy) @@ -1088,16 +1088,19

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-09-22 15:03 --- Subject: Bug 33502 Author: fxcoudert Date: Sat Sep 22 15:03:24 2007 New Revision: 128671 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128671 Log: PR fortran/33502 * scanner.c (gfc_advanc

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-09-22 15:04 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug fortran/33376] [4.3 regression] USE with renaming, assembler message: symbol already defined

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-09-22 15:46 --- Subject: Bug 33376 Author: pault Date: Sat Sep 22 15:46:41 2007 New Revision: 128672 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128672 Log: 2007-09-22 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/33337] [4.3 regression] ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-09-22 15:46 --- Subject: Bug 7 Author: pault Date: Sat Sep 22 15:46:41 2007 New Revision: 128672 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128672 Log: 2007-09-22 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/33529] New: problem with intrinsic function KIND

2007-09-22 Thread clerman at fuse dot net
Ladies and Gentlemen: In a module, before the CONTAINS statement, I have the following declaration: CHARACTER (OpconNameLength, ASCIICharacterKind), SAVE :: & CH_IMAG(UDDEFT) = "" where OpconNameLength, UDDEFT, are integer parameters. The parameter ASCIICharacterKind is defined as fo

[Bug fortran/33513] error reported on correct initialization code.

2007-09-22 Thread clerman at fuse dot net
--- Comment #3 from clerman at fuse dot net 2007-09-22 16:37 --- Subject: Re: error reported on correct initialization code. burnus, Thank you for your very prompt reply. I tried version 4.3.0; the bug does not exist in it. Using this version I have located a new bug that I

[Bug fortran/33513] error reported on correct initialization code.

2007-09-22 Thread clerman at fuse dot net
--- Comment #4 from clerman at fuse dot net 2007-09-22 16:37 --- Subject: Re: error reported on correct initialization code. kargl, Thanks for your very prompt reply. burnus also replied to my bug suggesting I try version 4.3.0. I did that, and the bug is not present. Using

[Bug fortran/33337] [4.3 regression] ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-09-22 16:39 --- Fixed on trunk. Thanks for bearing with me, Michael. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/33376] [4.3 regression] USE with renaming, assembler message: symbol already defined

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-09-22 16:40 --- Fixed on trunk. Thanks, Harald. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33522] Incorrect warning messages about uninitialized variables

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-09-22 16:55 --- Subject: Bug 33522 Author: fxcoudert Date: Sat Sep 22 16:54:56 2007 New Revision: 128673 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128673 Log: PR fortran/33522 * trans-types.c (gfc_ge

[Bug fortran/33522] Incorrect warning messages about uninitialized variables

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-09-22 16:59 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug fortran/33528] Wrong locations emitted with mapped locations and included files

2007-09-22 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/33530] New: Building fortran fails with ICE on target=x86_64-pc-mingw32

2007-09-22 Thread nightstrike at gmail dot com
When running the following: ../gcc/configure --target=x86_64-pc-mingw32 --prefix=/tmp/rt64/scripts/buildsystem/root --with-sysroot=/tmp/rt64/scripts/buildsystem/root --disable-nls --enable-languages=fortran and make > /dev/null I receive the following output (tail only): ../../../gc

[Bug c++/21385] __extension__ lost inside template

2007-09-22 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-09-22 18:08 --- I'm not sure, but naively appears fixable similarly to the attributes... Jason? -- pcarlini at suse dot de changed: What|Removed |Added ---

[Bug fortran/31229] kind parameter in function declaration fails to find use-associated parameters

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-09-22 18:40 --- Since I made a start on it, I had better finish it! Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/33334] User-defined type as function result: use-assocciated not accepted

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-09-22 18:42 --- I'll do all of these, having started. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/31154] IMPORT fails for " FUNCTION (...)" kind of procedures

2007-09-22 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-09-22 18:43 --- I'd better get on with it! Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33521] -m128bit-long-double and printf don't mix

2007-09-22 Thread Raf_Schietekat at ieee dot org
--- Comment #4 from Raf_Schietekat at ieee dot org 2007-09-22 19:47 --- Thanks. Somehow I had managed to miss that warning in the flag's documentation and came up with some of it on my own, but at the same time I thought that each object file would/could be marked with how it was compile

[Bug target/33531] New: bad escape

2007-09-22 Thread kai-gcc-bugs at khms dot westfalen dot de
gcc/config/cris/cris.md:1824 if (which_alternative == 4) return \"%x6%E5.%m5 [%4=%3%S2],%0\";< return "%x6%E5 [%4=%2%S3],%0"; This is in a brace block, NOT in a double quote string. These escapes are bogus. Compare the next line. -- Summary: bad escape

[Bug target/33531] bad escape

2007-09-22 Thread kai-gcc-bugs at khms dot westfalen dot de
--- Comment #1 from kai-gcc-bugs at khms dot westfalen dot de 2007-09-22 20:00 --- Forgot to specify: this is revision 127595. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33531

[Bug c++/33496] [4.3 regression] ICE with sizeof for invalid argument pack

2007-09-22 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-09-22 21:19 --- Subject: Bug 33496 Author: jakub Date: Sat Sep 22 21:19:17 2007 New Revision: 128675 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128675 Log: PR c++/33496 * pt.c (tsubst_copy) : Handle error_

[Bug c++/33521] -m128bit-long-double and printf don't mix

2007-09-22 Thread bangerth at math dot tamu dot edu
--- Comment #5 from bangerth at math dot tamu dot edu 2007-09-22 22:14 --- Subject: Re: -m128bit-long-double and printf don't mix > and came up with some of it on my own, but at the same time I thought that > each > object file would/could be marked with how it was compiled so that

[Bug fortran/33387] Fortran front-end should translate intrinsics by calling C99 function instead of libgfortran functions

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-09-22 23:35 --- Created an attachment (id=14245) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14245&action=view) First patch First implementation. It doesn't even regtest, but I'll attach it here to avoid loosing it. I'll

[Bug fortran/33387] Fortran front-end should translate intrinsics by calling C99 function instead of libgfortran functions

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Severity|minor |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33387

[Bug fortran/33528] Wrong locations emitted with mapped locations and included files

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-09-22 23:48 --- Subject: Bug 33528 Author: fxcoudert Date: Sat Sep 22 23:48:02 2007 New Revision: 128676 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128676 Log: PR fortran/33528 * scanner.c (preprocess

[Bug fortran/33528] Wrong locations emitted with mapped locations and included files

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-09-22 23:48 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug middle-end/33472] ICE and invalid rtl sharing with complex on x86_64-mingw

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-09-22 23:54 --- *** Bug 33530 has been marked as a duplicate of this bug. *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/33530] Building fortran fails with ICE on target=x86_64-pc-mingw32

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-09-22 23:54 --- I've reported this one as PR33472, and Tai has proposed a fix already. (I thought I had sent the report also to the mingw-w64 list, but I may have forgotten.) Also, I have built and published binaries for Win64 (

[Bug c++/33521] -m128bit-long-double and printf don't mix

2007-09-22 Thread Raf_Schietekat at ieee dot org
--- Comment #6 from Raf_Schietekat at ieee dot org 2007-09-23 00:29 --- I don't know, for a debug build with symbolic information a GNU linker just might be able to make sense of it... but I accept it would not be worthwhile. As for the documentation, it seems the "additional 32 bit zero

[Bug c++/19407] vector keyword in typedef inside template struct ignored

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2007-09-23 02:36 --- Subject: Bug 19407 Author: jason Date: Sun Sep 23 02:36:34 2007 New Revision: 128681 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128681 Log: PR c++/19407 * cp/cp-tree.h (ATTR_IS_DEPENDENT):

[Bug c++/19407] vector keyword in typedef inside template struct ignored

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2007-09-23 02:39 --- Fixed for 4.3.0. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug c++/15269] __attribute__((deprecated)) broken with inline, ignored with pure virtual, misreported after definition

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2007-09-23 04:33 --- About #3: When we see the definition of a function, we don't keep information about where it was first declared. For member functions, we could give the source position of the class if that would be helplful. --

[Bug c++/15269] __attribute__((deprecated)) broken with inline, ignored with pure virtual, misreported after definition

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2007-09-23 04:37 --- Subject: Bug 15269 Author: jason Date: Sun Sep 23 04:37:26 2007 New Revision: 128682 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128682 Log: PR c++/15269 * call.c (build_over_call): Warn abo

[Bug c++/15269] __attribute__((deprecated)) broken with inline, ignored with pure virtual, misreported after definition

2007-09-22 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2007-09-23 04:39 --- Virtual problem fixed for 4.3.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15269

[Bug target/32893] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2007-09-22 Thread dirtyepic at gentoo dot org
--- Comment #14 from dirtyepic at gentoo dot org 2007-09-23 05:59 --- Created an attachment (id=14246) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14246&action=view) inftrees.c this is the testcase from bug #25413. with -O2 -msse2 -ftree-vectorize, i get this in gcc-4.2.0: inf

[Bug target/32893] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2007-09-22 Thread dirtyepic at gentoo dot org
--- Comment #15 from dirtyepic at gentoo dot org 2007-09-23 06:23 --- i should also mention that the zlib testsuite doesn't trigger this bug for some reason. many other applications that link with zlib are also unaffected. some that are include firefox/mozilla/thunderbird/seamonkey/xul

[Bug target/33532] New: bad escape

2007-09-22 Thread kai-gcc-bugs at khms dot westfalen dot de
gcc/config/ia64/ia64.md:6267 { emit_library_call (gen_rtx_SYMBOL_REF (Pmode, \"__ia64_save_stack_nonlocal\"), <- 0, VOIDmode, 2, XEXP (operands[0], 0), Pmode, operands[1], Pmode); DONE; }) This is in a brac

[Bug target/33532] bogus escape

2007-09-22 Thread kai-gcc-bugs at khms dot westfalen dot de
--- Comment #1 from kai-gcc-bugs at khms dot westfalen dot de 2007-09-23 06:37 --- Also line 6280: { emit_library_call (gen_rtx_SYMBOL_REF (Pmode, \"__ia64_nonlocal_goto\"), <--- LCT_NORETURN, VOIDmode, 3, operands[1], Pmode,

[Bug target/33532] bogus escape

2007-09-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-09-23 06:42 --- This is not a bogus escape, just extraneous. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added