This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)
- From: "kargl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Aug 2016 19:08:18 +0000
- Subject: [Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)
- Auto-submitted: auto-generated
- References: <bug-69860-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #8 from kargl at gcc dot gnu.org ---
(In reply to Dominique d'Humieres from comment #7)
> > Works for me.
>
> You need -mavx.
Like I said. Works for me.
gfc7 -c -mavx a.f90
a.f90:2:46:
character(len=2, kind=1) :: a = 'aa', b = 'bb
1
Error: Unterminated character constant beginning at (1)
There is no ICE.