[Bug bootstrap/21878] Mingw32 target doesn't compile because of an internal compiler error

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:30 ---
(In reply to comment #4)
 the problematic dirs are target-libiberty target-libstdc++-v3
 since adding this to target:
 skipdirs=target-libiberty target-libstdc++-v3
 compiles fine (cross compiling with linux), anyway I suppose this cannot work 
 on
 native mingw32 build, but I'll test it anyway

but skipping those will cause you not have the standard C++ library (STL).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21878


[Bug fortran/21918] Warnings about unused variables should point to the declaration

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:39 ---
Confirmed, all variables have the same location for some reason, even 
parameters.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Keywords||diagnostic
   Last reconfirmed|-00-00 00:00:00 |2005-06-05 06:39:21
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21918


[Bug bootstrap/21878] Mingw32 target doesn't compile because of an internal compiler error

2005-06-05 Thread sherpya at netfarm dot it

--- Additional Comments From sherpya at netfarm dot it  2005-06-05 06:48 
---
yes it's true, but it's not a solution I'm trying to isolate to problem :)

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21878


[Bug fortran/21902] ICE in build_array_type, at tree.c:4581

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:48 ---
Note I started to reduce this and removed a whole function or two and was able 
to reduce further but I 
stoped because I ran out of time.

-- 
   What|Removed |Added

   Keywords||ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21902


[Bug bootstrap/21878] Mingw32 target doesn't compile because of an internal compiler error

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:50 ---
(In reply to comment #6)
 yes it's true, but it's not a solution I'm trying to isolate to problem :)

I already did in PR 21766.  See comment #4.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21878


[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:51 ---
Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02945.html.

-- 
   What|Removed |Added

URL||http://gcc.gnu.org/ml/gcc-
   ||patches/2005-
   ||05/msg02945.html
   Keywords||patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766


[Bug tree-optimization/21081] [4.0/4.1 Regression] internal compiler error: verify_stmts failed.

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:51 ---
Newer patch posted here: 
http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02945.html.

-- 
   What|Removed |Added

URL|http://gcc.gnu.org/ml/gcc-  |http://gcc.gnu.org/ml/gcc-
   |patches/2005-   |patches/2005-
   |05/msg9.html|05/msg02945.html


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21081


[Bug middle-end/21275] [4.0/4.1 Regression] gcc 4.0.0 crash with mingw when using stdout in global var

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:52 ---
New patch here: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02945.html.

-- 
   What|Removed |Added

URL|http://gcc.gnu.org/ml/gcc-  |http://gcc.gnu.org/ml/gcc-
   |patches/2005-   |patches/2005-
   |05/msg9.html|05/msg02945.html


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21275


[Bug middle-end/21916] [4.1 Regression] ICE: segmentation fault in stage3

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:55 ---
*** Bug 21886 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

Bug 21916 depends on bug 21886, which changed state.

Bug 21886 Summary: [4.1 Regression] bootstrap fails on hppa2.0w-hpux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21886

   What|Old Value   |New Value

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATEBug 21916 depends on 
bug 21886, which changed state.

Bug 21886 Summary: [4.1 Regression] bootstrap fails on hppa2.0w-hpux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21886

   What|Old Value   |New Value

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21916


[Bug middle-end/21886] [4.1 Regression] bootstrap fails on hppa2.0w-hpux

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
06:55 ---
Closing as a dup of bug 21916 since that has more information about the bug in 
it.

*** This bug has been marked as a duplicate of 21916 ***

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21886


[Bug c++/5930] Incorrect access control checking on static data members

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5930


[Bug c++/2739] g++ allows accessing private members

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2739


[Bug c++/1040] accepts illegal code: cv-quals on member function pointers

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.0.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1040


[Bug c/1536] -L and -I with bad paths do not raise a warning

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1536


[Bug libstdc++/9520] Garbled input from wcin

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9520


[Bug libstdc++/9661] cin.rdbuf()-sputbackc() does not put characters back to stdin

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9661


[Bug libstdc++/9662] Can't mix wcout with stdout

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9662


[Bug libstdc++/10096] Input impossible with basic_filebuf with custom traits type.

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10096


[Bug c++/12] more about template bugs in 2.95.2 and an ICE in 20000228

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.0.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12


[Bug c++/43] friend operators

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.0.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43


[Bug c++/70] [parser] template operator friend

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=70


[Bug c/10719] invalid code generated (x86, int $5) with __builtin_va_arg(va, char);

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:29 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10719


[Bug c/10719] invalid code generated (x86, int $5) with __builtin_va_arg(va, char);

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:29 ---
Mark as invalid.

-- 
   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10719


[Bug c++/2384] Class that throws itself

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:30 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2384


[Bug c++/2384] Class that throws itself

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:30 ---
Mark as invalid.

-- 
   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2384


[Bug c/7741] [3.2/3.3/3.4 regression] ICE on conflicting types (make_decl_rtl at varasm.c:834)

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.1.x/3.2.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7741


[Bug c++/5333] [3.2/3.3/3.4 regression] ICE on nested template classes using other nested template classes

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5333


[Bug c++/8849] [3.3/3.4 regression] ICE in resolve_overloaded_unification for invalid code

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8849


[Bug other/9244] [3.4 regression] NetBSD sys/cdefs.h needs a fixincludes hack

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9244


[Bug c++/9433] [3.2/3.3/3.4 regression] SegFault in dynamic_cast

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9433


[Bug c++/9836] [3.4 regression] Error with typdefs in partial specializations of classes

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9836


[Bug rtl-optimization/2001] [3.2/3.3 regression] Inordinately long compile times in reload CSE regs

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2001


[Bug testsuite/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

  Component|c++ |testsuite
   Target Milestone|--- |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


[Bug target/4106] gcc: i386 -fPIC asm ebx clobber no error

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4106


[Bug target/8340] ICE on x86 inline asm w/ -fPIC

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8340


[Bug java/20384] Can't compile oracle test jdbc app with oracle jdbc14.jar shared lib version

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:38 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20384


[Bug java/20384] Can't compile oracle test jdbc app with oracle jdbc14.jar shared lib version

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:39 ---
Mark as invalid.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20384


[Bug libfortran/21376] libfortran E output format causes FPE

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21376


[Bug fortran/17283] UNPACK issues

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17283


[Bug bootstrap/20692] configuring libgfortan infinite loop

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:40 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20692


[Bug bootstrap/20692] configuring libgfortan infinite loop

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:40 ---
Mark as invalid.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20692


[Bug target/19370] .size directive not emitted for mips-linux

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:40 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19370


[Bug target/19370] .size directive not emitted for mips-linux

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:41 ---
Fixed (I thought we have a state called MOVED).

-- 
   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19370


[Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:41 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19658


[Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:42 ---
Mark as invalid.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19658


[Bug tree-optimization/16538] Missed jump threading opportunity with struct fields (but RTL thread_jumps does catch it)

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16538


[Bug bootstrap/21215] gcc build fails on Solaris 10, opteron

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21215


[Bug rtl-optimization/18877] decompose (reload.c) can be forced to access hard_regno_nregs over its array bounds

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18877


[Bug libfortran/19595] [4.0 only] eor does not work

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19595


[Bug libfortran/20005] [4.0 only] reading a single return character fails

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20005


[Bug libfortran/20092] [4.0 only] console input doesn't deal correctly with CR

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20092


[Bug libfortran/20131] [4.0 only] gfortan - incorrectly reads beyond the end of line.

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20131


[Bug libfortran/19568] [4.0 only] incorrect formatted read

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19568


[Bug libfortran/20661] [4.0 only] End of record not detected

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20661


[Bug libfortran/20744] [4.0 only] size= isn't implemented correctly

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20744


[Bug driver/21112] Xassembler and Xpreprocessor does not worked

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21112


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

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18076


[Bug java/21436] imports not remembered for previously compiled files

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21436


[Bug libstdc++/20979] __gnu_cxx::bitmap_allocator export pruning

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20979


[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20371


[Bug fortran/21260] Conflict between comment and H edit descriptor

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21260


[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-05 Thread sherpya at netfarm dot it

--- Additional Comments From sherpya at netfarm dot it  2005-06-05 07:47 
---
Your patches doesn't clean apply to current cvs, I've revised it but I've
renamed DECL_NON_ADDR_CONST_P in TARGET_DECL_NON_ADDR_CONST_P in varasm.c since
there is no reference for DECL_NON_ADDR_CONST_P in code, also I've noticed that
in libgcov.c the mkdir substituion doesn't take place so mingw gives an error
about mkdir taking 2 args instead of one.

I'm attaching the new patch, please take a look

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766


[Bug target/21501] [4.1 regression] ICE in extract_insn, at recog.c:2082

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21501


[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:49 ---
(In reply to comment #9)
  also I've noticed that in libgcov.c the mkdir substituion doesn't take place 
 so
 mingw gives an error about mkdir taking 2 args instead of one.

That is PR 21597.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766


[Bug libstdc++/9027] codecvt example from The C++ Programming Language does not work.

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9027


[Bug libfortran/21324] #undef GFC_CLEAR_MEMORY causes testsuite failures

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21324


[Bug bootstrap/21542] gcc 4.0.0 assumes all i386-pc-solaris2.10 platforms have 64-bit processors

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:50 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21542


[Bug bootstrap/21542] gcc 4.0.0 assumes all i386-pc-solaris2.10 platforms have 64-bit processors

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:51 ---
Mark as invalid.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21542


[Bug testsuite/21586] FAIL: gcc.dg/tree-ssa/ltrans-5.c scan-tree-dump-times transformed loop 1

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

  Component|tree-optimization   |testsuite
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21586


[Bug libstdc++/21526] libstdc++-v3 testsuite hangs on cygwin

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21526


[Bug target/21556] [4.0/4.1 Regression] TLS failures on 4.0 branch

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21556


[Bug tree-optimization/17141] *a-b is not folded

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17141


[Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if sed not available

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18220


[Bug middle-end/21652] [4.1 Regression] g++.dg/other/static11.C fails

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21652


[Bug target/21657] [4.0 regression] TLS reference miscompiled

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21657


[Bug java/17845] [4.1 Regression] More problems with simple type names as superclasses

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17845


[Bug bootstrap/17814] install.texi mentions wrong --enable-language names

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17814


[Bug tree-optimization/19833] bogus uninitialized variable warning for powerpc64

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19833


[Bug target/21914] [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c

2005-06-05 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-05 
07:54 ---
Subject: Bug 21914

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2005-06-05 07:54:51

Modified files:
gcc: ChangeLog 
gcc/config/mmix: mmix.md 

Log message:
PR target/21914
* config/mmix/mmix.md (*movdicc_real_foldable)
(*movdfcc_real_foldable, *bCC_foldable)
(*bCC_inverted_foldable): Specify DImode for register being
compared.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gccr1=2.9041r2=2.9042
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mmix/mmix.md.diff?cvsroot=gccr1=1.28r2=1.29



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21914


[Bug c/21780] ICE builing newlib 1.12.0

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:55 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21780


[Bug c/21780] ICE builing newlib 1.12.0

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:55 ---
Mark as a dup of bug 21638.

*** This bug has been marked as a duplicate of 21638 ***

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21780


[Bug tree-optimization/21638] [4.1 regression] ADDR_EXPR invariancy not recomputed

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
07:56 ---
*** Bug 21780 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

 CC||mfletcher at serck-controls
   ||dot co dot uk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21638


[Bug testsuite/21292] gen-vect-11b.c and gen-vect-11c.c fail

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21292


[Bug testsuite/21896] Unknown effective target keyword `sync_char_short'

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21896


[Bug middle-end/21790] [4.1 Regression] gcc 4.1.0 20050522 segfaults (internal compiler error) on various GNU/Linux builds

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Keywords||ice-on-valid-code
Summary|gcc 4.1.0 20050522 segfaults|[4.1 Regression] gcc 4.1.0
   |(internal compiler error) on|20050522 segfaults (internal
   |various GNU/Linux builds|compiler error) on various
   ||GNU/Linux builds
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21790


[Bug c++/9] local class and -O1

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.0.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9


[Bug rtl-optimization/9591] [ppc] Partially unoptimized assembly when inline function operates on bit fields

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9591


[Bug c++/88] [parser] ctor/var ambiguity

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=88


[Bug c++/110] casting to char arrays produces strange effects

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
08:10 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=110


[Bug c++/110] casting to char arrays produces strange effects

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
08:10 ---
Mark as invalid.

-- 
   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=110


[Bug target/21914] [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c

2005-06-05 Thread hp at gcc dot gnu dot org

--- Additional Comments From hp at gcc dot gnu dot org  2005-06-05 08:10 
---
See URL:http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00354.html.

-- 
   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21914


[Bug c++/120] Switching 'cast to union' off?

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.0.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=120


[Bug c++/119] -fno-default-inline broken

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.0.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=119


[Bug c++/118] spurious warning on increment of bitfield

2005-06-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.0.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=118


[Bug c/21920] New: alias violating

2005-06-05 Thread pinskia at gcc dot gnu dot org
A bug for marking as a dup for alias violations in people's code.

-- 
   Summary: alias violating
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21920


[Bug c/21920] alias violating

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
08:22 ---
Marking as invalid.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21920


[Bug c/11011] get different result when optimization turned on on sparc/solaris

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
08:22 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INVALID |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11011


[Bug c/21920] alias violating

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
08:23 ---
*** Bug 11011 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

 CC||rick dot ju at sun dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21920


[Bug c/11011] get different result when optimization turned on on sparc/solaris

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
08:23 ---
Mark as a dup of bug 21920.

*** This bug has been marked as a duplicate of 21920 ***

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11011


[Bug rtl-optimization/11066] error in the optimization of packed structures

2005-06-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 
08:23 ---
Reopening to ...

-- 
   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INVALID |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11066


  1   2   3   4   5   >