Bug 80174 (fortran-lto) - [meta-bug] Fortran lto issues
Summary: [meta-bug] Fortran lto issues
Status: NEW
Alias: fortran-lto
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: lto
Depends on: 41227 77278 101918 102079 106438 109788 41277 54852 68358 68560 68717 104868 108349
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-24 15:30 UTC by Thomas Koenig
Modified: 2023-05-10 17:00 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2017-03-24 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Koenig 2017-03-24 15:30:36 UTC
A meta-bug to collect Fortran and libfortran LTO issues.
Comment 1 Jason Merrill 2017-06-17 02:28:25 UTC
Author: jason
Date: Sat Jun 17 02:27:52 2017
New Revision: 249319

URL: https://gcc.gnu.org/viewcvs?rev=249319&root=gcc&view=rev
Log:
	PR c++/80174 - ICE with partial specialization of member template.

	PR c++/71747
	* pt.c (get_partial_spec_bindings): Only coerce innermost args.

Added:
    trunk/gcc/testsuite/g++.dg/template/partial-specialization6.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
Comment 2 Jason Merrill 2017-06-17 02:34:34 UTC
Author: jason
Date: Sat Jun 17 02:34:01 2017
New Revision: 249331

URL: https://gcc.gnu.org/viewcvs?rev=249331&root=gcc&view=rev
Log:
	PR c++/80174 - ICE with partial specialization of member template.

	PR c++/71747
	* pt.c (get_partial_spec_bindings): Only coerce innermost args.

Added:
    branches/gcc-7-branch/gcc/testsuite/g++.dg/template/partial-specialization6.C
Modified:
    branches/gcc-7-branch/gcc/cp/ChangeLog
    branches/gcc-7-branch/gcc/cp/pt.c
Comment 3 Jason Merrill 2017-06-17 02:47:27 UTC
Oops, that should have been on bug 81074, sorry.