https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66487
--- Comment #8 from Martin Liška ---
The transformation is applied here:
(gdb) p *current_pass
$2 = { = {type = IPA_PASS, name = 0x1615fdd "pure-const",
optinfo_flags = 0, tv_id = TV_IPA_PURE_CONST, properties_required = 0,
properties_provided
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68672
Jan Hubicka changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
Richard Biener changed:
What|Removed |Added
Component|tree-optimization |rtl-optimization
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69169
--- Comment #4 from vries at gcc dot gnu.org ---
Created attachment 37314
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37314&action=edit
Updated tentative patch, to be tested
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69242
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69222
--- Comment #3 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 14:54:33 2016
New Revision: 232273
URL: https://gcc.gnu.org/viewcvs?rev=232273&root=gcc&view=rev
Log:
Prevent recursive instantiation in std::function
PR libstdc++/69
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69222
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 14:55:00 2016
New Revision: 232274
URL: https://gcc.gnu.org/viewcvs?rev=232274&root=gcc&view=rev
Log:
Prevent recursive instantiation in std::function
PR libstdc++/69
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69005
--- Comment #7 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 14:54:33 2016
New Revision: 232273
URL: https://gcc.gnu.org/viewcvs?rev=232273&root=gcc&view=rev
Log:
Prevent recursive instantiation in std::function
PR libstdc++/69
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69005
--- Comment #8 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 14:55:00 2016
New Revision: 232274
URL: https://gcc.gnu.org/viewcvs?rev=232274&root=gcc&view=rev
Log:
Prevent recursive instantiation in std::function
PR libstdc++/69
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69244
Richard Biener changed:
What|Removed |Added
Component|tree-optimization |rtl-optimization
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69222
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69242
--- Comment #2 from Richard Biener ---
Ok, assert is bogus as we can fail in maybe_push_res_to_seq if we, as in this
case, want to insert a new stmt referencing an abnormal SSA value.
Testing fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69241
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69239
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69180
chrbr at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69180
--- Comment #1 from chrbr at gcc dot gnu.org ---
Author: chrbr
Date: Tue Jan 12 15:01:12 2016
New Revision: 232276
URL: https://gcc.gnu.org/viewcvs?rev=232276&root=gcc&view=rev
Log:
PR target/69180
* config/arm/arm-c.c (arm_pragma_target_parse):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69134
--- Comment #2 from Bernd Edlinger ---
Author: edlinger
Date: Tue Jan 12 15:13:02 2016
New Revision: 232277
URL: https://gcc.gnu.org/viewcvs?rev=232277&root=gcc&view=rev
Log:
PR bootstrap/69134
* Makefile.def (mpfr): Disable asse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69134
Bernd Edlinger changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69213
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Tue Jan 12 15:21:27 2016
New Revision: 232278
URL: https://gcc.gnu.org/viewcvs?rev=232278&root=gcc&view=rev
Log:
PR objc++/68511
PR c++/69213
* cp-gimplify.c (cp_g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68511
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Tue Jan 12 15:21:27 2016
New Revision: 232278
URL: https://gcc.gnu.org/viewcvs?rev=232278&root=gcc&view=rev
Log:
PR objc++/68511
PR c++/69213
* cp-gimplify.c (cp_g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69213
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68511
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68446
--- Comment #3 from David Malcolm ---
(In reply to Martin Liška from comment #2)
> Hi David.
>
> I've just verified that the invalid free is presented since introduction of
> driver::finalize in r227188.
>
> This is valgrind report coming from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69244
--- Comment #2 from Jakub Jelinek ---
Untested fix (well, two separate fixes to get the testcase work in guality).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69244
--- Comment #3 from Jakub Jelinek ---
Created attachment 37315
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37315&action=edit
gcc6-pr69244.patch
Now the actual fixes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66487
--- Comment #9 from Martin Liška ---
release_ssa dump of the object file:
;; Function nsSafeFileOutputStreamConstructor(nsISupports*, nsID const&,
void**) (_ZL33nsSafeFileOutputStreamConstructorP11nsISupportsRK4nsIDPPv,
funcdef_no=17674, decl_ui
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66487
--- Comment #10 from Martin Liška ---
_ZL33nsSafeFileOutputStreamConstructorP11nsISupportsRK4nsIDPPv.part.50 (const
struct nsIID & aIID, void * * aResult)
{
nsresult rv;
struct nsSafeFileOutputStream * inst;
void * D.4108055;
struct nsISu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
--- Comment #2 from Jakub Jelinek ---
Also, ICEs both in C and C++.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
--- Comment #3 from Jakub Jelinek ---
Cleaned up simplified testcase:
typedef void (__attribute__ ((stdcall)) *T) (int);
T a;
void __attribute__ ((stdcall))
foo (int x)
{
a (x);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69147
--- Comment #15 from Maxim Ostapenko ---
Created attachment 37316
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37316&action=edit
Third attempt.
Eh, it seems that I missed one another commit from upstream that needed to be
backported, sor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68446
--- Comment #4 from David Malcolm ---
Created attachment 37317
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37317&action=edit
Work-in-progress patch to fix this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69125
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66487
--- Comment #11 from Martin Liška ---
Created attachment 37318
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37318&action=edit
pre-processed source file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69247
Bug ID: 69247
Summary: [6 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1024
on s390x-linux-gnu
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69248
Bug ID: 69248
Summary: VFP register constraint 'w' is ignored when
optimizations are enabled
Product: gcc
Version: 5.3.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164
Mike Frysinger changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69249
Bug ID: 69249
Summary: Array-boundary offending code is silently discarded
without warnings
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: major
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69245
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19109
--- Comment #4 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Tue Jan 12 16:27:09 2016
New Revision: 232279
URL: https://gcc.gnu.org/viewcvs?rev=232279&root=gcc&view=rev
Log:
Sync top-level configure.ac with binutils-gdb
Sync with bi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69125
--- Comment #5 from Thiago Macieira ---
(In reply to Marek Polacek from comment #4)
> It feels like this warning is in place (visibility on something non-public),
> on the other hand it should be possible to disable it via pragma. I think
> let'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69147
--- Comment #16 from Dominique d'Humieres ---
Looks good on preliminary testing. Full regtesting in progress.
> Le 12 janv. 2016 à 16:52, chefmax at gcc dot gnu.org
> a écrit :
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69147
>
> --- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69250
Bug ID: 69250
Summary: __attribute__ ((aligned(32))) not honored in classes
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
Jakub Jelinek changed:
What|Removed |Added
CC||uros at gcc dot gnu.org
--- Comment #4 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68979
--- Comment #5 from Marek Polacek ---
Author: mpolacek
Date: Tue Jan 12 16:48:29 2016
New Revision: 232280
URL: https://gcc.gnu.org/viewcvs?rev=232280&root=gcc&view=rev
Log:
PR c++/68979
* constexpr.c (cxx_eval_check_shift_p): Us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68979
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68649
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68717
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69245
--- Comment #5 from ktkachov at gcc dot gnu.org ---
The problem is we never end up setting TREE_TARGET_GLOBALS for fn2.
>From what I can gather that's TARGET_SET_CURRENT_FUNCTION's job (although the
documentation for these things is scarce :( )
W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36159
H.J. Lu changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #13 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69250
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68803
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 16:54:10 2016
New Revision: 232281
URL: https://gcc.gnu.org/viewcvs?rev=232281&root=gcc&view=rev
Log:
libstdc++/68995 qualify calls to __callable_functor
PR libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65122
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--- Comment #16 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69248
Richard Earnshaw changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69251
Bug ID: 69251
Summary: [6 Regression] ICE (segmentation fault) in
unify_array_domain on i686-linux-gnu
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68802
cbaylis at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69092
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 17:02:15 2016
New Revision: 232282
URL: https://gcc.gnu.org/viewcvs?rev=232282&root=gcc&view=rev
Log:
Remove noexcept from function template that can throw
PR libstdc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69251
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67085
Jonathan Wakely changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51965
Jonathan Wakely changed:
What|Removed |Added
CC||konig121 at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40974
--- Comment #60 from Jonathan Wakely ---
Is anyone still seeing this with 4.9.3 or later?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51965
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|4.9.4 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66487
Jan Hubicka changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment #12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69161
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Target|aarch64 |aarch64, arm
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69082
--- Comment #14 from Renlin Li ---
Author: renlin
Date: Tue Jan 12 17:32:18 2016
New Revision: 232284
URL: https://gcc.gnu.org/viewcvs?rev=232284&root=gcc&view=rev
Log:
[Backport][PR69082][ARM]Backport "[PATCH][ARM]Tighten the conditions for
arm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68965
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69082
Renlin Li changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69082
--- Comment #16 from PeteVine ---
Thanks. Were issue #69004 to be fixed too that would probably justify a bugfix
release in the 4.9 series, no?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68911
--- Comment #7 from amker at gcc dot gnu.org ---
Author: amker
Date: Tue Jan 12 17:49:51 2016
New Revision: 232286
URL: https://gcc.gnu.org/viewcvs?rev=232286&root=gcc&view=rev
Log:
PR tree-optimization/68911
* tree-vrp.c (adjust
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
--- Comment #5 from Segher Boessenkool ---
The following patch does the trick, if having REG_ARGS_SIZE on sibcalls
is correct that is. I couldn't find any documentation on REG_ARGS_SIZE.
--- 8< ---
diff --git a/gcc/combine.c b/gcc/combine.c
ind
usr/bin/powerpc64-unknown-linux-gnu-as
--with-sysroot=/usr/powerpc64-unknown-linux-gnu --disable-multilib
--disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-232261-checking-yes-rtl-df-nographite-powerpc64
Thread model: posix
gcc version 6.0.0 20160112 (experimental) (GCC)
$ powerpc64-unknow
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995
--- Comment #6 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 18:11:20 2016
New Revision: 232288
URL: https://gcc.gnu.org/viewcvs?rev=232288&root=gcc&view=rev
Log:
libstdc++/68995 qualify calls to __callable_functor
PR libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69092
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 18:11:28 2016
New Revision: 232289
URL: https://gcc.gnu.org/viewcvs?rev=232289&root=gcc&view=rev
Log:
Remove noexcept from function template that can throw
PR libstdc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
Jakub Jelinek changed:
What|Removed |Added
CC||rth at gcc dot gnu.org
--- Comment #6 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68911
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69092
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69241
Jason Merrill changed:
What|Removed |Added
Component|c++ |ipa
--- Comment #2 from Jason Merrill -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68049
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60637
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68810
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60637
--- Comment #4 from Jonathan Wakely ---
I think we can fix the C++98 std::signbit(_Tp) with:
typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
return sizeof(__type) == sizeof(long double)
? __builtin_signbitl(__type(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040
Ambroz Bizjak changed:
What|Removed |Added
CC||ambrop7 at gmail dot com
--- Comment #10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66214
Richard Henderson changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69239
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62051
--- Comment #12 from Jakub Jelinek ---
Honza, any progress on this?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
4-pc-linux-gnu/6.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/home/absozero/trunk/root-gcc
--enable-languages=c,c++ --disable-werror --enable-multilib
Thread model: posix
gcc version 6.0.0 20160112 (experimental) [trunk revision 232269] (GCC)
$ g++-tru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995
--- Comment #8 from Jonathan Wakely ---
Author: redi
Date: Tue Jan 12 19:39:47 2016
New Revision: 232294
URL: https://gcc.gnu.org/viewcvs?rev=232294&root=gcc&view=rev
Log:
Extend std::function test for PR 68995
* testsuite/20_util/funct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69253
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69198
--- Comment #8 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Tue Jan 12 19:57:56 2016
New Revision: 232295
URL: https://gcc.gnu.org/viewcvs?rev=232295&root=gcc&view=rev
Log:
Fix alignment check in AVX-512 masked store
Backport from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66461
--- Comment #9 from Jerry DeLisle ---
(In reply to Jerry DeLisle from comment #6)
> Hiesenbug. Steves fix, probably on BSD, does not work on linux. Some of my
> attempts work when running within the debugger, but do not work outside the
> debugge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040
--- Comment #11 from Ambroz Bizjak ---
Created attachment 37320
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37320&action=edit
Modified patch which clears failure
I made a wild guess that the issue is that the "failure" is not cleared, s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
--- Comment #8 from rsandifo at gcc dot gnu.org
---
(In reply to rsand...@gcc.gnu.org from comment #7)
> I think the problem with the old code was that we were using
> a non-sibcall expander for an ECF_SIBCALL call. I.e. we generated
> an insn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60637
--- Comment #5 from Marc Glisse ---
(In reply to Jonathan Wakely from comment #4)
> I think we can fix the C++98 std::signbit(_Tp) with:
>
> typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
> return sizeof(__type) == sizeof
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67755
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
--- Comment #9 from Richard Henderson ---
There wouldn't be anything wrong with REG_ARGS_SIZE on a
call_pop pattern in and of itself -- in fact I'd expect it.
I don't know if it's worth generating one for a sibcall;
it might be easier to treat i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68965
--- Comment #3 from Marek Polacek ---
This seems to fix it and hopefully doesn't regress anything...
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -11924,6 +11924,9 @@ tsubst_decl (tree t, tree args, tsubst_flags_t
complain)
/* Rename the param
101 - 200 of 263 matches
Mail list logo