--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Keywords||assemble-failure
Target Milestone
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-10-22 21:39 ---
Can you try the patch that is in PR 33755 ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33848
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-10-28 04:31 ---
Has this been reproduced in a while?
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #13 from pinskia at gcc dot gnu dot org 2007-11-02 04:18
---
Updated patch send:
http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00060.html
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-11-10 21:28 ---
Use --disable-multilib as you don't have a full install of GNU/Linux glibc on
x86_64 which includes the 32bits headers/libraries.
--
pinskia at gcc dot gnu dot org changed:
What|Re
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component|java|target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34150
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-12-12 23:24 ---
>template const string Interface::cConfItem =
"Handler.FileXferH";
The above code is incorrect and it should be:
template <> const string Interface::cConfItem =
"Handler.FileXferH&quo
--- Comment #15 from pinskia at gcc dot gnu dot org 2007-12-12 23:24
---
*** Bug 34447 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-12-29 19:46 ---
Anyways -ffloat-store fixes the issue so a dup of bug 323.
*** This bug has been marked as a duplicate of 323 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #100 from pinskia at gcc dot gnu dot org 2007-12-29 19:46
---
*** Bug 34616 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #15 from pinskia at gcc dot gnu dot org 2008-01-03 16:23
---
This was caused by the patch which fixed PR 20280 and the 2nd iteration of the
patch was rejected so unassigning from me.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #16 from pinskia at gcc dot gnu dot org 2008-01-03 16:26
---
4.0.0 really did not work either, it just did not cause a crash as the checks
for invalid gimple was not there.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-01-16 19:18 ---
This sounds like an exact duplicate of PR 31944 which was just fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34815
--- You are receiving this mail because: ---
You reported the bug, or are
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-01-16 20:45
---
*** Bug 34819 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 2008-01-16 20:45 ---
*** This bug has been marked as a duplicate of 32295 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-01-16 20:46 ---
>Also fails in 4.3.0 20070713.
that 4.3 is way old, over 6 months old now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34819
--- You are receiving this mail because: ---
You are on the CC list
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-01-17 02:19 ---
*** This bug has been marked as a duplicate of 24791 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #16 from pinskia at gcc dot gnu dot org 2008-01-17 02:19
---
*** Bug 34822 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-01-24 04:51 ---
Actually no this is not really a "bug" in GCC, just your assumption about x87
fp math.
Anyways this is duplicate of bug 323.
Adding -ffloat-store fixes the issue.
*** This bug has been marked as a du
--- Comment #101 from pinskia at gcc dot gnu dot org 2008-01-24 04:51
---
*** Bug 34951 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-01-24 11:03 ---
I had to use -fpermissive to get no errors. I am reducing too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34950
--- You are receiving this mail because: ---
You are on the CC list for the bug, or
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-01-24 19:04 ---
This code is invalid as you don't have a third template argument for
cyl_bessel_j.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-01-27 23:17 ---
Even though -mfpmath=sse is used, x87 is used in some cases still and what you
are seeing is an effect of PR 323. Closing as a duplicate. You should be more
careful with your comparison loop of FP values
--- Comment #102 from pinskia at gcc dot gnu dot org 2008-01-27 23:17
---
*** Bug 34992 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-01-28 01:18 ---
(In reply to comment #6)
> Am I wrong, here ?
Semi, what is happening is the values for std::less is being stored in
the fpr register and that is really a 80bit register and not a 64bit fp
register. -mpc64
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.2.3 |4.2.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33410
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-02-06 21:14 ---
This works for me on the trunk, I don't get an ICE.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35100
--- You are receiving this mail because: ---
You reported the bug, or are watching the rep
--- Comment #17 from pinskia at gcc dot gnu dot org 2008-02-13 17:33
---
*** Bug 35181 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-02-13 17:33 ---
../TNS.cpp:27: error: template arguments to
'TNSTypeDefTHelper::s_createStaticTNSTypeDefT' do not match original
template 'TNSTypeDefTHelper::s_createStaticTNSTypeDefT'
../TNS.cpp:27: note: u
--- Comment #21 from pinskia at gcc dot gnu dot org 2008-02-15 20:50
---
*** Bug 35214 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-02-27 20:38 ---
This is just the non bug with respect of percussion.
See http://gcc.gnu.org/bugs.html#nonbugs_general
*** This bug has been marked as a duplicate of 323 ***
--
pinskia at gcc dot gnu dot org changed
--- Comment #103 from pinskia at gcc dot gnu dot org 2008-02-27 20:38
---
*** Bug 35389 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 2008-03-06 22:44 ---
*** This bug has been marked as a duplicate of 323 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #105 from pinskia at gcc dot gnu dot org 2008-03-06 22:44
---
*** Bug 35488 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-03-06 23:15 ---
The division is done and then rounded to 80bits and then rounded again to
64bits.
This is not really a bug. It is just a misunderstanding on how x87 FPU works.
fldl-24(%ebp)
fldl-32(%ebp
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-03-06 23:18 ---
One more comment about this code, you are violating C/C++ aliasing rules.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35488
--- You are receiving this mail because: ---
You are on the CC list for
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-03-06 23:58 ---
> but others are
actual bugs in which the compiler is generating incorrect instructions
(such as #12331);
That is not incorrect instructions. Just different than what you are
expecting. All can be defected by
--- Comment #107 from pinskia at gcc dot gnu dot org 2008-03-06 23:58
---
*** Bug 35489 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323
--- You are receiving this mail because: ---
You are on the CC list for the bug, or
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component|fortran |rtl-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35658
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component|fortran |target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35659
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-04-30 21:39 ---
Reopening as this looks related to secureplt.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #18 from pinskia at gcc dot gnu dot org 2008-05-05 16:15
---
*** Bug 35961 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-09-06 18:01 ---
*** This bug has been marked as a duplicate of 323 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #122 from pinskia at gcc dot gnu dot org 2008-09-06 18:01
---
*** Bug 37390 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #27 from pinskia at gcc dot gnu dot org 2008-09-06 22:50
---
*** Bug 37403 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 2008-09-06 22:50 ---
*** This bug has been marked as a duplicate of 27880 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-07 01:12 ---
*** This bug has been marked as a duplicate of 37344 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 05:01 ---
*** Bug 37464 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 05:01 ---
*** This bug has been marked as a duplicate of 37349 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-14 05:01 ---
Confirmed via the dup.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37782
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-10-13 19:35 ---
I get the same ICE for a few testcases in libstdc++ on powerpc-linux-gnu:
+FAIL: 25_algorithms/replace_copy_if/requirements/explicit_instantiation/pod.cc
(test for excess errors)
+FAIL: 25_algorithms/replace_if
--- Comment #16 from pinskia at gcc dot gnu dot org 2008-10-24 21:36
---
Verified fixes the PPC GNU/Linux libstdc++ failures that I was receiving too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37815
--- You are receiving this mail because: ---
You are on the CC list
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-10-27 18:44 ---
Can you attach the RTL dumps, I don't have access to Ada on my PPC64 Linux
machine? Also what options are you using to configure GCC with?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37782
--- Yo
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Keywords||build, wrong-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37782
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-10-27 19:41 ---
Created an attachment (id=16570)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16570&action=view)
Patch which needs to be tested
Ok, I think I know what the issue is now, I actually fixed this locally
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-10-31 01:40
---
Mine.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
URL||http://gcc.gnu.org/ml/gcc
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-11-03 20:01
---
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-11-03 20:02
---
Subject: Bug 37782
Author: pinskia
Date: Mon Nov 3 20:01:11 2008
New Revision: 141558
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141558
Log:
2008-11-03 Andrew Pinski <[EMAIL PROTECTED]&g
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-11-14 23:12
---
*** Bug 38121 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 2008-11-14 23:12 ---
This is not really a bug, -Wconversion is documented this way in GCC before
4.3.0. -Wconversion did change for 4.3.0.
*** This bug has been marked as a duplicate of 6614 ***
--
pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-11-14 23:13
---
*** Bug 38116 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614
--- You are receiving this mail because: ---
You are on the CC list for the bug, or
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-14 23:13 ---
*** This bug has been marked as a duplicate of 6614 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #13 from pinskia at gcc dot gnu dot org 2008-11-16 02:42
---
*** Bug 38116 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614
--- You are receiving this mail because: ---
You are on the CC list for the bug, or
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-11-16 02:42 ---
Except assert is controlled by your libc and not GCC so this is still really PR
6614. Also 4.3 changed the definition of -Wconversion so it does not matter
any more.
*** This bug has been marked as a duplicate of
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.2.5 |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29609
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-01 22:54 ---
-fipa-pta does nothing ...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38355
--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.
--
To UNSUBSCRIBE
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-01 22:55 ---
*** This bug has been marked as a duplicate of 32305 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from pinskia at gcc dot gnu dot org 2008-12-01 22:55 ---
*** Bug 38355 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 2008-12-02 00:11 ---
Here is a shorter testcase:
void _ov_64_seek_lap (void)
{
_Bool x1, x2, x3;
unsigned ltmp_3978_7;
unsigned ltmp_3978_7__PHI_TEMPORARY;
unsigned ltmp_4011_7__PHI_TEMPORARY;
unsigned ltmp_4012_7;
signed
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-02 00:14 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-02 00:34 ---
#1 0x00601a05 in gimple_op (gs=0x42e532d0, i=4) at
/Users/apinski/src/local/gcc/gcc/gimple.h:1636
#2 0x0060578d in gimple_call_arg (gs=0x42e532d0, index=1) at
/Users/apinski/src/local/gcc/gcc/gimple.h:2049
#3
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-02 00:37 ---
Caused by:
r122018 | sandra | 2007-02-15 15:50:49 -0800 (Thu, 15 Feb 2007) | 862 lines
There used to be a validate_arglist in
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-02 01:15 ---
-i8 is not a valid option anyways.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38361
--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.
--
To
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-02 01:18 ---
*** This bug has been marked as a duplicate of 37468 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-12-02 01:18 ---
*** Bug 38361 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-21 17:27 ---
Does disabling PCH fix the issue (just adding -D__disable_PCH__ should be
enough to disable PCH when building that one file)?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38593
--- You are receiving this
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-12-21 22:48 ---
Does compiling with -O2 -fno-strict-aliasing fix the issue. I thought I saw
some aliasing violations in the source dealing with accessing a "char *" as a
"Log_event::Byte*" (aka "unsign
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-12-22 01:06
---
(In reply to comment #9)
> Is this a regression in gcc, or is this something upstreams need to add to
> their builds when doing the char/pointer manipulations you described?
Most likely a bug in the mysql s
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-12-22 01:10
---
I do get a warning from the trunk though:
log_event.cc: In member function 'virtual bool
Query_log_event::write(IO_CACHE*)':
log_event.cc:1124: warning: dereferencing pointer 'start.519' does b
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-24 01:08 ---
Backtrace:
#0 0x0014452c in loop_preheader_edge (loop=0x6680f90) at
/Users/apinski/src/gcc-sony/gcc-4.3/gcc/gcc/basic-block.h:673
#1 0x0039d473 in move_computations_stmt (dw_data=0xb280, bb=0x90f8280) at
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-24 01:09 ---
*** This bug has been marked as a duplicate of 38310 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-12-24 01:09 ---
*** Bug 38356 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37468
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-12-27 14:51 ---
*** This bug has been marked as a duplicate of 38553 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
1 - 100 of 1433 matches
Mail list logo