[Bug c++/17456] [3.3 regression] ICE when brackets missing from member function call

2004-12-17 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-18 00:00 --- Testing patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug c/18809] ICE after a couple of errors with a simple invalid C code

2004-12-17 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-18 00:02 --- It's indeed not a regression. Testing patch. -- What|Removed |Added

[Bug middle-end/18548] [4.0 Regression] Miscompiles code generated by Gambit-C Scheme-C compiler

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 00:02 --- Here is at least a testcase for the MAX_EXPR problem: Compile with -O0, works, compiling with -O2 -fno-tree-lrs does not. long fff[10]; long f(long a, long b) { long crcc = b; long d = *((int*)(a+1));

[Bug target/19061] IA64 GCC pointer confusion results in optimization error

2004-12-17 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-12-18 00:12 --- The program is correct, because you are still accessing a MGS object through a MGS pointer, so GCC should not segfault here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19061

[Bug middle-end/18191] [4.0 Regression] Struct member is not getting default-initialized

2004-12-17 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-18 00:22 --- Posted a patch: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01322.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18191

[Bug middle-end/18999] gimplify_init_ctor_eval does not support RANGE_EXPRs

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 00:24 --- Note the fixed up patch is here with the fix for 18191 also: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01322.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18999

[Bug middle-end/18999] gimplify_init_ctor_eval does not support RANGE_EXPRs

2004-12-17 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-18 00:30 --- My patch for Bug 18191 includes Andrew's patch for this bug. -- What|Removed |Added

[Bug middle-end/18548] [4.0 Regression] Miscompiles code generated by Gambit-C Scheme-C compiler

2004-12-17 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-12-18 00:33 --- Andrew, your testcase is invalid. You cannot access a variable of long type through a pointer to int. I know the original code disables strict aliasing, but I did not test if your testcase also aborts with

[Bug libfortran/19064] New: runtime error when reading complex*16 using formatted I/O

2004-12-17 Thread rmunk at quake dot stanford dot edu
gives: Reading specs from /auto/home0/rmunk/temp_gfortran/irun/bin/../lib/gcc/i686-pc-linux-gnu/4.0.0/specs Configured with: ../gcc/configure --enable-languages=c,f95 --prefix=/usr/work/2004352/irun Thread model: posix gcc version 4.0.0 20041217 (experimental) Best regards, Rasmus Munk Larsen

[Bug middle-end/18548] [4.0 Regression] Miscompiles code generated by Gambit-C Scheme-C compiler

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 00:38 --- (In reply to comment #6) Andrew, your testcase is invalid. You cannot access a variable of long type through a pointer to int. I know the original code disables strict aliasing, but I did not test if

[Bug target/19065] New: Make CRIS asms autoincrement-safe

2004-12-17 Thread hp at gcc dot gnu dot org
This is a FIXME that I need to free a constraint letter (probably the existing R) as a constraint for (MEM reg), or more to the point, a side-effect-free memory constraint: the libstdc++ asms are buggy and could get autoincrement. Actually, there should be a generic constraint letter for that:

[Bug target/19065] Make CRIS libstdc++ asms autoincrement-safe

2004-12-17 Thread hp at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00

[Bug target/18916] [4.0 Regression] mis-aligned vector code with copy memory (-maltivec)

2004-12-17 Thread fjahanian at apple dot com
--- Additional Comments From fjahanian at apple dot com 2004-12-18 00:43 --- Followin patch fixes the alignment problem. But it cannot be applied because it breaks ABI compatibilty. A possible solution is to relax alignment of the type in question (with alignment of 128) to that of

[Bug c++/19044] Alternate asm name for atan ignored when calling __builtin_atan

2004-12-17 Thread austern at apple dot com
--- Additional Comments From austern at apple dot com 2004-12-18 01:17 --- The code in the C front end that handles this is in finish_decl, in c-decl.c: if (TREE_CODE (decl) == FUNCTION_DECL asmspec) { if (DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL) {

[Bug target/18371] [3.4/4.0 Regression] array subscript out of range in gcc sources

2004-12-17 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-18 01:28 --- Obvious patch posted here: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01328.html This is not a wrong-code bug. At worst it will crash the compiler, but probably it just works by luck, because of

[Bug c++/17456] [3.3 regression] ICE when brackets missing from member function call

2004-12-17 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-18 01:36 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01329.html -- What|Removed |Added

[Bug target/18916] [4.0 Regression] mis-aligned vector code with copy memory (-maltivec)

2004-12-17 Thread fjahanian at apple dot com
--- Additional Comments From fjahanian at apple dot com 2004-12-18 01:46 --- And this is the patch that I had in mind. Can this break ABI compatibily? My limited testing shows that it does not. Index: rs6000.c === RCS

[Bug java/19066] New: the URL and URLConnection class should be enhanced

2004-12-17 Thread zhsoft88 at sohu dot com
1. create B.java: import java.io.*; import java.net.*; public class B { public static void main(String[] args) { URL javacodingURL = null; try { javacodingURL = new URL(args[0]); System.out.println(protocol = + javacodingURL.getProtocol()); System.out.println(host = +

[Bug libgcj/19066] the URL and URLConnection class should be enhanced

2004-12-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|java|libgcj http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19066

[Bug libgcj/19066] the URL and URLConnection class should be enhanced

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 02:29 --- This is a dup of bug 14009 which is fixed on the mainline. *** This bug has been marked as a duplicate of 14009 *** -- What|Removed |Added

[Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 02:29 --- *** Bug 19066 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug other/17543] #pragma weak undocumented

2004-12-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |other Keywords||documentation Last reconfirmed|2004-09-18 01:21:22

[Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 03:43 --- Does this happen in 3.4.3? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17471

[Bug libfortran/19064] runtime error when reading complex*16 using formatted I/O

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 03:48 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/19050] [4.0 Regression] optimization bug in 4.0-20041212 snapshot

2004-12-17 Thread jasonp at boo dot net
--- Additional Comments From jasonp at boo dot net 2004-12-18 03:48 --- (In reply to comment #1) I could reproduce it with 20041208 but with 20041214 it is fixed, can you test a newer GCC? Latest CVS works fine. Ticket can close. --

[Bug tree-optimization/19050] [4.0 Regression] optimization bug in 4.0-20041212 snapshot

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 03:50 --- Thanks for testing, closing as fixed. -- What|Removed |Added Status|WAITING

[Bug target/19051] m6811-elf-gcc ICE

2004-12-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||3.4.4 4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19051

[Bug c++/19004] [3.4/4.0 regression] ICE in uses_template_parms at cp/pt.c:4860

2004-12-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19004

[Bug rtl-optimization/8361] [3.3/3.4/4.0 regression] C++ compile-time performance regression

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 04:13 --- (In reply to comment #39) Here is the current results for 3.3.2 vs the mainline: Now I am getting results that -O3 is faster than -O2, that is not right. --

[Bug bootstrap/18972] Regression: bootstrap failure of gcc-4.0-20041212 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1): Bootstrap comparison failure

2004-12-17 Thread lars dot sonchocky-helldorf at hamburg dot de
--- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2004-12-18 05:18 --- (In reply to comment #6) (In reply to comment #5) Indeed a Heisenbug: Does anyone know how I could disassemble those .o files to get something more human readable? Use otool.

[Bug bootstrap/18972] Regression: bootstrap failure of gcc-4.0-20041212 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1): Bootstrap comparison failure

2004-12-17 Thread lars dot sonchocky-helldorf at hamburg dot de
--- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2004-12-18 05:20 --- Created an attachment (id=7774) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7774action=view) reload.o of stage2 mangled through otool --

[Bug bootstrap/18972] Regression: bootstrap failure of gcc-4.0-20041212 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1): Bootstrap comparison failure

2004-12-17 Thread lars dot sonchocky-helldorf at hamburg dot de
--- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2004-12-18 05:21 --- Created an attachment (id=7775) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7775action=view) reload.o of stage3 mangled through otool --

[Bug bootstrap/18972] Regression: bootstrap failure of gcc-4.0-20041212 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1): Bootstrap comparison failure

2004-12-17 Thread lars dot sonchocky-helldorf at hamburg dot de
--- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2004-12-18 05:22 --- Created an attachment (id=7776) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7776action=view) diff between stage2 and stage3 reload.o otool -tV output --

[Bug bootstrap/18972] Regression: bootstrap failure of gcc-4.0-20041212 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1): Bootstrap comparison failure

2004-12-17 Thread lars dot sonchocky-helldorf at hamburg dot de
--- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2004-12-18 05:38 --- please note (I might not have stated this clearly enough in comment #4): the bootstrap doesn't fail if: '-fomit-frame-pointer' is omitted (by specifying BOOT_CFLAGS=-O2 -g instead of

[Bug middle-end/18897] [4.0 Regression] /usr/ccs/bin/ld: Unsatisfied symbols: putchar (first referenced in build/gengenrtl.o) (data)

2004-12-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-18 06:38 --- Subject: Bug 18897 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-18 06:38:26 Modified files: gcc: ChangeLog toplev.c Log message:

[Bug middle-end/18897] [4.0 Regression] /usr/ccs/bin/ld: Unsatisfied symbols: putchar (first referenced in build/gengenrtl.o) (data)

2004-12-17 Thread zack at gcc dot gnu dot org
--- Additional Comments From zack at gcc dot gnu dot org 2004-12-18 06:42 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug target/19046] [4.0 Regression] MOVE_RATIO should be tweaked on ppc

2004-12-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|[4.0 Regression] MOVE_RATIO |[4.0 Regression] MOVE_RATIO |should be tweaked |should be tweaked on ppc

[Bug target/18863] [4.0 Regression] ICE in find_reloads

2004-12-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Priority|P2 |P3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18863

[Bug rtl-optimization/16968] [3.4 Regression] loop optimizer miscompilation

2004-12-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-18 07:55 --- Subject: Bug 16968 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-18 07:55:42 Modified files: gcc: ChangeLog loop.c

[Bug rtl-optimization/16968] [3.4 Regression] loop optimizer miscompilation

2004-12-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-18 07:58 --- Subject: Bug 16968 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-12-18 07:58:12 Modified files: gcc:

<    1   2