[Bug c++/36547] New: internal compiler error: Segmentation fault

2008-06-16 Thread ninive at gmx dot at
This works with gcc, but not with g++: int main() { const char *x[] = (const char *[]){ test,blabla }; } -- Summary: internal compiler error: Segmentation fault Product: gcc Version: 3.4.5 Status: UNCONFIRMED Severity: normal

[Bug c++/36547] internal compiler error: Segmentation fault

2008-06-16 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2008-06-16 08:43 --- This doesn't ICE anymore with current maintained GCCs (4_2, 4_3, mainline). -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug target/36527] gcc 4.2.x generates wrong code for ARM target

2008-06-16 Thread benny at ammitzboell-consult dot dk
--- Comment #7 from benny at ammitzboell-consult dot dk 2008-06-16 09:10 --- test.c also fails with gcc 3.4.6 - testcpp.cpp however works with gcc 3.4.6. -- benny at ammitzboell-consult dot dk changed: What|Removed |Added

[Bug c++/36547] internal compiler error: Segmentation fault

2008-06-16 Thread ninive at gmx dot at
--- Comment #2 from ninive at gmx dot at 2008-06-16 09:11 --- You are right. Sorry for disturbing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36547

[Bug middle-end/32492] [4.3 Regression] attribute always_inline - sorry, unimplemented: recursive inlining

2008-06-16 Thread josep dot m dot perez at bsc dot es
--- Comment #17 from josep dot m dot perez at bsc dot es 2008-06-16 09:23 --- I've reproduced the same problem with official GCC 4.3.1 on Linux amd64. templatetypename T struct B { struct C { __attribute__((always_inline)) C(C const c) {

[Bug tree-optimization/36493] [4.3/4.4 Regression] vectorizer aliasing bug

2008-06-16 Thread irar at gcc dot gnu dot org
--- Comment #3 from irar at gcc dot gnu dot org 2008-06-16 10:39 --- Subject: Bug 36493 Author: irar Date: Mon Jun 16 10:39:07 2008 New Revision: 136843 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136843 Log: PR tree-optimization/36493 * tree-vect-transform.c

[Bug tree-optimization/36493] [4.3/4.4 Regression] vectorizer aliasing bug

2008-06-16 Thread irar at gcc dot gnu dot org
--- Comment #4 from irar at gcc dot gnu dot org 2008-06-16 10:43 --- Subject: Bug 36493 Author: irar Date: Mon Jun 16 10:42:56 2008 New Revision: 136844 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136844 Log: PR tree-optimization/36493 * tree-vect-transform.c

[Bug c/32415] libgcc_s not found in library search path with --enable-version-specific-runtime-libs

2008-06-16 Thread jwakely dot gcc at gmail dot com
--- Comment #7 from jwakely dot gcc at gmail dot com 2008-06-16 11:12 --- This has now been broken for at least 3 releases and is going to stay broken in 4.4 at this rate. Could a build maintainer comment on Richard's analysis in bug 35248? CCing Paolo again. -- jwakely dot gcc at

[Bug other/31754] Include column number along line in error messages main.cpp:5:38

2008-06-16 Thread dseketel at redhat dot com
--- Comment #2 from dseketel at redhat dot com 2008-06-16 11:13 --- Created an attachment (id=15774) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15774action=view) produce more accurate column information in error messages This patch modifies the c++ parser to produce more

[Bug other/31754] Include column number along line in error messages main.cpp:5:38

2008-06-16 Thread dseketel at redhat dot com
--- Comment #3 from dseketel at redhat dot com 2008-06-16 11:15 --- I forgot to say that my patch just affects the c++ front end of gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31754

[Bug c++/33435] internal compiler error with templates and openmp

2008-06-16 Thread bangerth at dealii dot org
--- Comment #5 from bangerth at dealii dot org 2008-06-16 15:03 --- This appears to work for me now with gcc version 4.4.0 20080527 (experimental) [trunk revision 136055] (GCC) Can you check whether it also works for you? W. -- bangerth at dealii dot org changed:

[Bug fortran/36515] Integer read from stdin yields a value overflow for a valid integer.

2008-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2008-06-16 16:29 --- Keep this opened until I update the documentation files. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36515

[Bug fortran/36276] [4.3/4.4 Regression] possible issue with opening fortran files?

2008-06-16 Thread burnus at gcc dot gnu dot org
--- Comment #7 from burnus at gcc dot gnu dot org 2008-06-16 17:54 --- Better patch. I'm not sure whether we are ever freeing the memory, but I think even if not, it is not a big problem. Index: scanner.c === --- scanner.c

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-16 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2008-06-16 17:56 --- Mark as waiting. Can any of you try whether the bug still exists for you? -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36132] _gfortran_internal_pack on optional arguments

2008-06-16 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2008-06-16 18:08 --- Pointer for myself (or someone else): Should be added in trans-array.c's gfc_conv_array_parameter and maybe also gfc_trans_dummy_array_bias. -- burnus at gcc dot gnu dot org changed: What|Removed

[Bug c++/35022] [4.3/4.4 regression] ICE with parameter pack in template constant parameter

2008-06-16 Thread chris dot fairles at gmail dot com
--- Comment #5 from chris dot fairles at gmail dot com 2008-06-16 19:34 --- I think this is related: template typename T, T... struct A{}; template template typename T, T... class B struct C{}; int main() { CA a; } gives ICE @ pt.c:15861 (rev 136843). The line in question is:

[Bug other/25757] Small memory leak in 'prefix_from_string' of file 'collect2.c'

2008-06-16 Thread christophe dot jaillet at wanadoo dot fr
--- Comment #3 from christophe dot jaillet at wanadoo dot fr 2008-06-16 19:50 --- This has been fixed in revision 124532 on Sun Jul 15 11:45:30 2007 UTC. (http://gcc.gnu.org/viewcvs/trunk/gcc/collect2.c?r1=124532r2=126653diff_format=h) -- christophe dot jaillet at wanadoo dot fr

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-16 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2008-06-16 20:22 --- (In reply to comment #8) Mark as waiting. Can any of you try whether the bug still exists for you? This works for me - x86_ia64/Fedora8 - gcc version 4.4.0 20080615 Taking a risk, given Tobias' report - marking

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #10 from dfranke at gcc dot gnu dot org 2008-06-16 21:49 --- Reopened. I can still observe the problem with trunk from 20080615 (r136827). $ gfortran-svn -O -Wall ~/pr/pr36342.F90 #382;: In function 'test': hqë·#353;:4: warning: 'junk_2' is used uninitialized in this

[Bug testsuite/36544] fseek.f90 does not correctly account for newline lengths

2008-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-06-17 01:05 --- Subject: Bug 36544 Author: jvdelisle Date: Tue Jun 17 01:05:11 2008 New Revision: 136856 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136856 Log: 2008-06-16 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug testsuite/36544] fseek.f90 does not correctly account for newline lengths

2008-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-06-17 01:08 --- Revised test case passes on win64. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/36548] New: likely integer codegen bug

2008-06-16 Thread regehr at cs dot utah dot edu
At -O and higher with -fwrapv, svn 136854 improperly compiles func_9 below into object code returning 0. static unsigned long mod_rhs (long int rhs) { return rhs; } unsigned g_8 = 0x0815898FL; int func_9 (void) { return ((0x0274952FL * g_8) % mod_rhs (0x0274952FL)); } --

[Bug libfortran/36546] Namelist error with tab following a comma and newline

2008-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-06-17 04:14 --- Subject: Bug 36546 Author: jvdelisle Date: Tue Jun 17 04:14:07 2008 New Revision: 136859 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136859 Log: 2008-06-16 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/36546] Namelist error with tab following a comma and newline

2008-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-06-17 04:18 --- Subject: Bug 36546 Author: jvdelisle Date: Tue Jun 17 04:18:11 2008 New Revision: 136860 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136860 Log: 2008-06-16 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/36546] Namelist error with tab following a comma and newline

2008-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-06-17 04:32 --- I will backport this to 4.3 in a few days. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36546