[Bug libfortran/35863] [F2003] Implement ENCODING=UTF-8

2008-08-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2008-08-16 06:11 --- Subject: Bug 35863 Author: jvdelisle Date: Sat Aug 16 03:38:31 2008 New Revision: 139147 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139147 Log: 2008-08-15 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/35863] [F2003] Implement ENCODING=UTF-8

2008-08-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2008-08-16 06:11 --- Subject: Bug 35863 Author: jvdelisle Date: Sat Aug 16 03:42:54 2008 New Revision: 139148 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139148 Log: 2008-08-15 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/35863] [F2003] Implement ENCODING=UTF-8

2008-08-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2008-08-16 06:11 --- Subject: Bug 35863 Author: jvdelisle Date: Sat Aug 16 03:42:54 2008 New Revision: 139148 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139148 Log: 2008-08-15 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug c++/37140] type inherited from base class not recognized

2008-08-16 Thread joao dot eiras at gmail dot com
--- Comment #1 from joao dot eiras at gmail dot com 2008-08-16 16:42 --- Sorry, full error is gpp_bug_2.cpp: In constructor `BX::B()': gpp_bug_2.cpp:15: error: `o_t' is not a class or namesp gpp_bug_2.cpp:15: error: `type_t' does not name a type -- joao dot eiras at gmail dot com

[Bug c++/37141] New: syntax error when using type inherited from base class

2008-08-16 Thread joao dot eiras at gmail dot com
The following code sample does not compile, and it should. I get the error: gpp_bug_1.cpp: In constructor `BX::B()': gpp_bug_1.cpp:10: error: expected `;' before x G++ version: g++ (GCC) 4.4.0 20080729 (experimental) templateclass X class A{ public: typedef X type_t; }; templateclass X

[Bug tree-optimization/33259] limited range of remainder operation can prove loop runs at most once

2008-08-16 Thread raeburn at raeburn dot org
--- Comment #2 from raeburn at raeburn dot org 2008-08-16 18:18 --- Just noting for future reference: I looked at the VRP results and that does seem to be where the optimization opportunity is missed; x%y with constant y is VARYING if x is, though it seems to me the result should be

[Bug c++/14258] typename in a using declaration not supported

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-08-16 20:03 --- *** Bug 37141 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37141] syntax error when using type inherited from base class

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-16 20:03 --- *** This bug has been marked as a duplicate of 14258 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/15267] libgcc_s.so.1 fails to link on Solaris 8/SPARC with GNU as 2.14.91

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-08-16 22:07 --- *** Bug 37092 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/37092] gcc-4.2.2 build failed on solaris-8

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-16 22:07 --- This is a binutils bug which was fixed for 2.18. *** This bug has been marked as a duplicate of 15267 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37050] gcc-4.3.1 bootstrap failure on sparc Solaris 10

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-08-16 22:08 --- symbol unknown: offset 0x78a186d9 is non-aligned That was a binutils bug which was fixed in binutils 2.18. *** This bug has been marked as a duplicate of 15267 *** -- pinskia at gcc dot gnu dot org

[Bug target/15267] libgcc_s.so.1 fails to link on Solaris 8/SPARC with GNU as 2.14.91

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2008-08-16 22:08 --- *** Bug 37050 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/37097] [4.4 Regression]: Revision 139014 failed to bootstrap

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37097

[Bug target/37094] [4.4 Regression] Ada build broken for i586

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||hubicka at gcc dot gnu dot |

[Bug middle-end/37104] [4.4 Regression] ICE: in compare_values_warnv, at tree-vrp.c:1031

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|---

[Bug middle-end/37107] Incorrect code generated after function inlining

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-16 22:14 --- Can you provide the preprocessed source which you can get via the -save-temps option. Also does using -fno-strict-aliasing fix the issue? -- pinskia at gcc dot gnu dot org changed: What

[Bug c++/37096] conditional evaluation incorrect with -O3

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37096

[Bug bootstrap/37086] [4.4 Regression] GCC 3.4 miscompiles trunk (for cross compiling)

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-08-16 22:20 --- Note I agree with Richard here. All my builds for cross compilers (except for testing the trunk for spu-elf which I am going to change soon anyways), I bootstrap first the compiler I am going to compile and then

[Bug bootstrap/37079] cannot find -lgcc_s

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-16 22:36 --- What happens if you just use --with-build-sysroot= ? without saying the --with-sysroot? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/37136] [4.4 regression] Bootstrap failure in copyprop_hardreg_forward_1 for a-ngcefu.adb

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-16 22:37 --- *** This bug has been marked as a duplicate of 37094 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37094] [4.4 Regression] Ada build broken for i586

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-16 22:37 --- *** Bug 37136 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37137] unrecognized command line option -minterlink-mips16

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-16 22:39 --- 2008-08-09 Richard Sandiford [EMAIL PROTECTED] * mt-mips16-compat: New file, taken from mt-mips-elfoabi. * mt-mips-elfoabi: Include mt-mips16-compat. * mt-mips-gnu: New file. Hmm, what

[Bug c++/37089] rvalue/lvalue reference collapsing not performed in error ouput thus printing

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-16 22:42 --- This source does not compile at all so how can we get a link error? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37089

[Bug middle-end/37096] conditional evaluation incorrect with -O3

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-16 22:43 --- Might be related to PR 37101. Does -O2 -ftree-vectorize fail too? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/37122] fixed-value.c and tree-ssa-loop-ivopts.c won't compile with Sun Studio 11 on Solaris 9 due to incompatible operand types

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-16 22:47 --- This seems like a bug in Sun's compiler. As far as I can tell a ? const struct A : struct A should be valid in C and C++. I think you should both post the patches to gcc-patches@ and make sure you file a bug with

[Bug bootstrap/33304] Bootstrap failure on solaris2 using cc due to empty macro arguments

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-16 22:47 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug libstdc++/37118] [4.4 Regression] Revision 139064 breaks libstdc++

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Target Milestone|--- |4.4.0

[Bug fortran/37129] Problems with access='direct', recl=1 I/O

2008-08-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-08-16 22:48 --- I agree there is legacy g77 behavior involved here. I did a test here, and a very simple patch will enable this feature. At least for the test case I get the exact same results as g77. I just disable this

[Bug middle-end/37130] warning: array subscript is above array bounds.

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-16 22:54 --- __insertion_sort (entry.node_id[0], entry.node_id[16]); The length is only 4. One issue is that we don't reduce: D.8167 = entry.node_id[0] + (unsigned int) num_side_vert * 4; if (entry.node_id[0] != D.8167)

[Bug fortran/37131] inline matmul for small matrix sizes

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-16 22:55 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37089] rvalue/lvalue reference collapsing not performed in error ouput thus printing

2008-08-16 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2008-08-16 22:55 --- The below does compile (with -std=c++0x of course) and indeed the triple ampersand is there. #include utility template class T void f(T a, bool); templateclass T void f(T a){

[Bug libfortran/37123] [4.4 Regression] libfortran failed to build

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37123

[Bug tree-optimization/36953] [4.2 Regression] Optimizer generates faulty assembler code when estimating max. floating point value in a for loop

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||wrong-code Summary|Optimizer generates faulty |[4.2

[Bug tree-optimization/36953] [4.2 Regression] Optimizer generates faulty assembler code when estimating max. floating point value in a for loop

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-08-16 23:05 --- Can you try 4.2.4? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36953

[Bug target/36972] Redundant creation of stack frame on spu-gcc

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-16 23:06 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37005] [4.4 Regression] GNAT Bug Box for cd2a24e.adb:37 at tree-vrp.c:392

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|---

[Bug target/37061] [4.4 Regression] Build fails with REGISTER_TARGET_PRAGMAS redefined

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Summary|Build fails with|[4.4

[Bug classpath/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)

2008-08-16 Thread gnu_andrew at member dot fsf dot org
--- Comment #9 from gnu_andrew at member dot fsf dot org 2008-08-16 23:14 --- Fix for 0.98; check gjdoc version in configure. -- gnu_andrew at member dot fsf dot org changed: What|Removed |Added

[Bug tree-optimization/35972] [4.4 Regression] load-PRE missed opportunities without SFTs

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-08-16 23:17 --- Note, SRA needs to be disabled for the testcase to show the issue. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29363] [4.2/4.3/4.4 regression] ICE throwing undeclared object

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-08-16 23:20 --- This bug should never have been in the waiting state, waiting state is for waiting on information from the reporter and not another developer. -- pinskia at gcc dot gnu dot org changed: What

[Bug c++/29363] [4.2/4.3/4.4 regression] ICE throwing undeclared object

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-08-16 23:21 --- Also this seems like this should be a P4 or lower as it is an error recovery issue. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34856] [4.2/4.3 Regression] ICE with some constant vectors

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #30 from pinskia at gcc dot gnu dot org 2008-08-16 23:31 --- This was fixed for PPC between: -LAST_UPDATED: Mon Jun 23 19:12:32 UTC 2008 (revision 137049) +LAST_UPDATED: Tue Jul 8 16:22:03 UTC 2008 (revision 137638) I don't have any closer date though. So this is no

[Bug c++/36846] ICE with variadic templates partial specialisation

2008-08-16 Thread tristan at wibberley dot org
--- Comment #1 from tristan at wibberley dot org 2008-08-16 23:34 --- fail.cc: In instantiation of ‘pairspairint, int, pairint, int ’: fail.cc:14: instantiated from here fail.cc:10: error: mismatched argument pack lengths while expanding ‘pairAS, BS’ fail.cc: In instantiation of

[Bug bootstrap/36908] [4.4 Regression] bootstrap forever with BOOT_CFLAGS=-O2 -ftree-loop-distribution

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-16 23:36 --- I don't see why this is a P1, -ftree-loop-distribution is not enabled default at all. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/35518] [4.4 Regression] FAIL: gcc.c-torture/execute/20040709-1.c execution at -O2 and above

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #27 from pinskia at gcc dot gnu dot org 2008-08-16 23:41 --- Fixed for spu between: -LAST_UPDATED: Thu May 8 15:05:11 UTC 2008 (revision 135088) +LAST_UPDATED: Sun Jun 29 21:32:49 UTC 2008 (revision 137266) And for PPC (with the cost change); -LAST_UPDATED: Mon Jun 23

[Bug c++/36921] [4.3/4.4 Regression] comparsion does not have mathematical meaning is not correct

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/36897] [4.2/4.3/4.4 Regression] ICE with function pointer template parameter

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-17 00:04 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug fortran/36931] unneeded temporary for array intrinsic binop scalar

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36931

[Bug fortran/36932] unneeded temporary (2x)

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36932

[Bug fortran/36933] unneeded temporary with derived type containing an array as argument

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36933

[Bug fortran/36935] unneeded temporary for array constructor

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36935

[Bug middle-end/36900] ICE: in propagate_one_insn, at flow.c:1734

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-08-17 00:07 --- This is fixed for 4.3.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/36944] [4.4 Regression]: Revision 138123 breaks constructors with default arguments

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36944

[Bug bootstrap/36907] [4.4 Regression]: Gcc failed to bootstrap

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36907

[Bug tree-optimization/36926] [4.4 Regression] Revision 138092 breaks building of xalancbmk

2008-08-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36926

[Bug c++/36883] Overeager ADL again

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-17 00:16 --- I think the issue is we don't disquish between an empty overloaded set and one that needs to be looked up later. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36883

[Bug target/37137] unrecognized command line option -minterlink-mips16

2008-08-16 Thread michael dot a dot richmond at nasa dot gov
--- Comment #2 from michael dot a dot richmond at nasa dot gov 2008-08-17 00:21 --- (In reply to comment #1) Hmm, what version of GCC are you starting with? [EMAIL PROTECTED]:~$ gcc -v Using built-in specs. Target: mips-linux-gnu Configured with: ../src/configure -v

[Bug c++/37142] New: [4.2/4.3 Regression] ICE: in dependent_type_p, at cp/pt.c:15585

2008-08-16 Thread annan dot h at gmail dot com
g++ version information: works on g++-4.1 (GCC) 4.1.3 20080308 (prerelease) (Ubuntu 4.1.2-21ubuntu1) Comeau 4.3.10.1 icc 10.1 fails to work on g++ (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7) g++ (Ubuntu 20080404-0ubuntu1) 4.3.1 20080404 (prerelease) [gcc-4_3-branch revision 133917] g++

[Bug c++/37142] [4.2/4.3 Regression] ICE: in dependent_type_p, at cp/pt.c:15585

2008-08-16 Thread annan dot h at gmail dot com
--- Comment #1 from annan dot h at gmail dot com 2008-08-17 03:37 --- Created an attachment (id=16078) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16078action=view) The preprocessor output This is the complete output from the 4.3.2 2008-08-14 snapshot compiler: [EMAIL