[Bug c/23161] Labels and empty statement warnings

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 06:07 --- Subject: Bug 23161 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 06:07:07 Modified files: gcc:

[Bug c/23165] [4.0 regression] ICE with -W

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 06:07 --- Subject: Bug 23165 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 06:07:07 Modified files: gcc:

[Bug c/23161] Labels and empty statement warnings

2005-09-06 Thread phython at gcc dot gnu dot org
-- Bug 23161 depends on bug 23165, which changed state. Bug 23165 Summary: [4.0 regression] ICE with -W http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23165 What|Old Value |New Value

[Bug c/23165] [4.0 regression] ICE with -W

2005-09-06 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-09-06 06:10 --- Fixed on the 4.0 branch. -- What|Removed |Added Status|ASSIGNED

[Bug c/23161] Labels and empty statement warnings

2005-09-06 Thread phython at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.1.0 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23161

[Bug ada/20548] [4.1 Regression] ACATS c52103x c52104x c52104y segfault at runtime on x86_64

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 06:16 --- -fstack-check doesn't seem to cure the problem, any idea? Does it not at least prevent the segmentation faults? Recovering from a STORAGE_ERROR is another story and doesn't work very well with the FSF

[Bug c++/23748] New: token pasting does not seem to work

2005-09-06 Thread compi at freemail dot hu
g++ -c gives error for the following code: class listitem { public: int m_i; listitem *m_next; void setint( int i ); }; #define ITERATE(item,whattocall,value) \ do \ { \ item-##whattocall(value); \ item=item-m_next; \ } while( 0

[Bug rtl-optimization/23726] Missed optimizations for divmod

2005-09-06 Thread bjoern dot m dot haase at web dot de
--- Additional Comments From bjoern dot m dot haase at web dot de 2005-09-06 07:52 --- Do you know of any doc on how libcall block RTL is supposed to look like (except from e.g. code reading optabs.c)? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23726

[Bug c++/23748] token pasting does not seem to work

2005-09-06 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-09-06 08:04 --- (In reply to comment #0) macro.cc:24:1: error: pasting - and setint does not give a valid preprocessing token That's a correct error message. You don't need the ## here, just leave it off. -- What

[Bug middle-end/21460] sjlj_emit_function_enter adds rtl to wrong block

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 08:09 --- Subject: Bug 21460 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 08:09:44 Modified files: gcc:

[Bug middle-end/19183] [3.4 Regression] ICE with -fPIC

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:24 --- Not really working on this. -- What|Removed |Added CC|

[Bug ada/21937] [4.0/4.1 Regression] Member record alignment triggers an ICE

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:26 --- Same problem on mainline. -- What|Removed |Added GCC build triplet|i386-linux-gnu

[Bug middle-end/21460] sjlj_emit_function_enter adds rtl to wrong block

2005-09-06 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-06 08:28 --- Fixed -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/14997] ncurses build fails with Ada

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:29 --- Recategorizing. -- What|Removed |Added Component|ada

[Bug ada/22328] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:31 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug ada/22381] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:32 --- Investigating. -- What|Removed |Added AssignedTo|bosch at gcc dot gnu dot

[Bug ada/22383] ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:32 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug ada/22418] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:33 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug ada/22419] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:33 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug ada/22420] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 08:34 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug rtl-optimization/23098] [3.4/4.0/4.1 Regression] store of 0.0 to float

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 08:53 --- Subject: Bug 23098 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 08:53:12 Modified files: gcc: ChangeLog cse.c rtl.h simplify-rtx.c

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 08:55 --- Subject: Bug 23056 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 08:55:37 Modified files: gcc/cp : ChangeLog gcc/testsuite :

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 09:13 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/23747] ICE with -O2, -O3 execute/builtins/memcpy-chk.c

2005-09-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target Keywords||ice-on-valid-code

[Bug rtl-optimization/23098] [4.1 Regression] store of 0.0 to float

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 09:41 --- This is now only a regression on the mainline on powerpc which still have the orginal code gen I was complaining about. -- What|Removed |Added

[Bug rtl-optimization/23098] [4.1 Regression] store of 0.0 to float

2005-09-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23098

[Bug c++/18738] [3.4 Regression] typename not allowed with non-dependent qualified name

2005-09-06 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-06 10:41 --- Taking care of the backport to the 3.4 branch. -- What|Removed |Added

[Bug c++/23749] New: Bad diagnostic

2005-09-06 Thread igodard at pacbell dot net
typedef int xxx; class foo {} typedef xxx a; gets you: ~/ootbc/members/src$ g++ foo.cc foo.cc:4: error: `xxx' does not name a type -- Summary: Bad diagnostic Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug middle-end/22207] Spurious 'might be used uninitialized' warnings in STL headers with -O2

2005-09-06 Thread dave dot korn at artimi dot com
-- What|Removed |Added CC||dave dot korn at artimi dot ||com

[Bug middle-end/22207] Spurious 'might be used uninitialized' warnings in STL headers with -O2

2005-09-06 Thread james at juranfamily dot org
-- What|Removed |Added CC||james at juranfamily dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22207

[Bug ada/22285] __gnat_is_absolute_path: Segmentation fault

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 12:08 --- Do you still see the problem ? Note that from the code, a null pointer can never be passed to the C routine, so it has to be a codegen problem, if still present. Arno --

[Bug ada/22500] Bug box when using -gnatwa

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 12:12 --- Seems to be working fine with current sources. Arno -- What|Removed |Added

[Bug ada/15663] Assert_Failure on invalid 'Class reference to a non tagged type

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 12:21 --- Works fine for me on mainline, producing error message instead of bug box. Arno -- What|Removed |Added

[Bug ada/22251] Bug box in Ada compiler: Assert_Failure sinfo.adb:2479, Error detected at test.adb:12:16

2005-09-06 Thread charlet at gcc dot gnu dot org
-- Bug 22251 depends on bug 15663, which changed state. Bug 15663 Summary: Assert_Failure on invalid 'Class reference to a non tagged type http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15663 What|Old Value |New Value

[Bug ada/22500] Bug box when using -gnatwa

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 12:24 --- Ooops, I tested with a compiler tested with assertions turned off, I still get a bug box with assertions enabled, so reopening. Arno -- What|Removed |Added

[Bug ada/22251] Bug box in Ada compiler: Assert_Failure sinfo.adb:2479, Error detected at test.adb:12:16

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 12:31 --- Removing dependency on 15663, since the two issues are not related: 15663 has to do with use of 'Class on a non tagged type, which is unrelated to 22251 which contains no such construct. Arno --

[Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL

2005-09-06 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238

[Bug classpath/23183] SimpleDateFormat fails to render '' as single quotes

2005-09-06 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-06 12:57 --- Fixed checked in GNu Classpath, which will be released with 0.18. -- What|Removed |Added

[Bug rtl-optimization/23726] Missed optimizations for divmod

2005-09-06 Thread bjoern dot m dot haase at web dot de
--- Additional Comments From bjoern dot m dot haase at web dot de 2005-09-06 12:59 --- I have done some code reading now and come to the following conclusion: When having an expanded sequence that provides one single result, libcall blocks are an appropriate method for making sure

[Bug awt/21660] FileDialog.SAVE broken

2005-09-06 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21660

[Bug awt/20782] jawt assertion failure

2005-09-06 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20782

[Bug awt/20014] BufferedImage.getGraphics() aborts

2005-09-06 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20014

[Bug ada/23750] New: Suggest using a more standard soname for libgnat

2005-09-06 Thread ludovic dot brenta at insalien dot org
The soname for libgnat and libgnarl are currently libgnat-4.0.so and libgnarl-4.0.so, respectively. Starting with 4.1, I suggest using a naming scheme that is more in line with Unix tradition and standards, i.e. libgnat.so.4.1 and libgnarl.so.4.1. The minor version number should be part of the

[Bug ada/23750] Suggest using a more standard soname for libgnat

2005-09-06 Thread ludovic dot brenta at insalien dot org
-- What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23750

[Bug swing/22150] BasicTreeUI Implementation

2005-09-06 Thread langel at redhat dot com
--- Additional Comments From langel at redhat dot com 2005-09-06 13:26 --- Completed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ada/21338] gcc with -c -gnatc and -gnatt generates Stack Overflow

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 13:27 --- Works fine for me on mainline, seems to be fixed. Arno -- What|Removed |Added

[Bug ada/20596] Bug Box, combination of Ada 2005, dotted notation, Hash_Maps, and Unbounded_String

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 13:32 --- Now works fine on mainline. Arno -- What|Removed |Added Status|NEW

[Bug ada/15798] Bug box in Gigi, code=201, on legal program with tasking

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 13:36 --- Program has no semantic meaning, so lowering severity. -- What|Removed |Added

[Bug ada/23319] crash with interface as generic formal parameter

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:02 --- Not a regression: 4.0 simply did not support/recognize interfaces, so what you are getting is really ana Ada 95 error message. Code looks valid Ada 2005 at first sight, so removing keyword. Arno --

[Bug ada/22413] Cross build fails (multiple blank lines)

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:04 --- Probably a set up issue on your side. I would guess you are not using a consistent set of sources/native compiler. Arno -- What|Removed |Added

[Bug middle-end/19183] [3.4 Regression] ICE with -fPIC

2005-09-06 Thread ddavenpo at ball dot com
--- Additional Comments From ddavenpo at ball dot com 2005-09-06 14:07 --- Subject: Re: [3.4 Regression] ICE with -fPIC No kidding. On Sep 6, 2005, at 2:24 AM, ebotcazou at gcc dot gnu dot org wrote: --- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06

[Bug ada/22387] GCC Ada compiler crash

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:08 --- I agree that this is not a regression. If you could put less generic summary line, that would be really helpful. Imagine that everyone getting a compiler crash used the same summary: things would get very

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 14:21 --- Subject: Bug 23662 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 14:21:25 Modified files: boehm-gc :

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 14:22 --- Subject: Bug 23662 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 14:22:01 Modified files: boehm-gc : ChangeLog

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-06 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-06 14:23 --- Fix checked in to 4.0 branch and trunk. -- What|Removed |Added

[Bug ada/15604] Ambiguous aggregate -- Accepts invalid

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:34 --- Pathological case, so changing severity. -- What|Removed |Added Severity|normal

[Bug ada/23427] latent bug with array type size check

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:42 --- Patch looks good to me (and you should be able to test Ada now). The code is there on unexpected cases anyway, so it's not surprising that it is hard or even maybe impossible to trigger it. Arno --

[Bug c++/9782] [4.0/4.1 Regression] constructor not called on higher-dimensional arrays of template types

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 14:55 --- Subject: Bug 9782 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 14:55:06 Modified files: gcc/testsuite : ChangeLog gcc/cp :

[Bug c++/9782] [4.0/4.1 Regression] constructor not called on higher-dimensional arrays of template types

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 15:01 --- Subject: Bug 9782 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 15:01:04 Modified files: gcc/testsuite :

[Bug c++/9782] [4.0/4.1 Regression] constructor not called on higher-dimensional arrays of template types

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 15:04 --- Fixed in 4.0.2. -- What|Removed |Added Status|ASSIGNED

[Bug c++/23636] [4.0/4.1 Regression] crashes on ThreadWeaver compilation

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 15:15 --- *** This bug has been marked as a duplicate of 21440 *** -- What|Removed |Added

[Bug c++/21440] [4.0/4.1 Regression] ICE with statement-as-expression

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 15:15 --- *** Bug 23636 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/18738] [3.4 Regression] typename not allowed with non-dependent qualified name

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 15:25 --- Subject: Bug 18738 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-06 15:25:13 Modified files: gcc/cp :

[Bug c++/18738] [3.4 Regression] typename not allowed with non-dependent qualified name

2005-09-06 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-06 15:27 --- Fixed also on the 3.4 branch. -- What|Removed |Added Status|ASSIGNED

[Bug c++/19253] [3.4/4.0/4.1 regression] bad error message / ICE for invalid template parameter

2005-09-06 Thread reichelt at gcc dot gnu dot org
-- Bug 19253 depends on bug 18738, which changed state. Bug 18738 Summary: [3.4 Regression] typename not allowed with non-dependent qualified name http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18738 What|Old Value |New Value

[Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 15:29 --- The problem behind both diagnostics fact that the C++ front-end pre-lexes the entire source file. As a result, the lexing routines, which depends on the setting of pedantic to determine whether or not to

[Bug libfortran/23265] [mingw32] Error in floating point output with BN edit descriptor

2005-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-06 15:37 --- This bug is due to the sprintf-patch for mingw, not yet commited into mainline. Closing this, and I will submit a corrected patch. -- What|Removed |Added

[Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs

2005-09-06 Thread fxcoudert at gcc dot gnu dot org
-- Bug 23261 depends on bug 23265, which changed state. Bug 23265 Summary: [mingw32] Error in floating point output with BN edit descriptor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23265 What|Old Value |New Value

[Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-09-06 15:42 --- Subject: Re: [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code On Tue, 6 Sep 2005, mmitchel at gcc dot gnu dot org wrote: The problem behind both diagnostics fact that the C++

[Bug preprocessor/23751] New: cpp -P emits two newlines

2005-09-06 Thread johann dot glaser at gmx dot at
The proeprocessor now emits two senseless newlines when used with the '-P' option. Reproduce: $ cpp -P asdfasdf ^D asdfasdf $ Versions prior to 4.0.1 didn't emit these two newlines. Probably 4.0.0. also didn't, but I can't test that here. The following verisions don't have this bug:

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 15:50 --- Why do you think this is a bug, really cpp can emit many different things with -P, -P just makes not emitting the line markers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23751

[Bug middle-end/19183] [3.4 Regression] ICE with -fPIC

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 15:53 --- No kidding. I guess you can probably refrain from posting such a comment. I think it should be possible to work around the problem by using renaming constructs. --

[Bug fortran/19269] transpose(reshape(...)) of character array segfaults.

2005-09-06 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-06 15:54 --- There seem to be two problems here. First, gfc_simplify_reshape doesn't set the result's typespec correctly (it doesn't include a character length). Second, we're passing character lengths to the

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread johann dot glaser at gmx dot at
--- Additional Comments From johann dot glaser at gmx dot at 2005-09-06 15:59 --- Sure, but without -P no additional newlines are printed, so these two are clearly to much. Since cpp is often used for other things than C preprocessing, newlines are annoying or even kill tools relying

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 16:01 --- Subject: Bug 23739 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 16:01:32 Modified files: libjava: ChangeLog jni.cc link.cc prims.cc

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 16:03 --- Subject: Bug 23739 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 16:03:12 Modified files: libjava:

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-06 16:04 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED

Re: [Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread Gabriel Dos Reis
mmitchel at gcc dot gnu dot org [EMAIL PROTECTED] writes: | The problem behind both diagnostics fact that the C++ front-end pre-lexes the | entire source file. As a result, the lexing routines, which depends on the | setting of pedantic to determine whether or not to issue errors, are | called

[Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-09-06 16:12 --- Subject: Re: [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code mmitchel at gcc dot gnu dot org [EMAIL PROTECTED] writes: | The problem behind both diagnostics fact that the C++

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-09-06 16:14 --- cpp is barely the right tool for processing something that cannot tolerate extra whitespace. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23751

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-06 17:21 --- Well, I don't know what went wrong here, but: it works for me, with the 2005-08-05 binaries (downloaded the installer, etc.) Moreover, as the source of the binaries, I checked my config.h file, and it is

[Bug libfortran/23356] FLT_EVAL_METHOD not defined on openbsd3.4

2005-09-06 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-09-06 17:48 --- Andrew Pinski pointed out that the problem is due to the setting of USER_H in config/t-openbsd to an empty string. That is most likely incorrect. (The only other target which tries to set USER_H at all it

[Bug swing/20015] JMenu stays open but should not

2005-09-06 Thread langel at redhat dot com
--- Additional Comments From langel at redhat dot com 2005-09-06 18:40 --- fixed -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/22207] Spurious 'might be used uninitialized' warnings in STL headers with -O2

2005-09-06 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-09-06 18:59 --- Confirmed that this happens with 3.4 for the i686-pc-cygwin target, though not for the i686-pc-linux-gnu target. It is fixed in current mainline for both targets. -- What|Removed

[Bug fortran/23677] -fno-automatic does not accept legal save statements

2005-09-06 Thread dir at lanl dot gov
Using built-in specs. Target: powerpc-apple-darwin7.9.0 Configured with: ./configure --prefix=/Users/dir/gfortran --enable-languages=c,f95 Thread model: posix gcc version 4.1.0 20050906 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23677

[Bug fortran/23677] -fno-automatic does not accept legal save statements

2005-09-06 Thread dir at lanl dot gov
-- What|Removed |Added CC||dir at lanl dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23677

[Bug rtl-optimization/23098] [4.1 Regression] store of 0.0 to float

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:39 --- Subject: Bug 23098 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 19:38:59 Modified files: gcc/testsuite : ChangeLog

[Bug rtl-optimization/23098] [4.1 Regression] store of 0.0 to float

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:45 --- Subject: Bug 23098 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 19:44:45 Modified files: gcc:

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:46 --- Subject: Bug 23056 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 19:46:41 Modified files: gcc/cp :

[Bug middle-end/14997] ncurses build fails with Ada

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:47 --- Subject: Bug 14997 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 19:47:09 Modified files: gcc: ChangeLog expr.c Log message:

[Bug middle-end/14997] ncurses build fails with Ada

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 19:50 --- See http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00324.html -- What|Removed |Added

[Bug target/22362] [3.4/4.0/4.1 Regression] static function calls and global register variables

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:58 --- Subject: Bug 22362 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 19:57:57 Modified files: gcc: ChangeLog gcc/config/i386:

[Bug target/22362] [3.4/4.0/4.1 Regression] static function calls and global register variables

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 20:03 --- Subject: Bug 22362 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 20:03:28 Modified files: gcc:

[Bug c/23075] [4.0/4.1 Regression] Redundant / bogus warning

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 20:07 --- Subject: Bug 23075 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 20:07:13 Modified files: gcc: ChangeLog c-typeck.c tree-cfg.c

[Bug c/23075] [4.0/4.1 Regression] Redundant / bogus warning

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 20:11 --- Subject: Bug 23075 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 20:11:09 Modified files: gcc:

[Bug target/22362] [3.4 Regression] static function calls and global register variables

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 20:13 --- Still a latent bug/regression on the 3.4 branch. -- What|Removed |Added Known to fail|

[Bug c/23075] [4.0/4.1 Regression] Redundant / bogus warning

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 20:14 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug java/23754] New: 4.1 ICE: tree check error in check_inner_circular_reference

2005-09-06 Thread wmahan at gmail dot com
With certain invalid code, the 4.1 branch of gcj produces an ICE after giving the correct error message. For example: $ cat T5.java final class T6 { } class T5 extends T6 { } $ gcj -C T5.java T5.java:3: error: Can't subclass final classes: T6. class T5 extends T6 { ^

[Bug middle-end/23741] Segfault 3.4.3-3.4.4/4.1.0-beta in insn_default_latency

2005-09-06 Thread spamfuckers at wp dot pl
--- Additional Comments From spamfuckers at wp dot pl 2005-09-06 20:26 --- ok, i've checked it on Slamd64 using GCC 3.4.4 to compile GCC 3.4.4 (without any extra patches) and it also SegFaults on insn_attrtab, so it doesn't look like gentoo fault. i can provide preprocessed sources

[Bug c++/23755] New: template class inheritance

2005-09-06 Thread compi at freemail dot hu
Inheritance in template classes seems to have a critical bug. The compliler fails to find both inherited functions and inherited member variables. The attached code is compiling fine in gcc-3.3 [g++-3.3 (GCC) 3.3.6 (Debian 1:3.3.6-9)]. g++-4.0 -o main main.cpp temp_child.h: In member function

  1   2   >