[Bug fortran/38602] [regression 4.4] segfault - optional arguments, generics, interface problem, iso_varying_string ??

2008-12-21 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-12-22 05:18 --- The test case passes at r142147 and fails at r142148 The patch to pr34820 caused this regression PR fortran/34820 * trans-expr.c (gfc_conv_function_call): Remove all code to deallocate

[Bug rtl-optimization/32283] [4.3/4.4 regression] Missed induction variable optimization

2008-12-21 Thread cnstar9988 at gmail dot com
--- Comment #24 from cnstar9988 at gmail dot com 2008-12-22 05:57 --- ping... 4.3.3 -- cnstar9988 at gmail dot com changed: What|Removed |Added CC|

[Bug fortran/31190] minimum field width list-directed output

2008-12-21 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-12-22 06:23 --- I think that this PR could be considered resolved by the new g0 edit descriptor. If, for example, you have three items to emit, the following will do so regardless of their type. program minimal_output

[Bug fortran/31190] minimum field width list-directed output

2008-12-21 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-12-22 06:33 --- Here is another variation on this: print'(xg0)',(i,i=1,6) print'(6(xg0))',(i,i=1,6) end $ ./a.out 1 2 3 4 5 6 1 2 3 4 5 6 $ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31190

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #3 from tammer at tammer dot net 2008-12-22 07:22 --- Hello, here is the -v log: Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../gcc-4.2.4/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,fortran --prefix=/opt/freeware

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #4 from tammer at tammer dot net 2008-12-22 07:27 --- Created an attachment (id=16957) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16957action=view) libgcc dump -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #5 from tammer at tammer dot net 2008-12-22 07:27 --- Created an attachment (id=16958) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16958action=view) libgcc_s dump -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #6 from tammer at tammer dot net 2008-12-22 07:28 --- Hello, I have uploaded the dump of ligbcc.a and libgcc_s.a. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-12-22 07:46 --- -lgcc_s /opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.4/libgcc.a That should not happen. In fact I am reading init_gcc_specs correctly, you have a modified GCC version. Did you compile this GCC yourself or is

[Bug bootstrap/18895] libgfortran AM_MAKEFLAGS arg list + environment too large

2008-12-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18895

[Bug middle-end/38582] excessive time in rename registers

2008-12-21 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-22 07:54 --- PR 15023 was about -frename-registers being slow. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #8 from tammer at tammer dot net 2008-12-22 07:56 --- Hello, this happened with all 4.x gcc versions. This version is from www.perzl.org. There is only a tiny patch to the build files (see attachment). Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #9 from tammer at tammer dot net 2008-12-22 07:56 --- Created an attachment (id=16959) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16959action=view) AIX gcc 4.2.4 patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #10 from tammer at tammer dot net 2008-12-22 07:57 --- Created an attachment (id=16960) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16960action=view) AIX gcc 4.2.4 spec file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

<    1   2