--- Comment #1 from dannysmith at users dot sourceforge dot net 2006-04-16
05:14 ---
The DECL_ASSEMBLER_NAMES of these stdcall virtaul methods do not get
decorated in time for cp/method.c:make_alias_for_thunk.
(cf this comment in varasm.c: find_decl_and_mark_needed:
/* We can't
--- Comment #5 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 27124
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #4 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 26834
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #3 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 27089
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #8 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 26822
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #4 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 27096
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #7 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 25669
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #6 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 26787
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #8 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 25597
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #13 from pault at gcc dot gnu dot org 2006-04-16 03:45 ---
Subject: Bug 18803
Author: pault
Date: Sun Apr 16 03:45:24 2006
New Revision: 112981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981
Log:
2006-04-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-04-16 02:11 ---
ush = ((__be16 *) (&label + 1)) - 1;
That is undefined code (at least with strict aliasing turned on). But that
should not have an effect at -O1.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27176
--- Comment #2 from hlange at poczta dot onet dot pl 2006-04-15 23:17
---
Created an attachment (id=11279)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11279&action=view)
preprocessed file generated by adding -save-temps
I seem to have encountered the most probably the same erro
--- Comment #3 from jciccone at gmail dot com 2006-04-15 21:25 ---
Created an attachment (id=11278)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11278&action=view)
The .i file from gcc -Os test.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27176
--- Comment #2 from jciccone at gmail dot com 2006-04-15 21:25 ---
Created an attachment (id=11277)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11277&action=view)
The .i file from gcc -O2 test.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27176
--- Comment #1 from jciccone at gmail dot com 2006-04-15 21:24 ---
Created an attachment (id=11276)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11276&action=view)
The test case source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27176
I have gcc-4.1 configured with ../gcc-4.1.0/configure --prefix=/usr
--libexecdir=/usr/lib --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-c99 --enable-long-long --enable-clocale=gnu
--enable-languages=c,c++ --disable-multilib --disable-libstdcxx-pch
The following test generat
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-04-15 16:47 ---
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-04-15 16:44 ---
*** Bug 27154 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27151
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-15 16:44 ---
The problem is the same as PR 27151.
*** This bug has been marked as a duplicate of 27151 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-04-15 16:33 ---
*** Bug 27175 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-15 16:38 ---
Fixed by:
2006-04-14 Roger Sayle <[EMAIL PROTECTED]>
* tree-cfg.c (make_edges, make_omp_sections_edges, move_stmt_r,
is_ctrl_altering_stmt): Reinstate RTH's changes from r112935 that
were
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-04-15 16:34 ---
Closing as invalid pre the reporter.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-15 16:33 ---
GCC is correct. Please read PR 24511 and DR 470 to learn more.
*** This bug has been marked as a duplicate of 24511 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #8 from ua_bugz_gcc at mortal-soul dot de 2006-04-15 14:44
---
Sorry guys for all the fuss. I spent weeks on this and now it officially turns
out a Xorg bug. (https://bugs.freedesktop.org/show_bug.cgi?id=6472) Xorg is
writing out of bounds on an array. So with gcc optimizati
--- Comment #1 from skalaren_alpinist at abv dot bg 2006-04-15 12:42
---
Created an attachment (id=11275)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11275&action=view)
A testcase that exploits the bug
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27175
When the line that requests explicit template instantation is before the actual
template class method definitions, g++ 4.0 and 4.1 fail to generate the code
for those methods, resulting in linking errors later. But gcc 3.3 and 3.4 both
have no problems (as well as icc and msvc).
Moving the "templa
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org
|dot org
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org
|dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-04-15 07:15
---
I have the beginnings of a patch going. It covers formatted write to stdout.
Seems to work OK. I just need to extend the concept to the other cases.
--
jvdelisle at gcc dot gnu dot org changed:
29 matches
Mail list logo