[Bug fortran/29383] New: Fortran 2003/F95[TR15580:1999]: Floating point exception (IEEE) support

2006-10-08 Thread tobias dot burnus at physik dot fu-berlin dot de
See chapter 14 of the Fortran 2003 standard. Example, cf. http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/642578db8949fd2f -- program ieee use,intrinsic :: ieee_arithmetic implicit none if(.not. IEEE_support_standard(1.0d0) .or.

[Bug c/29384] New: internal compiler error: in insn_default_length, at insn-attrtab.c:1134

2006-10-08 Thread kavonfr at yahoo dot fr
Hello, I am currently using GCC compiler (3.4.4) on Mips target, with following options: mipsisa32-elf-gcc -mips16 -msoft-float -EB -fdata-sections -fno-exceptions -MD -g -G0 -I. -I... -Wall -Wpointer-arith -Winline -Wundef -c ... -c -o c:xxx.c and during compilation process, the

[Bug libstdc++/16006] Conversions of numbers in fi_FI.UTF-8 produces incorrect UTF-8

2006-10-08 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2006-10-08 11:04 --- Let's reopen this report as an enhancement request. In fact, we should implement this: http://gcc.gnu.org/ml/libstdc++/2004-06/msg00256.html probably by using iconv to implement the relevant char - char codecvt_byname,

[Bug target/29206] [4.2 regression] gcj-dbtool segfaults

2006-10-08 Thread debian-gcc at lists dot debian dot org
--- Comment #5 from debian-gcc at lists dot debian dot org 2006-10-08 11:05 --- rechecked with explicitely disabling the use of _Unwind_GetIPInfo (undefine HAVE_GETIPINFO): (gdb) run Starting program: /usr/bin/gcj-dbtool -n foo.db 64 [Thread debugging using libthread_db enabled] [New

[Bug libstdc++/29385] New: stl_tree.h clean-ups and enhancements

2006-10-08 Thread pcarlini at suse dot de
This is an internal reminder for these two pending tasks: http://gcc.gnu.org/ml/libstdc++/2006-07/msg00169.html http://gcc.gnu.org/ml/libstdc++/2006-10/msg00028.html -- Summary: stl_tree.h clean-ups and enhancements Product: gcc Version: 4.2.0

[Bug libstdc++/29385] stl_tree.h clean-ups and enhancements

2006-10-08 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/28585] Fortran 2003: Support NEW_LINE intrinsic

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-10-08 13:21 --- Subject: Bug 28585 Author: fxcoudert Date: Sun Oct 8 13:21:42 2006 New Revision: 117555 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117555 Log: PR fortran/28585 * intrinsic.c

[Bug libfortran/26540] some gcc-4.1.0/libgfortran/intrinsics/signal.c warning: cast from/to pointer to/from integer of different size on x86-64

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2006-10-08 14:27 --- Subject: Bug 26540 Author: fxcoudert Date: Sun Oct 8 14:27:22 2006 New Revision: 117556 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117556 Log: PR libfortran/26540 * intrinsics/signal.c

[Bug libfortran/26540] [4.1 only] intrinsics/signal.c warnings

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org

[Bug fortran/29115] ICE in structure constructor for array, ponter component with non-pointer data

2006-10-08 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-10-08 16:22 --- Subject: Bug 29115 Author: pault Date: Sun Oct 8 16:21:55 2006 New Revision: 117558 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117558 Log: 2006-10-05 Erik Edelmann [EMAIL PROTECTED] Paul

[Bug fortran/20541] TR 15581: ALLOCATABLE components

2006-10-08 Thread pault at gcc dot gnu dot org
--- Comment #35 from pault at gcc dot gnu dot org 2006-10-08 16:22 --- Subject: Bug 20541 Author: pault Date: Sun Oct 8 16:21:55 2006 New Revision: 117558 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117558 Log: 2006-10-05 Erik Edelmann [EMAIL PROTECTED] Paul

[Bug fortran/29211] ICE in FORALL character assignment with dependences

2006-10-08 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-10-08 16:22 --- Subject: Bug 29211 Author: pault Date: Sun Oct 8 16:21:55 2006 New Revision: 117558 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117558 Log: 2006-10-05 Erik Edelmann [EMAIL PROTECTED] Paul

[Bug fortran/20541] TR 15581: ALLOCATABLE components

2006-10-08 Thread pault at gcc dot gnu dot org
--- Comment #36 from pault at gcc dot gnu dot org 2006-10-08 16:27 --- Fixed in gcc-4.2 Paul and Erik -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29115] ICE in structure constructor for array, ponter component with non-pointer data

2006-10-08 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-10-08 16:29 --- Fixed for gcc-4.2 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29211] ICE in FORALL character assignment with dependences

2006-10-08 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-10-08 16:29 --- Fixed in gcc-4.2 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/29118] [4.2 Regression] Timeouts in libstdc++, libjava and libgomp testsuites

2006-10-08 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #22 from dave at hiauly1 dot hia dot nrc dot ca 2006-10-08 17:09 --- Subject: Re: [4.2 Regression] Timeouts in libstdc++, libjava and libgomp testsuites Couldn't the constructor for locale possibly run before the one for the locale_mutex? The ordering issue is

[Bug fortran/29387] New: ICE on character array function of variable length

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
$ cat a4.f90 PRINT *, LEN(SUB(3)) CONTAINS FUNCTION SUB(I) CHARACTER(LEN=I) :: SUB(1) END FUNCTION END $ gfortran a4.f90 a4.f90: In function ‘sub’: a4.f90:1: warning: Function does not return a value a4.f90: In function ‘MAIN__’: a4.f90:1: internal compiler error: in

[Bug fortran/29387] ICE on character array function of variable length

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/29373] implicit type declaration and contained function clash

2006-10-08 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2006-10-08 20:06 --- Tobi, This is a very unpleasant and venemous bug! Removing the implicit character*32 (a-z) results in pr29373.f90: In function 'MAIN__': pr29373.f90:8: fatal error: gfc_todo: Not Implemented: complex character

[Bug c++/29388] New: [4.0/4.1/4.2 regression] ICE with invalid nested name specifier

2006-10-08 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE since GCC 4.0.0: = templateint struct A { typedef int T; void foo(); }; templateint N void AN::T::foo() {} = bug.cc:7: internal compiler error: in

[Bug c++/29388] [4.0/4.1/4.2 regression] ICE with invalid nested name specifier

2006-10-08 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29388

[Bug c++/28642] [4.0/4.1/4.2 Regression] ICE in layout_type with may_alias

2006-10-08 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-10-08 20:21 --- Even shorter testcase: === templatetypename T struct A { T t __attribute__ ((__may_alias__)); }; === -- reichelt at gcc dot gnu dot

[Bug c++/29175] [4.0/4.1/4.2 regression] ICE on invalid C++ variable length array

2006-10-08 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-10-08 20:29 --- Shorter testcase (the array doesn't have to be static): = void foo(int i) { int x[][i] = { 0 }; } = The bug appeared with GCC 3.3. -- reichelt at gcc dot gnu

[Bug c++/29388] [4.0/4.1/4.2 regression] ICE with invalid nested name specifier

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-08 20:31 --- Related to PR 27102. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29388

[Bug fortran/29389] New: Statement functions are not recognized as pure when they are

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
The F95 standard says (12.6): A pure procedure is [...] or (4) A statement function that references only pure functions. But gfortran doesn't like that: $ cat a5.f90 INTEGER :: st1,i,a(4) st1(i)=i*i*i FORALL(i=1:4) a(i)=st1(i) print *, a print *, u(2) contains pure integer function u(x)

[Bug fortran/29389] Statement functions are not recognized as pure when they are

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug c++/29390] New: Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread mi at aldan dot algebra dot com
When trying to build ICU-3.6 with low optimization, one of the object files grows a bogus symbol, which can not, of course, be resolved at the link time. loctest.o(.data+0x51c):/misha/ports/devel/icu/work/icu/source/test/intltest/loctest.cpp:181: undefined reference to `.LC786'

[Bug c++/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread mi at aldan dot algebra dot com
--- Comment #1 from mi at aldan dot algebra dot com 2006-10-08 20:50 --- Created an attachment (id=12396) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12396action=view) The result of preprocessing of ICU's icu/source/test/intltest/loctest.cpp --

[Bug c++/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread mi at aldan dot algebra dot com
--- Comment #2 from mi at aldan dot algebra dot com 2006-10-08 20:52 --- Sorry, I forgot to explicitly specify, that the bogus symbol is seen, when compiling at either -O0 or -O1 levels (symbol name and the line number, where it, supposedly, appears, change). Compiling at -O2 does not

[Bug c++/28642] [4.0/4.1/4.2 Regression] ICE in layout_type with may_alias

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-10-08 20:54 --- When I looked at this for work, this is a hard one to fix correctly. We could ignore may_alias on template arguments but that will really fix the problem. What we need to do is to record the attribute when

[Bug fortran/29391] New: LBOUND(TRANSPOSE(I)) doesn't work

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
I'm surprised this was not reported before, but can't find it in bugzilla. $ cat a6.f90 INTEGER :: I(-1:1,-1:1)=0 WRITE(6,*) LBOUND(TRANSPOSE(I)) END $ ifort a6.f90 ./a.out 1 1 $ gfortran a6.f90 ./a.out -1 -1 --

[Bug middle-end/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29390

[Bug middle-end/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-08 20:55 --- What target are you compiling for? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29390

[Bug fortran/29391] LBOUND(TRANSPOSE(I)) doesn't work

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug middle-end/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread mi at aldan dot algebra dot com
--- Comment #4 from mi at aldan dot algebra dot com 2006-10-08 21:10 --- I'm compiling on and for FreeBSD/i386. Regarding the major-normal downgrade, I must note, that other (also compiler-related, apparently) problems in ICU require the ability to run the tests under debugger, which

[Bug middle-end/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-10-08 21:13 --- (In reply to comment #4) Regarding the major-normal downgrade. The main reason why I did that is because 3.4.x is no longer being maintained so it might just be better to use 4.0.3. --

[Bug fortran/29392] New: Segfault on data character initialization

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
$ cat a9.f90 character(LEN=2) :: a(2) data ((a(I)(k:k),I=1,2),k=1,2) /4*'a'/ IF (ANY(a.NE.aa)) CALL ABORT() END $ gfortran a9.f90 In file a9.f90:2 data ((a(I)(k:k),I=1,2),k=1,2) /4*'a'/ 1 Warning: initialization string truncated to match

[Bug fortran/29392] Segfault on data character initialization

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug target/29384] internal compiler error: in insn_default_length, at insn-attrtab.c:1134

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-08 21:23 --- Can you attach the preprocessed source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29393] New: Vector subscript rejected

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
$ cat a2.f90 integer, parameter :: A(-3:7,2)=0 integer, parameter, dimension(3) :: V = (/ 2, 4, 6 /) integer, parameter, dimension(3) :: B = A(V,1) END $ gfortran a2.f90 In file a2.f90:3 integer, parameter, dimension(3) :: B = A(V,1)

[Bug fortran/29393] Vector subscript rejected

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/29394] New: Invalid derived-type initialization in function

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
$ cat a11.f90 MODULE M1 TYPE T1 INTEGER :: I=7 END TYPE T1 CONTAINS SUBROUTINE S1(I) INTEGER, INTENT(IN) :: I TYPE(T1) :: D(1:I) PRINT *, D(2)%I PRINT *, D(:)%I IF (D(2)%I.NE.7) CALL ABORT() END SUBROUTINE S1 END MODULE M1 USE M1 CALL S1(2) END $ ifort a11.f90

[Bug fortran/29394] Invalid derived-type initialization in function

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/29395] New: failure in implied do loop data initialization

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
$ cat a10.f90 integer :: i(2,2) data ((i(k,j), j = 1, k), k = 1, 2) / 3 * 0 / end $ gfortran a10.f90 In file a10.f90:2 data ((i(k,j), j = 1, k), k = 1, 2) / 3 * 0 / 1 Error: Parameter 'k' at (1) has not been declared or is a variable, which does not reduce to a

[Bug fortran/29395] failure in implied do loop data initialization

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/29395] failure in implied do loop data initialization

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-08 21:44 --- This looks related to PR 23232 or really a dup. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29396] New: segfault with character pointer association

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
$ cat a3.f90 CHARACTER(LEN=2), DIMENSION(:), POINTER :: a CHARACTER(LEN=4), DIMENSION(3), TARGET :: b b=(/,,/) a=b(:)(2:3) a=aa IF (ANY(b.NE.(/baab,baab,baab/))) CALL ABORT() END $ gfortran a3.f90 a3.f90:0: internal compiler error: Segmentation fault gdb

[Bug fortran/29396] segfault with character pointer association

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/29397] New: Problem with MAXLOC where mask involves a parameter array

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
$ cat a8.f90 INTEGER :: K(3)=1 INTEGER, PARAMETER :: J(3)=2 write(6,*) MAXLOC(K,J1) END $ gfortran a8.f90 ./a.out a.out: ../../../trunk/libgfortran/generated/maxloc0_4_i4.c:216: mmaxloc0_4_i4: Assertion `((mask)-dtype 6) == 8' failed. zsh: abort ./a.out If the PARAMETER --

[Bug fortran/29397] Problem with MAXLOC where mask involves a parameter array

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/29387] ICE on character array function of variable length

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-10-08 21:53 --- Another testcase for this bug: TYPE T1 INTEGER, POINTER :: I=NULL() END TYPE T1 IF(.NOT.ASSOCIATED(F1(10))) CALL ABORT() CONTAINS FUNCTION F1(I) RESULT(R) TYPE(T1), DIMENSION(:), POINTER :: R

[Bug middle-end/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-10-08 21:53 --- This works fine on 4.0.4 so closing as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29395] failure in implied do loop data initialization

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-10-08 21:59 --- *** This bug has been marked as a duplicate of 23232 *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/23232] DATA implied DO variables

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-10-08 21:59 --- *** Bug 29395 has been marked as a duplicate of this bug. *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/23232] DATA implied DO variables

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-10-08 21:59 --- (In reply to comment #4) *** Bug 29395 has been marked as a duplicate of this bug. *** $ cat a10.f90 integer :: i(2,2) data ((i(k,j), j = 1, k), k = 1, 2) / 3 * 0 / end $ gfortran a10.f90 In file

[Bug fortran/29216] Derived type components of function results are not initialised

2006-10-08 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-10-08 22:03 --- Created an attachment (id=12397) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12397action=view) Preliminary fix for this PR This has only been tested against the reporter's example. Regtesting and checking

[Bug target/29398] New: configure should automatically set --disable-multilib on darwin

2006-10-08 Thread howarth at nitro dot med dot uc dot edu
Currently builds of gcc trunk can fail on darwin if the machine is a G4 or non-EMT64 Macintel machine. It would be much better for configure to test if -m64 works on the build machine and automatically use --disable-multilib if it doesn't. -- Summary: configure should automatically

[Bug target/29398] configure should automatically set --disable-multilib on darwin

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-08 23:19 --- This is really the same issue as PR 8686 which is an old bug about mutlilib on sparc solaris. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29398] configure should automatically set --disable-multilib on darwin

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-08 23:20 --- Actually this is just a dup of bug 21561. *** This bug has been marked as a duplicate of 21561 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/21561] bootstrap build fails on biarch targets while not on the native mode

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-10-08 23:20 --- *** Bug 29398 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28862] [4.0 Regression] attribute ((aligned)) ignored on vector variables

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-10-09 00:30 --- Subject: Bug 28862 Author: pinskia Date: Mon Oct 9 00:30:11 2006 New Revision: 117567 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117567 Log: 2006-10-08 Andrew Pinski [EMAIL PROTECTED] PR

[Bug middle-end/28862] [4.0 Regression] attribute ((aligned)) ignored on vector variables

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-10-09 00:31 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29277] Formated stream output: Translate \n / achar(10) into \r\n on some platforms

2006-10-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-10-09 03:07 --- Created an attachment (id=12398) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12398action=view) Preliminaey patch for STREAM formatted read. There is a related problem with formatted stream read: program

[Bug fortran/29277] Formated stream output: Translate \n / achar(10) into \r\n on some platforms

2006-10-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-10-09 03:38 --- I expect the test case streamio_4.f90 to fail with the preliminary patch. I have not completed the formatted stream write portion. What I need confirmed is that when reading that the file is being positioned

[Bug ada/29262] Adding tasking support for arm-linux

2006-10-08 Thread belandor at web dot de
--- Comment #6 from belandor at web dot de 2006-10-09 04:13 --- (In reply to comment #5) Hi, s-osinte.adss-osinte-linux.ads This might need a bit more work, some structure size and such might not be identical between versions. You should look at the s-osinte-linux-alpha.ads

[Bug debug/28980] [4.0 Regression] ICE in loc_descriptor_from_tree_1 with -g

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-10-09 04:25 --- Subject: Bug 28980 Author: pinskia Date: Mon Oct 9 04:25:44 2006 New Revision: 117568 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117568 Log: 2006-10-08 Andrew Pinski [EMAIL PROTECTED] PR

[Bug debug/28980] [4.0 Regression] ICE in loc_descriptor_from_tree_1 with -g

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-10-09 04:27 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread mi at aldan dot algebra dot com
--- Comment #7 from mi at aldan dot algebra dot com 2006-10-09 04:42 --- 3.4.4 (or 3.4.6) are the system compilers on FreeBSD-5.x and FreeBSD-6.x Would it be possible to locate the diff, that fixed the problem, so it can be merged into our toolchain? Thanks! -- mi at aldan dot

[Bug middle-end/29390] Bogus symbol inserted into valid C++ code at low optimization level

2006-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-10-09 04:45 --- (In reply to comment #7) 3.4.4 (or 3.4.6) are the system compilers on FreeBSD-5.x and FreeBSD-6.x So what, we are talking about the FSF GCC and not freebsd and 3.4.x is no longer maintained by the FSF. Would it