IRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: zak at transversal dot com
GCC build triplet: x86_64_pc_linux_gnu
GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64_pc_linux_g
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: zak at transversal dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35773
gcc dot gnu dot org
ReportedBy: zak at transversal dot com
GCC build triplet: x86_64_pc_linux_gnu
GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64_pc_linux_gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31899
anonymous namespace prevents use of its address as
template argument
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
--- Comment #8 from zak at transversal dot com 2006-08-18 11:21 ---
However, that patch breaks the following code, which requires *implicit*
derived-to-base conversion:
struct Z {};
struct A : Z {};
Z* implicitToZ (Z*);
struct B : A
{
static
--- Comment #9 from zak at transversal dot com 2006-03-01 15:57 ---
The previous target milestone was 4.0.3 -- does the retargeting mean that this
regression will not be fixed on that branch at all?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26195
--- Comment #7 from zak at transversal dot com 2006-02-14 12:08 ---
(We are currently using these pragmas extensively to ensure that various
symbols are laid down *only* in low-level libraries, as a partial workaround
for the COMDAT/dlopen issues described in
http://gcc.gnu.org/ml/gcc
--- Comment #4 from zak at transversal dot com 2006-02-13 18:46 ---
Marking as 4.0 regression, filling in versions known to work/fail.
Here is a patch, tested against mainline, which seems to fix this:
http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01002.html
--
zak at transversal
--- Comment #3 from zak at transversal dot com 2006-02-10 17:05 ---
After making the change suggested in comment #1, the following test case
demonstrates the problem mentioned in comment #2.
$ g++ -Wall -pedantic -I. foo.cc && nm -A foo.o
[no output]
If you switch the nam
--- Comment #2 from zak at transversal dot com 2006-02-10 15:53 ---
On thinking about this further, I don't understand the application of lbasename
to the input_filename before it is passed to get_fileinfo. I included this for
consistency with the code in cxx_make_type that check
--- Comment #1 from zak at transversal dot com 2006-02-10 15:00 ---
I think the bug here is that handle_pragma_interface in gcc/cp/lex.c is calling
get_file_info(filename), which refers to the name in the #pragma, rather than
get_file_info(lbasename(input_filename)) -- hence it is
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: zak at transversal dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26195
--- Comment #2 from zak at transversal dot com 2006-02-06 15:18 ---
Sorry, my mistake -- I thought I had checked this on both.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26131
To: unassigned at gcc dot gnu dot org
ReportedBy: zak at transversal dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26132
gnu dot org
ReportedBy: zak at transversal dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26131
NFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: zak at transversal dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26127
--- Additional Comments From zak at transversal dot com 2004-11-12 16:33
---
Amended patch:
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00948.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18300
--- Additional Comments From zak at transversal dot com 2004-11-10 12:36
---
I've submitted a patch which fixes this:
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00811.html
--
What|Removed |
--
What|Removed |Added
Keywords||compile-time-hog
Known to fail||3.2.3 3.3.3 3.3.4 3.3.5
http://gcc.gnu.org/b
e
Product: gcc
Version: 3.3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: zak at transversal dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC
20 matches
Mail list logo