Commit fc73e60c by Jakub Jelinek Committed by Jakub Jelinek

re PR driver/78957 (ICE: SIGSEGV with -fno-sso-struct=web)

	PR driver/78957
	* c.opt (fsso-struct=): Add RejectNegative.

	* gcc.dg/pr78957.c: New test.

From-SVN: r244072
parent c9cf3863
2017-01-04 Jakub Jelinek <jakub@redhat.com>
PR driver/78957
* c.opt (fsso-struct=): Add RejectNegative.
2017-01-01 Jakub Jelinek <jakub@redhat.com> 2017-01-01 Jakub Jelinek <jakub@redhat.com>
Update copyright years. Update copyright years.
......
...@@ -1626,7 +1626,7 @@ fsquangle ...@@ -1626,7 +1626,7 @@ fsquangle
C++ ObjC++ Ignore Warn(switch %qs is no longer supported) C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fsso-struct= fsso-struct=
C ObjC Joined Enum(sso_struct) Var(default_sso) Init(SSO_NATIVE) C ObjC Joined RejectNegative Enum(sso_struct) Var(default_sso) Init(SSO_NATIVE)
-fsso-struct=[big-endian|little-endian] Set the default scalar storage order. -fsso-struct=[big-endian|little-endian] Set the default scalar storage order.
Enum Enum
......
2017-01-04 Jakub Jelinek <jakub@redhat.com> 2017-01-04 Jakub Jelinek <jakub@redhat.com>
PR driver/78957
* gcc.dg/pr78957.c: New test.
* g++.dg/cpp1y/auto-fn34.C: New test. * g++.dg/cpp1y/auto-fn34.C: New test.
PR c++/71182 PR c++/71182
......
/* PR driver/78957 */
/* { dg-do compile } */
/* { dg-options "-fno-sso-struct=none" } */
/* { dg-error "unrecognized command line option" "" { target *-*-* } 0 } */
int i;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment