public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix a typo
@ 2023-07-21  7:46 Haochen Jiang
  0 siblings, 0 replies; 2+ messages in thread
From: Haochen Jiang @ 2023-07-21  7:46 UTC (permalink / raw)
  To: gcc-patches; +Cc: hongtao.liu

Hi all,

This patch fix a typo which will not cause any behavior difference.

Commited as obvious change.

Thx,
Haochen

gcc/ChangeLog:

	* config/i386/i386.opt: Fix a typo.
---
 gcc/config/i386/i386.opt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt
index db9956885e2..1cc8563477a 100644
--- a/gcc/config/i386/i386.opt
+++ b/gcc/config/i386/i386.opt
@@ -1289,11 +1289,6 @@ Target Mask(ISA2_SM3) Var(ix86_isa_flags2) Save
 Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and
 SM3 built-in functions and code generation.
 
-mvpinsrvpextr
-Target Mask(ISA2_VPINSRVPEXTR) Var(ix86_isa_flags2) Save
-Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F,
-AVX512VL and VPINSRVPEXTR built-in functions and code generation.
-
 msha512
 Target Mask(ISA2_SHA512) Var(ix86_isa_flags2) Save
 Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Fix a typo
@ 2001-11-13 15:03 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2001-11-13 15:03 UTC (permalink / raw)
  To: rupp; +Cc: gcc-patches

Hi!

Commited as obvious bugfix.

2001-11-19  Jakub Jelinek  <jakub@redhat.com>

	* doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.

--- gcc/doc/hostconfig.texi.jj	Tue Nov 20 00:31:41 2001
+++ gcc/doc/hostconfig.texi	Tue Nov 20 00:43:22 2001
@@ -230,7 +230,6 @@ preprocessor is canonicalized.  @var{pat
 canonicalized.  If the C statement does canonicalize @var{path} into a
 different buffer, the old path should be freed and the new buffer should
 have been allocated with malloc.
-@end table
 
 @findex DUMPFILE_FORMAT
 @item DUMPFILE_FORMAT
@@ -240,6 +239,7 @@ If you do not define this macro, GCC wil
 filename will be the prefix of the assembler file name concatenated with
 the string resulting from applying this format concatenated with a string
 unique to each dump file kind, e.g. @samp{rtl}.
+@end table
 
 @findex bzero
 @findex bcmp

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-21  7:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21  7:46 [PATCH] Fix a typo Haochen Jiang
  -- strict thread matches above, loose matches on Subject: below --
2001-11-13 15:03 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).