[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-21 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-21 07:53 --- Just for the record: The trouble with casting between pointer-to-function and void* has been resolved by Nathan's patch http://gcc.gnu.org/ml/gcc-cvs/2004-10/msg01199.html The trouble with mmintrin.h rema

[Bug c++/18095] New: [4.0 regression] ICE in cp_lexer_consume_token on missing ";"

2004-10-21 Thread reichelt at gcc dot gnu dot org
The following testcases cause an ICE on mainline: struct A struct A {} The error message is nase.cc:1: internal compiler error: in cp_lexer_consume_token, at cp/parser.c:547 Please submit a full bug report, [etc

[Bug c/18096] New: internal compiler error: in final_scan_insn, at final.c:2429

2004-10-21 Thread lu_zero at gentoo dot org
the trigger of the issue is part of openmotif (luckly is a optional little component, and that's why nobody found it out before, openmotif itself builds fine and the componente failure won't even break the buildchain), preprocessed source and source follows built it with gcc -O2 -pipe -mcpu=745

[Bug c++/18094] Failure to specialize function

2004-10-21 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-21 08:40 --- You need to write "mapped_type" instead of "data_type". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18094

[Bug c/18096] internal compiler error: in final_scan_insn, at final.c:2429

2004-10-21 Thread lu_zero at gentoo dot org
--- Additional Comments From lu_zero at gentoo dot org 2004-10-21 08:41 --- Created an attachment (id=7394) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7394&action=view) preprocessed sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18096

[Bug c/18096] internal compiler error: in final_scan_insn, at final.c:2429

2004-10-21 Thread lu_zero at gentoo dot org
--- Additional Comments From lu_zero at gentoo dot org 2004-10-21 08:46 --- Created an attachment (id=7395) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7395&action=view) sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18096

[Bug c++/18095] [4.0 regression] ICE in cp_lexer_consume_token on missing ";"

2004-10-21 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-10-21 09:05 --- undoubtably from my patch -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug c++/18095] [4.0 regression] ICE in cp_lexer_consume_token on missing ";"

2004-10-21 Thread reichelt at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18095

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-21 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2004-10-21 09:52 --- Aaron, I'm assigning the PR to you because it is very close to being fixed, and I think it is easier if it is assigned to the author of the patch. I hope you don't mind. PR17991 is still assigned to me and

[Bug target/18004] ICE in output_constant_pool_2 for aligned(1) float in struct

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 10:51 --- Subject: Bug 18004 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-21 10:51:31 Modified files: gcc: expmed.c ChangeLog Log message:

[Bug target/18004] [3.3/3.4 Regression] ICE in output_constant_pool_2 for aligned(1) float in struct

2004-10-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail|3.3.2 3.4.0 4.0.0 |3.3.2 3.4.0 Known to work||4.0.0 Summary|ICE in

[Bug middle-end/18096] internal compiler error: in final_scan_insn, at final.c:2429

2004-10-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |middle-end Keywords||ice-on-invalid-code Summary| internal co

[Bug middle-end/18096] internal compiler error: in final_scan_insn, at final.c:2429

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 11:34 --- Next time give the full error message plus the -v output. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18096

[Bug middle-end/18096] internal compiler error: in final_scan_insn, at final.c:2429

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 11:54 --- (insn:TI 2000 4 1999 (set (reg:SI 0 0) (const_int -2147487920 [0x7fffef50])) 303 {*movsi_internal1} (nil) (nil)) Here is the reduced source: void f(char*);voidmkcatdefs(char *fname) {

[Bug middle-end/18096] internal compiler error: in final_scan_insn, at final.c:2429

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 11:57 --- #ifndef NL_TEXTMAX #define NL_TEXTMAX 8192 #endif #define MAXLINELEN NL_TEXTMAX char line [MAXLINELEN]; Someone should fix the source not to do this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

[Bug c++/18097] New: Misleading diagnostic with ambiguous typedef

2004-10-21 Thread loose at astron dot nl
GCC generates a misleading diagnostic error with the following code: typedef unsigned int int_t; namespace N { typedef unsigned long int_t; } using namespace N; int main() { N::int_t nu; // OK. int_t u; // Undeclared? Ambiguous! } $ g++ -v -save-temps tNS.cc Reading specs from /home/

[Bug target/16009] [4.0 Regression] ICE in move_for_stack_reg, at reg-stack.c:1120

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 12:42 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/18097] Misleading diagnostic with ambiguous typedef

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 12:44 --- It is more than related it is a dup of that bug because the problems are the same. *** This bug has been marked as a duplicate of 12582 *** -- What|Removed |Added --

[Bug c++/12582] unhelpful message with ambiguous typedef

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 12:44 --- *** Bug 18097 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/16009] [4.0 Regression] ICE in move_for_stack_reg, at reg-stack.c:1120

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 12:47 --- It was fixed between: Search converges between 2004-09-02-trunk (#532) and 2004-09-04-trunk (#533). So it was most likely a dup of bug 15832. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16009

[Bug tree-optimization/18065] usual arithmetic conversion not applying correctly

2004-10-21 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-10-21 12:47 --- > And for what little it may be worth, for good or bad, the factual reality > is that there are 100's of times more small processors programmed and > deployed in products than there are 32+ bit processors, ther

[Bug rtl-optimization/16104] [3.4/4.0 regression] ICE in reload_cse_simplify_operands, at postreload.c:378 with SSE2 code on -O2

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 12:53 --- Note the example which Steven gave is wrong, you want the vector size to 8 not 2 as 2 says only 2 bytes not 8 bytes (64bits). Also If we use vector_size rather than mode, we don't crash: typedef int __m64

[Bug tree-optimization/18076] Missed jump threading optimization

2004-10-21 Thread dnovillo at gcc dot gnu dot org
-- What|Removed |Added CC|dnovillo at redhat dot com | AssignedTo|unassigned at gcc dot gnu |dnovillo at gcc dot gnu dot |dot org

[Bug libgcj/16481] Wrong stack trace in conjunction with custom ClassLoaders

2004-10-21 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2004-10-21 13:22 --- AFAICS it's the same bug as 18036. In any case, it now works correctly on the trunk i686-pc-linux-gnu. *** This bug has been marked as a duplicate of 18036 *** -- What|Removed

[Bug libgcj/18036] Bad interaction between interpreter and Class.forName()

2004-10-21 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2004-10-21 13:22 --- *** Bug 16481 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/18004] [3.3/3.4 Regression] ICE in output_constant_pool_2 for aligned(1) float in struct

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 13:31 --- Subject: Bug 18004 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-10-21 13:30:59 Modified files: gcc: Change

[Bug target/18004] [3.3 Regression] ICE in output_constant_pool_2 for aligned(1) float in struct

2004-10-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to work|4.0.0 |4.0.0 3.4.3 Summary|[3.3/3.4 Regression] ICE in |[3.3 Regression] ICE in |output_

[Bug java/12457] jc1 -femit-class-files without -fsyntax-only segfaults.

2004-10-21 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2004-10-21 13:37 --- I don't know that this is a bug at all. jc1 will do random weird things if invoked on the command line with random weird arguments. But jc1 should only be invoked in the way that the driver invokes it. If some

[Bug java/5537] Error compiling simple bytecode with jsr

2004-10-21 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2004-10-21 13:40 --- We're merging the new verifier on the gcj-abi-2-dev-branch. Once that is done, this bug should be fixed. -- What|Removed |Added -

[Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs

2004-10-21 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2004-10-21 13:41 --- *** This bug has been marked as a duplicate of 18036 *** -- What|Removed |Added Sta

[Bug libgcj/18036] Bad interaction between interpreter and Class.forName()

2004-10-21 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2004-10-21 13:42 --- *** Bug 13468 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18036

[Bug java/17574] [meta-bug] gcj and libgcj 4.0 tracking PR

2004-10-21 Thread aph at gcc dot gnu dot org
-- Bug 17574 depends on bug 13468, which changed state. Bug 13468 Summary: [4.0 Regression] interpret.cc should register ffi closure stubs http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13468 What|Old Value |New Value --

[Bug target/18004] [3.3 Regression] ICE in output_constant_pool_2 for aligned(1) float in struct

2004-10-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.3.5 |3.3.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18004

[Bug regression/16703] [4.0 Regression] g++ v4.0.0 produces slower code than v3.4.1 for loops.

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 14:32 --- Here is the results on powerpc-darwin for Apple's 3.3 and an almost new mainline: Machine Info kernel : 7.4.1 Tool Info Reading specs from /usr/libexec/gcc/dar

[Bug java/18091] Valgrind errors building libjava

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 14:38 --- Subject: Bug 18091 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-21 14:38:17 Modified files: gcc/java : jcf-parse.c ChangeLog Log message:

[Bug tree-optimization/17340] [4.0 Regression] Internal error compiling with -O3

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 14:50 --- On poweprc-darwin, I only get about a max of 225Megs used at -O3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17340

[Bug fortran/17927] Math error in simple divide operation

2004-10-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-21 15:25 --- We actually do have a warning for this: -Wconversion, which is currently not enabled with -Wall. I'm closing this bug, but if you are in favor of adding this warning to -Wall, Jerry, feel free to propose a patch

[Bug c++/13560] [3.3/3.4/4.0 regression] wrong file name in error message

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 16:14 --- Subject: Bug 13560 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-21 16:14:33 Modified files: gcc/cp : ChangeLog error.c Log message:

[Bug c++/13560] [3.3/3.4 regression] wrong file name in error message

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 16:16 --- Fixed on the mainline, I will post a back port soon. -- What|Removed |Added Summa

[Bug objc/17923] [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 16:30 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug objc/17923] [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 16:30 --- Subject: Bug 17923 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-21 16:30:03 Modified files: gcc: ChangeLog c-decl.c tree.c gc

[Bug c/17538] [4.0 Regression] Filename and IMA

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 16:31 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/17538] [4.0 Regression] Filename and IMA

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 16:32 --- Subject: Bug 17538 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-21 16:31:59 Modified files: gcc: ChangeLog c-opts.c Log message:

[Bug c++/18098] New: zero covarian return pointer adjustment results in segfault

2004-10-21 Thread boris at kolpackov dot net
$ cat >test.cxx struct base { }; struct derived : virtual base { }; struct base_parser { virtual base* top () = 0; }; struct derived_parser : virtual base_parser { virtual derived* top () { return 0; //return new derived; } }; int main () { base_parser* p = new derived

[Bug ada/18099] New: Incorrect rounding from floating point to integer

2004-10-21 Thread bosch at gcc dot gnu dot org
Ada requires conversion of floating-point to integer to round, with halfway cases rounded away from zero. This is implemented by adding 0.5 to the floating-point value and then truncating, as in regular C float to int conversion. However, this gives wrong semantics for the predecessor of 0.5,

[Bug ada/18099] Incorrect rounding from floating point to integer

2004-10-21 Thread bosch at gcc dot gnu dot org
--- Additional Comments From bosch at gcc dot gnu dot org 2004-10-21 17:04 --- Created an attachment (id=7396) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7396&action=view) Test case showing failure -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18099

[Bug ada/18099] Incorrect rounding from floating point to integer

2004-10-21 Thread bosch at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |200

[Bug c++/18098] zero covariant return pointer adjustment results in segfault

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 17:13 --- Confirmed, the problem is the thunk. -- What|Removed |Added Status|UNCONFIRMED

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2004-10-21 Thread dhazeghi at yahoo dot com
-- What|Removed |Added CC|dhazeghi at yahoo dot com | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17755

[Bug target/18010] bad unwind info due to multiple returns (missing epilogue)

2004-10-21 Thread davidm at hpl dot hp dot com
--- Additional Comments From davidm at hpl dot hp dot com 2004-10-21 18:03 --- OK, I tried this patch on the CVS gcc-3_4_branch (the 4.0 branch didn't work at all for me, even in it's pristine version). As you said, the patch does fix the bug I reported. In addition, the test-suites rep

[Bug target/18010] bad unwind info due to multiple returns (missing epilogue)

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 18:07 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/17966] a quadratic behavior in thread_jumps

2004-10-21 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2004-10-21 18:18 --- The quadratic behavior of thread_jumps has been solved, but still mainline is slower than 3.3 on this testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17966

[Bug fortran/18090] Valgrind errors while building libgfortran

2004-10-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-21 18:57 --- Adding Steve Kargl, as he converted gfortran to mpfr. -- What|Removed |Added CC|

[Bug fortran/18082] Excessively long compile time

2004-10-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-21 19:01 --- === subroutine FOO ( X ) character(len=*), intent(IN) :: X character(len=len(X)) :: C1 character(len=len(X)) :: C2 ! two lines C1 = '' C2 = '' end subroutine === doesn

[Bug fortran/18022] problem with structure and calling a function

2004-10-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-21 19:27 --- This looks like it's a dupe of 15553 *** This bug has been marked as a duplicate of 15553 *** -- What|Removed |Added

[Bug fortran/15553] Array copy operation produces garbage

2004-10-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-21 19:27 --- *** Bug 18022 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/18090] Valgrind errors while building libgfortran

2004-10-21 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2004-10-21 19:48 --- Tobi, I won't be able to look into this problem until late November. Yes, I'm still on a boat in the Gulf of Mexico. Valgrind's output suggests that the problem is within the MPFR library

[Bug c++/18098] zero covariant return pointer adjustment results in segfault

2004-10-21 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-10-21 20:13 --- BTW, this never worked: up to 3.3.x, gcc emits a sorry() because the necessary thunking abilities weren't in place. Since then the code compiles but the executable segfaults. W. -- What|Remov

[Bug c++/18100] New: [3.4/4.0 regression] template member with same name as class not rejected

2004-10-21 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet is accepted since gcc 3.4.0: struct A { template struct A {}; }; A::A<0> a; -- Summary: [3.4/4.0 regression] template member with same name as class not reject

[Bug c++/18100] [3.4/4.0 regression] template member with same name as class not rejected

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 21:02 --- : Search converges between 2004-02-01-trunk (#445) and 2004-03-01-trunk (#446). : Search converges between 2004-02-02-3.4 (#1) and 2004-03-01-3.4 (#2). A very recent (meaning close to right after 3.4 branc

[Bug tree-optimization/17340] [4.0 Regression] Internal error compiling with -O3

2004-10-21 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-10-21 21:04 --- I can confirm using >1GB peak memory, and a compile time >76 minutes, even with inline limit of 100. -- What|Removed |Added ---

[Bug tree-optimization/17340] [4.0 Regression] Internal error compiling with -O3

2004-10-21 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|NEW

[Bug c++/18101] New: invalid declaration in struct not rejected

2004-10-21 Thread reichelt at gcc dot gnu dot org
The following (IMHO invalid) code snippet is accepted since 2.95.x: == struct A; struct B { struct ::A; }; == -- Summary: invalid declaration in struct not rejected Product: gcc Version: 4.0.0 Statu

[Bug c++/18101] invalid declaration in struct not rejected

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 21:16 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 21:23 --- Subject: Bug 18073 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-21 21:23:42 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug c++/10841] rejects valid explicit type conversion to/from pointers-to-member of private base

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 21:23 --- Subject: Bug 10841 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-21 21:23:42 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-21 21:28 --- Well, I was a little confused earlier, and perhaps I still am. Should fixincludes be built on target=mingw bootstraps? I don't think so; as far as I know, its only needed for crosses. But perhaps there mi

[Bug other/17462] Cannot compile fixincl.c on windows hosts

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-21 21:30 --- I think this is actually a duplicate of PR17832, but I don't appear to have the ability to alter the state of bugs. Can someone mark this as a duplicate? -- What|Removed

[Bug other/17462] Cannot compile fixincl.c on windows hosts

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added CC||aaronavay62 at aaronwl dot ||com http://gcc.gnu.org/bugzilla/sh

[Bug preprocessor/18102] New: darwin framework header search depends on order of options

2004-10-21 Thread ratmice at yahoo dot com
mkdir -p foo.framework/Headers/ cat >foo.framework/Headers/foo.h #warning works cat >foo.c #include gcc -F. -I. -c foo.c In file included from foo.c:1 ./foo.framework/Headers/foo.h:1:2: warning: #warning "works" gcc -I. -F. -c foo.c foo.c:1:21: foo/foo.h: No such file or directory --

[Bug preprocessor/18102] darwin framework header search depends on order of options

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 21:52 --- I can confirm this on the mainline. I don't know if the bug is in the preprocessed code or the target specific code. -- What|Removed |Added ---

[Bug fortran/18090] Valgrind errors while building libgfortran

2004-10-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-21 22:33 --- This is an issue in mpfr, and is fixed by a newer libmpfr. I didn't find anything pertaining to this in mpfr's ChangeLog's, but the failure disappeared after installing the current mpfr, and the code in gfortran

[Bug fortran/13490] Compiler rejects valid constant -2147483648 for 32-bit int

2004-10-21 Thread coyote at coyotegulch dot com
--- Additional Comments From coyote at coyotegulch dot com 2004-10-22 00:05 --- When this topic came up last year, I was in favor of gfortran working like other Fortran 95 compilers, which accept minimum integer values of -(2**(n-1)). Several Fortran language lawyers insisted that the de

[Bug fortran/17912] gfortran: Bogus "Arithmetic overflow" error, regression w.r.t. g77

2004-10-21 Thread coyote at coyotegulch dot com
--- Additional Comments From coyote at coyotegulch dot com 2004-10-22 00:07 --- An improved patch. See comments attached to PR13490, or the patch below: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01876.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17912

[Bug middle-end/15101] Trying to use double precision SIMD vector causes: internal compiler error: in extract_bit_field, at expmed.c:1152

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-22 00:27 --- Fixed on the mainline: : Search converges between 2004-03-01-trunk (#446) and 2004-04-01-trunk (#447). -- What|Removed |Added

[Bug tree-optimization/15556] Idiom for rotations of 16bit values not recognized

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-22 00:32 --- These are all fixed on the mainline: The first two examples: a: rolw$8, %ax movzwl %ax, %eax ret .size a, .-a .p2align 4,,15 .globl b .type b, @functi

[Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-22 00:35 --- Hmm, now we reject the code: input.cc:2: error: mode 'SI' applied to inappropriate type -- What|Removed |Added ---

[Bug pch/16646] Precompiled header causes spurious errors in v3 testsuite

2004-10-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2004-10-

[Bug fortran/18103] New: libgfortran system header conflict breaks bootstrap on MinGW

2004-10-21 Thread aaronavay62 at aaronwl dot com
mingw-runtime has a system header called (low-level UNIXish I/O routines). This conflicts with libgfortran/io/io.h when "io.h" is included, causing bootstrap to fail when libgfortran is built. -- Summary: libgfortran system header conflict breaks bootstrap on MinG

[Bug libfortran/18103] libgfortran system header conflict breaks bootstrap on MinGW

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 02:56 --- Patch here: -- What|Removed |Added

[Bug bootstrap/18035] target "gcc-no-fixedincludes" in Makefile doesn't check for proper return value of sub-make

2004-10-21 Thread hugo at hugovil dot com
--- Additional Comments From hugo at hugovil dot com 2004-10-22 02:58 --- I found the cause for the error, but there is still a problem with the GCC build system. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18035

[Bug java/18104] New: Incorrect CLASSPATH separator in libjava breaks bootstrap

2004-10-21 Thread aaronavay62 at aaronwl dot com
The libjava Makefiles are hardwired to use ':' as a CLASSPATH separator. Gcj, however, picks the separator based on system-specific configuration, and so correctly chooses ';' on MinGW. This will cause bootstrap in libjava to fail when the incorrect CLASSPATH separator as used, as it sees all com

[Bug java/18104] Incorrect CLASSPATH separator in libjava breaks bootstrap

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:03 --- A proposed patch is here: . The Windows GCC Java community has been using a patch similar to this for years. -- What|Removed

[Bug libfortran/18103] libgfortran system header conflict breaks bootstrap on MinGW

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:03 --- Oops, that was definitely the wrong URL. The right URL for the patch is: . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18103

[Bug libfortran/18103] libgfortran system header conflict breaks bootstrap on MinGW

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:05 --- Forgot that last message. The original patch URL was correct. Error between keyboard and chair. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18103

[Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap

2004-10-21 Thread aaronavay62 at aaronwl dot com
MinGW doesn't have the macros S_IRGRP, S_IWGRP, S_IROTH, or S_IWOTH that are used in unix.c. It also does not have mkstemp(). There is a mkstemps() in libiberty, but it does not appear to be usable for this: . -- Summary: Compile error

[Bug objc/17923] [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-22 03:20 --- Subject: Bug 17923 CVSROOT:/cvs/gcc Module name:gcc Branch: apple-ppc-branch Changes by: [EMAIL PROTECTED] 2004-10-22 03:19:59 Modified files: gcc: Chan

[Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:20 --- Patch here: . The identifiers are defined if not, and temporary files are created with mktemp() if mkstemp() is not availible. -- What

[Bug target/18106] New: Weak symbols are unimplemented on Windows

2004-10-21 Thread aaronavay62 at aaronwl dot com
On Windows targets, weak symbols have not supported in GCC, and have never been supported. However, they have been supported in binutils for years, with varying degrees of quality. They are probably now reliable enough to be supported by GCC. -- Summary: Weak symbols are unimplemente

[Bug target/18106] Weak symbols are unimplemented on Windows

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:42 --- Patch here: . -- What|Removed |Added ---

[Bug bootstrap/18107] New: [4.0 Regression] Bootstrap fails on i686-pc-mingw32

2004-10-21 Thread aaronavay62 at aaronwl dot com
This is a meta-bug for all of the things causing a Windows bootstrap to fail. This should be closed when i686-pc-mingw32 successfully completes a full bootstrap. -- Summary: [4.0 Regression] Bootstrap fails on i686-pc-mingw32 Product: gcc Version: 4.0.0

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17832

[Bug debug/17406] [4.0 regression] ICE dwarf2out_frame_debug_expr, at dwarf2out.c:1692

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17406

[Bug libfortran/18103] libgfortran system header conflict breaks bootstrap on MinGW

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18103

[Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18105

[Bug java/18104] Incorrect CLASSPATH separator in libjava breaks bootstrap

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18104

[Bug other/17462] Cannot compile fixincl.c on windows hosts

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 05:21 --- *** This bug has been marked as a duplicate of 17832 *** -- What|Removed |Added

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 05:21 --- *** Bug 17462 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17832

[Bug bootstrap/18107] [4.0 Regression] Bootstrap fails on i686-pc-mingw32

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |200